你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SparkSessionOptions Class

Definition

The SparkSessionOptions.

public class SparkSessionOptions
type SparkSessionOptions = class
Public Class SparkSessionOptions
Inheritance
SparkSessionOptions

Constructors

Name Description
SparkSessionOptions(String)

Initializes a new instance of SparkSessionOptions.

Properties

Name Description
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>.

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 or sets 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