Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2901,4 +2901,4 @@
"x-ms-parameter-location": "client"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -1023,4 +1023,4 @@
"x-ms-parameter-location": "client"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,6 @@
"VertexResourceInUserFolder",
"JobManagerResourceInUserFolder",
"StatisticsResourceInUserFolder"

],
"x-ms-enum": {
"name": "JobResourceType",
Expand Down Expand Up @@ -690,32 +689,32 @@
},
"description": "The common Data Lake Analytics job properties."
},
"Diagnostics" : {
"Diagnostics": {
"properties": {
"columnNumber" : {
"columnNumber": {
"description": "the column where the error occurred.",
"type": "integer",
"format": "int32",
"readOnly": true
},
"end" : {
"end": {
"description": "the ending index of the error.",
"type": "integer",
"format": "int32",
"readOnly": true
},
"lineNumber" : {
"lineNumber": {
"description": "the line number the error occurred on.",
"type": "integer",
"format": "int32",
"readOnly": true
},
"message" : {
"message": {
"description": "the error message.",
"type": "string",
"readOnly": true
},
"severity" : {
"severity": {
"description": "the severity of the error.",
"readOnly": true,
"type": "string",
Expand All @@ -729,7 +728,7 @@
"modelAsString": false
}
},
"start" : {
"start": {
"description": "the starting index of the error.",
"type": "integer",
"format": "int32",
Expand Down Expand Up @@ -1007,7 +1006,7 @@
"type": "array",
"items": {
"type": "string"
},
},
"description": "the list of log file name patterns to find in the logFolder. '*' is the only matching character allowed. Example format: jobExecution*.log or *mylog*.txt"
},
"stateAuditRecords": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,88 +1,92 @@
{
"parameters": {
"api-version": "2016-11-01",
"accountName": "contosoadla",
"adlaJobDnsSuffix": "azuredatalakeanalytics.net",
"parameters": {
"api-version": "2016-11-01",
"accountName": "contosoadla",
"adlaJobDnsSuffix": "azuredatalakeanalytics.net",
"parameters": {
"type": "USql",
"properties": {
"runtimeVersion": "test_runtime_version",
"script": "test_script",
"type": "USql"
"type": "USql",
"properties": {
"runtimeVersion": "test_runtime_version",
"script": "test_script",
"type": "USql"
},
"name": "test_name"
}
},
"responses": {
"200": {
"body": {
"jobId": "076713da-9018-41ae-a3bd-9eab14e54d09",
"name": "test_name",
"type": "USql",
"submitter": "test_submitter",
"degreeOfParallelism": 1,
"priority": 1,
"submitTime": "2017-04-18T11:16:49.0748958-07:00",
"startTime": "2017-04-18T11:16:49.0748958-07:00",
"endTime": "2017-04-18T11:16:49.0748958-07:00",
"state": "Accepted",
"result": "Succeeded",
"logFolder": "adl://contosoadla.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/03/13/17/18/5fe51957-93bc-4de0-8ddc-c5a4753b068b/logs/",
"logFilePatterns": [
"test_log_file_pattern_1",
"test_log_file_pattern_2"
],
"related": {
"pipelineId": "076713da-9018-41ae-a3bd-9eab14e54d09",
"pipelineName": "test_pipeline_name",
"pipelineUri": "https://account123.contosopipelineservice.com/076713da-9018-41ae-a3bd-9eab14e54d09",
"runId": "67034c12-b250-468e-992d-39fb978bde2c",
"recurrenceId": "67034c12-b250-468e-992d-39fb978bde2d",
"recurrenceName": "test_recurrence_name"
},
"tags": {
"test_key": "test_value"
},
"errorMessage": [
{
"description": "test_description",
"details": "test_details",
"endOffset": 1,
"errorId": "test_error_id",
"filePath": "adl://contosoadla.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/03/13/17/18/5fe51957-93bc-4de0-8ddc-c5a4753b068b/test_file.txt",
"helpLink": "https://azure.microsoft.com/en-us/blog/introducing-azure-data-lake/",
"internalDiagnostics": "test_internal_diagnostics",
"lineNumber": 1,
"message": "test_message",
"resolution": "test_resolution",
"innerError": {
"diagnosticCode": 1,
"severity": "Warning",
"details": "test_details",
"component": "test_component",
"errorId": "test_error_id",
"helpLink": "https://azure.microsoft.com/en-us/blog/introducing-azure-data-lake/",
"internalDiagnostics": "test_internal_diagnostics",
"message": "test_message",
"resolution": "test_resolution",
"source": "SYSTEM",
"description": "test_description"
},
"name": "test_name"
}
},
"responses": {
"200": {
"body": {
"jobId": "076713da-9018-41ae-a3bd-9eab14e54d09",
"name": "test_name",
"type": "USql",
"submitter": "test_submitter",
"degreeOfParallelism": 1,
"priority": 1,
"submitTime": "2017-04-18T11:16:49.0748958-07:00",
"startTime": "2017-04-18T11:16:49.0748958-07:00",
"endTime": "2017-04-18T11:16:49.0748958-07:00",
"state": "Accepted",
"result": "Succeeded",
"logFolder": "adl://contosoadla.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/03/13/17/18/5fe51957-93bc-4de0-8ddc-c5a4753b068b/logs/",
"logFilePatterns": [
"test_log_file_pattern_1",
"test_log_file_pattern_2"
],
"related": {
"pipelineId": "076713da-9018-41ae-a3bd-9eab14e54d09",
"pipelineName": "test_pipeline_name",
"pipelineUri": "https://account123.contosopipelineservice.com/076713da-9018-41ae-a3bd-9eab14e54d09",
"runId": "67034c12-b250-468e-992d-39fb978bde2c",
"recurrenceId": "67034c12-b250-468e-992d-39fb978bde2d",
"recurrenceName": "test_recurrence_name"
},
"tags": {
"test_key": "test_value"
},
"errorMessage": [{
"description": "test_description",
"details": "test_details",
"endOffset": 1,
"errorId": "test_error_id",
"filePath": "adl://contosoadla.azuredatalakestore.net/system/jobservice/jobs/Usql/2016/03/13/17/18/5fe51957-93bc-4de0-8ddc-c5a4753b068b/test_file.txt",
"helpLink": "https://azure.microsoft.com/en-us/blog/introducing-azure-data-lake/",
"internalDiagnostics": "test_internal_diagnostics",
"lineNumber": 1,
"message": "test_message",
"resolution": "test_resolution",
"innerError": {
"diagnosticCode": 1,
"severity": "Warning",
"details": "test_details",
"component": "test_component",
"errorId": "test_error_id",
"helpLink": "https://azure.microsoft.com/en-us/blog/introducing-azure-data-lake/",
"internalDiagnostics": "test_internal_diagnostics",
"message": "test_message",
"resolution": "test_resolution",
"source": "SYSTEM",
"description": "test_description"
},
"severity": "Warning",
"source": "SYSTEM",
"startOffset": 1
}],
"stateAuditRecords": [{
"newState": "test_new_state",
"timeStamp": "2017-04-18T11:16:49.0748958-07:00",
"requestedByUser": "test_requested_by_user",
"details": "test_details"
}],
"properties": {
"runtimeVersion": "test_runtime_version",
"script": "test_script",
"type": "USql"
}
}
"severity": "Warning",
"source": "SYSTEM",
"startOffset": 1
}
],
"stateAuditRecords": [
{
"newState": "test_new_state",
"timeStamp": "2017-04-18T11:16:49.0748958-07:00",
"requestedByUser": "test_requested_by_user",
"details": "test_details"
}
],
"properties": {
"runtimeVersion": "test_runtime_version",
"script": "test_script",
"type": "USql"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
{
"parameters": {
"api-version": "2016-11-01",
"accountName": "contosoadla",
"adlaJobDnsSuffix": "azuredatalakeanalytics.net",
"jobIdentity": "076713da-9018-41ae-a3bd-9eab14e54d09"
},
"responses": {
"200": {
},
"202": {
},
"204": {
}
}
"parameters": {
"api-version": "2016-11-01",
"accountName": "contosoadla",
"adlaJobDnsSuffix": "azuredatalakeanalytics.net",
"jobIdentity": "076713da-9018-41ae-a3bd-9eab14e54d09"
},
"responses": {
"200": {},
"202": {},
"204": {}
}
}
Loading