Martin Tapp created SPARK-5488:
----------------------------------

             Summary: SPARK_LOCAL_IP not read by mesos scheduler
                 Key: SPARK-5488
                 URL: https://issues.apache.org/jira/browse/SPARK-5488
             Project: Spark
          Issue Type: Bug
          Components: Mesos
    Affects Versions: 1.1.1
            Reporter: Martin Tapp
            Priority: Minor


My environment sets SPARK_LOCAL_IP and my driver sees it. But mesos sees the 
one from my first available network adapter.

I can even see that SPARK_LOCAL_IP is read correctly by Utils.localHostName and 
Utils.localIpAddress (core/src/main/scala/org/apache/spark/util/Utils.scala). 
Seems spark mesos framework doesn't use it.

Work around for now is to disable my first adapter such that the second one 
becomes the one seen by Spark.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to