You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Jacek Lewandowski (JIRA)" <ji...@apache.org> on 2015/01/23 11:20:34 UTC

[jira] [Created] (SPARK-5382) Scripts do not use SPARK_CONF_DIR where they should

Jacek Lewandowski created SPARK-5382:
----------------------------------------

             Summary: Scripts do not use SPARK_CONF_DIR where they should
                 Key: SPARK-5382
                 URL: https://issues.apache.org/jira/browse/SPARK-5382
             Project: Spark
          Issue Type: Bug
          Components: Spark Core
    Affects Versions: 1.2.0
            Reporter: Jacek Lewandowski
            Priority: Minor


h5.spark-class:
{code}
# Load extra JAVA_OPTS from conf/java-opts, if it exists
if [ -e "$FWDIR/conf/java-opts" ] ; then
  JAVA_OPTS="$JAVA_OPTS `cat "$FWDIR"/conf/java-opts`"
fi
{code}

h5.spark-submit:
{code}
DEFAULT_PROPERTIES_FILE="$SPARK_HOME/conf/spark-defaults.conf"
{code}





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

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