A valid request URL is required to generate request examples{
"state": "unknown",
"jobId": "<string>",
"jobConfig": {
"id": "<string>"
},
"hostname": "<string>",
"result": {
"jobConfigId": "<string>",
"jobRunId": "<string>",
"docsWritten": 123,
"exception": {
"job": {
"type": "APPKIT_APP",
"id": "<string>",
"canonicalName": "<string>",
"uri": "<string>"
},
"jobRunId": "<string>",
"httpStatusCode": 123,
"error": "<string>",
"message": "<string>",
"details": "<string>",
"cause": {
"cause": "<unknown>",
"stackTrace": [
{
"methodName": "<string>",
"fileName": "<string>",
"lineNumber": 123,
"className": "<string>",
"nativeMethod": false
}
],
"message": "<string>",
"localizedMessage": "<string>",
"suppressed": "<array>"
},
"stackTrace": [
{
"methodName": "<string>",
"fileName": "<string>",
"lineNumber": 123,
"className": "<string>",
"nativeMethod": false
}
],
"localizedMessage": "<string>",
"suppressed": [
{
"cause": "<unknown>",
"stackTrace": [
{
"methodName": "<string>",
"fileName": "<string>",
"lineNumber": 123,
"className": "<string>",
"nativeMethod": false
}
],
"message": "<string>",
"localizedMessage": "<string>",
"suppressed": "<array>"
}
],
"httpStatusMessage": "<string>",
"class": "<string>",
"requestId": "<string>"
}
},
"startTime": "<string>",
"endTime": "<string>",
"duration": 123
}Results of computation can be returned to the caller as a part of the job status, by assigning the result in the script to a variable called result. The result is flat strings and not JSON. You can use sqlContext.read.json(…) to read this file as a DataFrame.
A valid request URL is required to generate request examples{
"state": "unknown",
"jobId": "<string>",
"jobConfig": {
"id": "<string>"
},
"hostname": "<string>",
"result": {
"jobConfigId": "<string>",
"jobRunId": "<string>",
"docsWritten": 123,
"exception": {
"job": {
"type": "APPKIT_APP",
"id": "<string>",
"canonicalName": "<string>",
"uri": "<string>"
},
"jobRunId": "<string>",
"httpStatusCode": 123,
"error": "<string>",
"message": "<string>",
"details": "<string>",
"cause": {
"cause": "<unknown>",
"stackTrace": [
{
"methodName": "<string>",
"fileName": "<string>",
"lineNumber": 123,
"className": "<string>",
"nativeMethod": false
}
],
"message": "<string>",
"localizedMessage": "<string>",
"suppressed": "<array>"
},
"stackTrace": [
{
"methodName": "<string>",
"fileName": "<string>",
"lineNumber": 123,
"className": "<string>",
"nativeMethod": false
}
],
"localizedMessage": "<string>",
"suppressed": [
{
"cause": "<unknown>",
"stackTrace": [
{
"methodName": "<string>",
"fileName": "<string>",
"lineNumber": 123,
"className": "<string>",
"nativeMethod": false
}
],
"message": "<string>",
"localizedMessage": "<string>",
"suppressed": "<array>"
}
],
"httpStatusMessage": "<string>",
"class": "<string>",
"requestId": "<string>"
}
},
"startTime": "<string>",
"endTime": "<string>",
"duration": 123
}The media type of the entity body
When true, run the job synchronously; the request will not return until the job is complete
Page size for reading out of Solr
Scala script
successful operation
Was this page helpful?