Error
A valid request URL is required to generate request examples{
"activeJobs": {},
"finishedJobs": {},
"errors": [
{
"cause": "<unknown>",
"stackTrace": [
{
"methodName": "<string>",
"fileName": "<string>",
"lineNumber": 123,
"className": "<string>",
"nativeMethod": false
}
],
"message": "<string>",
"localizedMessage": "<string>",
"suppressed": "<array>"
}
]
}List all running Spark jobs
GET
/
spark
/
jobs
Error
A valid request URL is required to generate request examples{
"activeJobs": {},
"finishedJobs": {},
"errors": [
{
"cause": "<unknown>",
"stackTrace": [
{
"methodName": "<string>",
"fileName": "<string>",
"lineNumber": 123,
"className": "<string>",
"nativeMethod": false
}
],
"message": "<string>",
"localizedMessage": "<string>",
"suppressed": "<array>"
}
]
}Was this page helpful?
Get the shaded JAR for running Spark jobsStart a Spark job using the provided configuration. A unique ID will be automatically assigned and returned to the caller. Returns current status of that job
⌘I