File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -46,9 +46,11 @@ curl -k --user "<hdinsight user>:<user password>" -v -H "Content-Type: applicati
46
46
47
47
## Get information on Livy Spark batches running on the cluster
48
48
49
- ```cmd
50
- curl -k --user "<hdinsight user>:<user password>" -v -X GET "https://<spark_cluster_name>.azurehdinsight.net/livy/batches"
51
- ```
49
+ Syntax:
50
+
51
+ ```cmd
52
+ curl -k --user "<hdinsight user>:<user password>" -v -X GET "https://<spark_cluster_name>.azurehdinsight.net/livy/batches"
53
+ ```
52
54
53
55
### Examples
54
56
@@ -175,7 +177,7 @@ Perform the following steps:
175
177
176
178
You should see an output similar to the following snippet:
177
179
178
- ```cmd
180
+ ```output
179
181
< HTTP/1.1 200 OK
180
182
< Content-Type: application/json; charset=UTF-8
181
183
< Server: Microsoft-IIS/8.5
You can’t perform that action at this time.
0 commit comments