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

    https://github.com/apache/spark/pull/2379#discussion_r18001361
  
    --- Diff: 
core/src/main/scala/org/apache/spark/deploy/history/HistoryServerArguments.scala
 ---
    @@ -44,10 +51,17 @@ private[spark] class HistoryServerArguments(conf: 
SparkConf, args: Array[String]
         }
       }
     
    +  propertiesFile = Utils.loadDefaultSparkProperties(conf, propertiesFile)
    +
       private def printUsageAndExit(exitCode: Int) {
         System.err.println(
           """
    -      |Usage: HistoryServer
    +      |Usage: HistoryServer [options]
    +      |
    +      |Options:
    +      |  -d DIR, --dir DIR           Directory where app logs are stored.
    +      |  --properties-file FILE      Path to a file from which to load 
extra properties. If not
    +      |                              specified, this will look for 
conf/spark-defaults.conf.
    --- End diff --
    
    "Path to a custom Spark properties file. Default is 
conf/spark-defaults.conf."


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