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 <notificati...@github.com>
    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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to