-
- Downloads
[SPARK-4546] Improve HistoryServer first time user experience
The documentation points the user to run the following ``` sbin/start-history-server.sh ``` The first thing this does is throw an exception that complains a log directory is not specified. The exception message itself does not say anything about what to set. Instead we should have a default and a landing page with a better message. The new default log directory is `file:/tmp/spark-events`. This is what it looks like as of this PR:  Author: Andrew Or <andrew@databricks.com> Closes #3411 from andrewor14/minor-history-improvements and squashes the following commits: f33d6b3 [Andrew Or] Point user to set config if default log dir does not exist fc4c17a [Andrew Or] Improve HistoryServer UX
Showing
- core/src/main/scala/org/apache/spark/deploy/history/FsHistoryProvider.scala 24 additions, 13 deletions...a/org/apache/spark/deploy/history/FsHistoryProvider.scala
- core/src/main/scala/org/apache/spark/deploy/history/HistoryPage.scala 7 additions, 1 deletion...n/scala/org/apache/spark/deploy/history/HistoryPage.scala
- core/src/main/scala/org/apache/spark/deploy/history/HistoryServerArguments.scala 8 additions, 7 deletions.../apache/spark/deploy/history/HistoryServerArguments.scala
- docs/monitoring.md 1 addition, 1 deletiondocs/monitoring.md
Loading
Please register or sign in to comment