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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to