Documentation ¶
Index ¶
- func UserAgent() string
- func Version() string
- type AppState
- type ApplicationState
- type BaseClient
- type JobClient
- type JobDetailRootJSONObject
- type JobID
- type JobListJSONObject
- type JobOperationsErrorResponse
- type JobSubmissionJSONResponse
- type ListJobListJSONObject
- type Profile
- type SessionJobKind
- type SparkBatchJob
- type SparkBatchJobCollection
- type SparkBatchJobRequest
- type SparkJobDeletedResult
- type SparkJobLog
- type SparkJobState
- type SparkSessionCollection
- type SparkSessionJob
- type SparkSessionJobRequest
- type SparkStatement
- type SparkStatementCancellationResult
- type SparkStatementCollection
- type SparkStatementOutput
- type SparkStatementRequest
- type Status
- type Userargs
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ApplicationState ¶
type ApplicationState = original.ApplicationState
const ( ACCEPTED ApplicationState = original.ACCEPTED FAILED ApplicationState = original.FAILED FINISHED ApplicationState = original.FINISHED FINISHING ApplicationState = original.FINISHING KILLED ApplicationState = original.KILLED NEW ApplicationState = original.NEW NEWSAVING ApplicationState = original.NEWSAVING RUNNING ApplicationState = original.RUNNING SUBMITTED ApplicationState = original.SUBMITTED )
func PossibleApplicationStateValues ¶
func PossibleApplicationStateValues() []ApplicationState
type BaseClient ¶
type BaseClient = original.BaseClient
func New ¶
func New(endpoint string, userName string) BaseClient
func NewWithoutDefaults ¶
func NewWithoutDefaults(endpoint string, userName string) BaseClient
type JobClient ¶
func NewJobClient ¶
type JobDetailRootJSONObject ¶
type JobDetailRootJSONObject = original.JobDetailRootJSONObject
type JobListJSONObject ¶
type JobListJSONObject = original.JobListJSONObject
type JobOperationsErrorResponse ¶
type JobOperationsErrorResponse = original.JobOperationsErrorResponse
type JobSubmissionJSONResponse ¶
type JobSubmissionJSONResponse = original.JobSubmissionJSONResponse
type ListJobListJSONObject ¶
type ListJobListJSONObject = original.ListJobListJSONObject
type SessionJobKind ¶
type SessionJobKind = original.SessionJobKind
const ( Pyspark SessionJobKind = original.Pyspark Spark SessionJobKind = original.Spark Sparkr SessionJobKind = original.Sparkr SQL SessionJobKind = original.SQL )
func PossibleSessionJobKindValues ¶
func PossibleSessionJobKindValues() []SessionJobKind
type SparkBatchJob ¶
type SparkBatchJob = original.SparkBatchJob
type SparkBatchJobCollection ¶
type SparkBatchJobCollection = original.SparkBatchJobCollection
type SparkBatchJobRequest ¶
type SparkBatchJobRequest = original.SparkBatchJobRequest
type SparkJobDeletedResult ¶
type SparkJobDeletedResult = original.SparkJobDeletedResult
type SparkJobLog ¶
type SparkJobLog = original.SparkJobLog
type SparkJobState ¶
type SparkJobState = original.SparkJobState
type SparkSessionCollection ¶
type SparkSessionCollection = original.SparkSessionCollection
type SparkSessionJob ¶
type SparkSessionJob = original.SparkSessionJob
type SparkSessionJobRequest ¶
type SparkSessionJobRequest = original.SparkSessionJobRequest
type SparkStatement ¶
type SparkStatement = original.SparkStatement
type SparkStatementCancellationResult ¶
type SparkStatementCancellationResult = original.SparkStatementCancellationResult
type SparkStatementCollection ¶
type SparkStatementCollection = original.SparkStatementCollection
type SparkStatementOutput ¶
type SparkStatementOutput = original.SparkStatementOutput
type SparkStatementRequest ¶
type SparkStatementRequest = original.SparkStatementRequest
Click to show internal directories.
Click to hide internal directories.