SparkBatchJobOptions Class

Definition

The SparkBatchJobOptions.

public class SparkBatchJobOptions
type SparkBatchJobOptions = class
Public Class SparkBatchJobOptions
Inheritance
SparkBatchJobOptions

Constructors

SparkBatchJobOptions(String, String)

Initializes a new instance of SparkBatchJobOptions.

SparkBatchJobOptions(String, String, SparkBatchOperationCompletionType)

Initializes a new instance of SparkBatchJobOptions.

Properties

Archives

Gets the archives.

Arguments

Gets the arguments.

ArtifactId

Gets or sets the artifact id.

ClassName

Gets or sets the class name.

Configuration

Dictionary of <string>.

CreationCompletionType

Describes the different ways of Spark batch job operation could complete. If JobSubmission is used, the operation will be considered as complete when Livy state is starting/running/error/dead/success/killed. If JobExecution is used, the operation will be considered as complete when Livy state is error/dead/success/killed.

DriverCores

Gets or sets the driver cores.

DriverMemory

Gets or sets the driver memory.

ExecutorCores

Gets or sets the executor cores.

ExecutorCount

Gets or sets the executor count.

ExecutorMemory

Gets or sets the executor memory.

File

Gets the file.

Files

Gets the files.

Jars

Gets the jars.

Name

Gets the name.

PythonFiles

Gets the python files.

Tags

Dictionary of <string>.

Applies to