Github user pwendell commented on a diff in the pull request:
https://github.com/apache/spark/pull/756#discussion_r12646275
--- Diff: docs/running-on-mesos.md ---
@@ -25,31 +129,73 @@ val conf = new SparkConf()
val sc = new SparkContext(conf)
{% endhighlight %}
+When running a shell the `spark.executor.uri` parameter is inherited from
`SPARK_EXECUTOR_URI`, so
+it does not need to be redundantly passed in as a system property.
+
+{% highlight shell %}
--- End diff --
I think this needs to be `highlight bash`. At least on my version of jekyll
I get an error otherwise when compiling docs.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---