Compartir a través de


SparkSessionJobRequest Constructores

Definición

Sobrecargas

SparkSessionJobRequest()
SparkSessionJobRequest(String, String, IList<String>, IList<String>, IList<String>, String, Nullable<Int32>, String, Nullable<Int32>, Nullable<Int32>, IList<String>, String, String, IDictionary<String, String>, Nullable<Int32>)

SparkSessionJobRequest()

Source:
SparkSessionJobRequest.cs
public SparkSessionJobRequest ();
Public Sub New ()

Se aplica a

SparkSessionJobRequest(String, String, IList<String>, IList<String>, IList<String>, String, Nullable<Int32>, String, Nullable<Int32>, Nullable<Int32>, IList<String>, String, String, IDictionary<String, String>, Nullable<Int32>)

Source:
SparkSessionJobRequest.cs
public SparkSessionJobRequest (string kind = default, string proxyUser = 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, int? heartbeatTimeoutInSecond = default);
new Microsoft.Azure.HDInsight.Job.Models.SparkSessionJobRequest : string * 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> * Nullable<int> -> Microsoft.Azure.HDInsight.Job.Models.SparkSessionJobRequest
Public Sub New (Optional kind As String = Nothing, Optional proxyUser As 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, Optional heartbeatTimeoutInSecond As Nullable(Of Integer) = Nothing)

Parámetros

kind
String
proxyUser
String
jars
IList<String>
pythonFiles
IList<String>
files
IList<String>
driverMemory
String
driverCores
Nullable<Int32>
executorMemory
String
executorCores
Nullable<Int32>
executorCount
Nullable<Int32>
archives
IList<String>
queue
String
name
String
configuration
IDictionary<String,String>
heartbeatTimeoutInSecond
Nullable<Int32>

Se aplica a