-
- Downloads
[SPARK-10317] [CORE] Compatibility between history server script and functionality
Compatibility between history server script and functionality The history server has its argument parsing class in HistoryServerArguments. However, this doesn't get involved in the start-history-server.sh codepath where the $0 arg is assigned to spark.history.fs.logDirectory and all other arguments discarded (e.g --property-file.) This stops the other options being usable from this script Author: Joshi <rekhajoshm@gmail.com> Author: Rekha Joshi <rekhajoshm@gmail.com> Closes #8758 from rekhajoshm/SPARK-10317.
Showing
- core/src/main/scala/org/apache/spark/deploy/history/HistoryServerArguments.scala 25 additions, 15 deletions.../apache/spark/deploy/history/HistoryServerArguments.scala
- core/src/test/scala/org/apache/spark/deploy/history/HistoryServerArgumentsSuite.scala 70 additions, 0 deletions...he/spark/deploy/history/HistoryServerArgumentsSuite.scala
- sbin/start-history-server.sh 1 addition, 7 deletionssbin/start-history-server.sh
Loading
Please register or sign in to comment