Github user andrewor14 commented on a diff in the pull request:

    https://github.com/apache/spark/pull/2379#discussion_r18552640
  
    --- Diff: 
core/src/main/scala/org/apache/spark/deploy/history/HistoryServerArguments.scala
 ---
    @@ -32,11 +34,16 @@ private[spark] class HistoryServerArguments(conf: 
SparkConf, args: Array[String]
           case ("--dir" | "-d") :: value :: tail =>
             logDir = value
             conf.set("spark.history.fs.logDirectory", value)
    +        System.setProperty("spark.history.fs.logDirectory", value)
    --- End diff --
    
    I had the same thought and almost made the same comment, but then I figured 
it might be better to keep whatever set through the conf consistent with the 
sys props. Not a huge deal either way.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to