Skip to content

Commit 0756682

Browse files
committed
freshness120
1 parent 9d2b226 commit 0756682

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/hdinsight/spark/apache-spark-livy-rest-interface.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ curl -k --user "<hdinsight user>:<user password>" -v -X GET "https://<spark_clus
6060
curl -k --user "admin:mypassword1!" -v -X GET "https://mysparkcluster.azurehdinsight.net/livy/batches"
6161
```
6262
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
6464
6565
```cmd
6666
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
7474

7575
### Example
7676

77-
Deleting a batch job with batch id `5`.
77+
Deleting a batch job with batch ID `5`.
7878

7979
```cmd
8080
curl -k --user "admin:mypassword1!" -v -X DELETE "https://mysparkcluster.azurehdinsight.net/livy/batches/5"

0 commit comments

Comments
 (0)