JobOperationsExtensions.SubmitSparkStatementJob Method
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.
public static Microsoft.Azure.HDInsight.Job.Models.SparkStatement SubmitSparkStatementJob (this Microsoft.Azure.HDInsight.Job.IJobOperations operations, int sessionId, Microsoft.Azure.HDInsight.Job.Models.SparkStatementRequest sparkStatementRequest, string requestedBy = "ambari");
static member SubmitSparkStatementJob : Microsoft.Azure.HDInsight.Job.IJobOperations * int * Microsoft.Azure.HDInsight.Job.Models.SparkStatementRequest * string -> Microsoft.Azure.HDInsight.Job.Models.SparkStatement
<Extension()>
Public Function SubmitSparkStatementJob (operations As IJobOperations, sessionId As Integer, sparkStatementRequest As SparkStatementRequest, Optional requestedBy As String = "ambari") As SparkStatement
Parameters
- operations
- IJobOperations
- sessionId
- Int32
- sparkStatementRequest
- SparkStatementRequest
- requestedBy
- String