次の方法で共有


SparkJobProperties(String, String, Int32, String, Int32, Int32) コンストラクター

定義

SparkJobProperties の新しいインスタンスを初期化します。

public SparkJobProperties (string file, string driverMemory, int driverCores, string executorMemory, int executorCores, int numExecutors);
new Azure.Analytics.Synapse.Artifacts.Models.SparkJobProperties : string * string * int * string * int * int -> Azure.Analytics.Synapse.Artifacts.Models.SparkJobProperties
Public Sub New (file As String, driverMemory As String, driverCores As Integer, executorMemory As String, executorCores As Integer, numExecutors As Integer)

パラメーター

file
String

実行するアプリケーションを含むファイル。

driverMemory
String

ドライバー プロセスに使用するメモリの量。

driverCores
Int32

ドライバーに使用するコアの数。

executorMemory
String

Executor プロセスごとに使用するメモリの量。

executorCores
Int32

Executor ごとに使用するコアの数。

numExecutors
Int32

このジョブに対して起動する Executor の数。

例外

filedriverMemory、または executorMemory が null です。

適用対象