SparkJobProperties(String, String, Int32, String, Int32, Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of 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)
Parameters
- file
- String
File containing the application to execute.
- driverMemory
- String
Amount of memory to use for the driver process.
- driverCores
- Int32
Number of cores to use for the driver.
- executorMemory
- String
Amount of memory to use per executor process.
- executorCores
- Int32
Number of cores to use for each executor.
- numExecutors
- Int32
Number of executors to launch for this job.
Exceptions
file
, driverMemory
or executorMemory
is null.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET