Github user ohal commented on the pull request:
https://github.com/apache/spark/pull/4960#issuecomment-142065977
actually, it was done before:
```
# cat conf/spark-defaults.conf
spark.master spark://master.novalocal:7077
spark.eventLog.enabled true
spark.mesos.role fast
```
when job is starting I've got some output:
```
...
"mainClass" : "org.apache.spark.examples.SparkPi",
"sparkProperties" : {
"spark.jars" : "http://www/spark.jar",
"spark.driver.supervise" : "false",
"spark.app.name" : "org.apache.spark.examples.SparkPi",
"spark.mesos.role" : "fast",
"spark.submit.deployMode" : "cluster",
"spark.master" : "spark://master.novalocal:7077"
}
...
```
---
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.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]