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 Laskowski (JIRA)" <ji...@apache.org> on 2016/09/30 13:42:20 UTC

[jira] [Created] (SPARK-17746) Code duplication to compute the path to spark-defaults.conf

Jacek Laskowski created SPARK-17746:
---------------------------------------

             Summary: Code duplication to compute the path to spark-defaults.conf
                 Key: SPARK-17746
                 URL: https://issues.apache.org/jira/browse/SPARK-17746
             Project: Spark
          Issue Type: Improvement
          Components: Spark Core
    Affects Versions: 2.1.0
            Reporter: Jacek Laskowski
            Priority: Minor


[CommandBuilderUtils.DEFAULT_PROPERTIES_FILE|https://github.com/apache/spark/blob/master/launcher/src/main/java/org/apache/spark/launcher/CommandBuilderUtils.java#L31], [AbstractCommandBuilder.getConfDir|https://github.com/apache/spark/blob/master/launcher/src/main/java/org/apache/spark/launcher/AbstractCommandBuilder.java#L312] and [Utils.getDefaultPropertiesFile|https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/util/Utils.scala#L2006] are dealing with the default properties file, i.e. {{spark-defaults.conf}} (or the Spark configuration directory where the file is).

The code duplication could be removed.



--
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