Show / Hide Table of Contents

Class PySparkNotebookBatch

A configuration for running a PySpark Notebook batch workload.

Inheritance
object
PySparkNotebookBatch
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dataproc.v1.Data
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class PySparkNotebookBatch : IDirectResponseSchema

Properties

ArchiveUris

Optional. HCFS URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.

Declaration
[JsonProperty("archiveUris")]
public virtual IList<string> ArchiveUris { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FileUris

Optional. HCFS URIs of files to be placed in the working directory of each executor

Declaration
[JsonProperty("fileUris")]
public virtual IList<string> FileUris { get; set; }
Property Value
Type Description
IList<string>

JarFileUris

Optional. HCFS URIs of jar files to be added to the Spark CLASSPATH.

Declaration
[JsonProperty("jarFileUris")]
public virtual IList<string> JarFileUris { get; set; }
Property Value
Type Description
IList<string>

NotebookFileUri

Required. The HCFS URI of the notebook file to execute.

Declaration
[JsonProperty("notebookFileUri")]
public virtual string NotebookFileUri { get; set; }
Property Value
Type Description
string

Params__

Optional. The parameters to pass to the notebook.

Declaration
[JsonProperty("params")]
public virtual IDictionary<string, string> Params__ { get; set; }
Property Value
Type Description
IDictionary<string, string>

PythonFileUris

Optional. HCFS URIs of Python files to pass to the PySpark framework.

Declaration
[JsonProperty("pythonFileUris")]
public virtual IList<string> PythonFileUris { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX