Skip to content

Commit 453a3db

Browse files
committed
Fixed some formatting
1 parent f4b5c03 commit 453a3db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/running-on-kubernetes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ building using the supplied script, or manually.
6969

7070
To launch Spark Pi in cluster mode,
7171

72-
{% highlight bash %}
72+
```bash
7373
$ bin/spark-submit \
7474
--master k8s://https://<k8s-apiserver-host>:<k8s-apiserver-port> \
7575
--deploy-mode cluster \
@@ -79,7 +79,7 @@ $ bin/spark-submit \
7979
--conf spark.kubernetes.driver.container.image=<driver-image> \
8080
--conf spark.kubernetes.executor.container.image=<executor-image> \
8181
local:///path/to/examples.jar
82-
{% endhighlight %}
82+
```
8383

8484
The Spark master, specified either via passing the `--master` command line argument to `spark-submit` or by setting
8585
`spark.master` in the application's configuration, must be a URL with the format `k8s://<api_server_url>`. Prefixing the

0 commit comments

Comments
 (0)