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:32:35 UTC

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

     [ https://issues.apache.org/jira/browse/SPARK-5382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacek Lewandowski updated SPARK-5382:
-------------------------------------
    Comment: was deleted

(was: https://github.com/apache/spark/pull/4177)

> 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
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> 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