package
0.0.0-20240909034204-207f58c0b9a3
Repository: https://github.com/chnsz/golangsdk.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Constants
StateDead is a state means the batch processing job has failed to execute.
StateRecovering is a state means the batch processing job is being restored.
StateRunning is a state means the batch processing job is executing a task.
StateStarting is a state means the batch processing job is being started.
StateSuccess is a state means the batch processing job is successfully executed.
# Structs
CreateOpts is a struct which will be used to submit a spark job.
CreateResp represents a result of the Create method.
Group is an object which will be build up a package group.
Resource is an object which specified the user group resource.
StateResp represents a result of the GetState method.