You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Jake Charland (JIRA)" <ji...@apache.org> on 2017/08/08 22:54:00 UTC

[jira] [Created] (SPARK-21673) Spark local directory is not set correctly

Jake Charland created SPARK-21673:
-------------------------------------

             Summary: Spark local directory is not set correctly
                 Key: SPARK-21673
                 URL: https://issues.apache.org/jira/browse/SPARK-21673
             Project: Spark
          Issue Type: Bug
          Components: Block Manager, Mesos
    Affects Versions: 2.2.0
            Reporter: Jake Charland


Currently the way Spark discovers the Mesos sandbox is wrong. As seen here https://github.com/apache/spark/blob/e26dac5feb02033f980b1e69c9b0ff50869b6f9e/core/src/main/scala/org/apache/spark/util/Utils.scala#L806 it is checking the env variable called MESOS_DIRECTORY however this env variable was depricated (see https://www.mail-archive.com/dev@mesos.apache.org/msg36621.html) in favor of using MESOS_SANDBOX env variable. This should be updated in the spark code to reflect this change in mesos.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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