SparkBatchJobRequest Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
SparkBatchJobRequest()
SparkBatchJobRequest(String, String, String, IList<String>, IList<String>, IList<String>, IList<String>, String, Nullable<Int32>, String, Nullable<Int32>, Nullable<Int32>, IList<String>, String, String, IDictionary<String,String>)
- Quelle:
- SparkBatchJobRequest.cs
public SparkBatchJobRequest (string file = default, string proxyUser = default, string className = default, System.Collections.Generic.IList<string> arguments = default, System.Collections.Generic.IList<string> jars = default, System.Collections.Generic.IList<string> pythonFiles = default, System.Collections.Generic.IList<string> files = default, string driverMemory = default, int? driverCores = default, string executorMemory = default, int? executorCores = default, int? executorCount = default, System.Collections.Generic.IList<string> archives = default, string queue = default, string name = default, System.Collections.Generic.IDictionary<string,string> configuration = default);
new Microsoft.Azure.HDInsight.Job.Models.SparkBatchJobRequest : string * string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * string * Nullable<int> * string * Nullable<int> * Nullable<int> * System.Collections.Generic.IList<string> * string * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.HDInsight.Job.Models.SparkBatchJobRequest
Public Sub New (Optional file As String = Nothing, Optional proxyUser As String = Nothing, Optional className As String = Nothing, Optional arguments As IList(Of String) = Nothing, Optional jars As IList(Of String) = Nothing, Optional pythonFiles As IList(Of String) = Nothing, Optional files As IList(Of String) = Nothing, Optional driverMemory As String = Nothing, Optional driverCores As Nullable(Of Integer) = Nothing, Optional executorMemory As String = Nothing, Optional executorCores As Nullable(Of Integer) = Nothing, Optional executorCount As Nullable(Of Integer) = Nothing, Optional archives As IList(Of String) = Nothing, Optional queue As String = Nothing, Optional name As String = Nothing, Optional configuration As IDictionary(Of String, String) = Nothing)
Parameter
- file
- String
- proxyUser
- String
- className
- String
- driverMemory
- String
- executorMemory
- String
- queue
- String
- name
- String
- configuration
- IDictionary<String,String>
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET