File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ curl -k --user "<hdinsight user>:<user password>" -v -X GET "https://<spark_clus
60
60
curl -k --user "admin:mypassword1!" -v -X GET "https://mysparkcluster.azurehdinsight.net/livy/batches"
61
61
```
62
62
63
- * If you want to retrieve a specific batch with a given batchId
63
+ * If you want to retrieve a specific batch with a given batch ID
64
64
65
65
```cmd
66
66
curl -k --user "admin:mypassword1!" -v -X GET "https://mysparkcluster.azurehdinsight.net/livy/batches/{batchId}"
@@ -74,7 +74,7 @@ curl -k --user "<hdinsight user>:<user password>" -v -X DELETE "https://<spark_c
74
74
75
75
### Example
76
76
77
- Deleting a batch job with batch id ` 5 ` .
77
+ Deleting a batch job with batch ID ` 5 ` .
78
78
79
79
``` cmd
80
80
curl -k --user "admin:mypassword1!" -v -X DELETE "https://mysparkcluster.azurehdinsight.net/livy/batches/5"
You can’t perform that action at this time.
0 commit comments