Github user tnachen commented on the pull request:
https://github.com/apache/spark/pull/4960#issuecomment-142066891
That's the spark properties for the job, but might not for the dispatcher.
The easiest way to check is to go to the Mesos UI and look at the
Dispatcher framework, and see if it does have the correct role or not.
Tim
On Mon, Sep 21, 2015 at 11:19 AM, Oleh Halenok <[email protected]>
wrote:
> 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"
> }
> ...
>
> â
> Reply to this email directly or view it on GitHub
> <https://github.com/apache/spark/pull/4960#issuecomment-142065977>.
>
---
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]