-
- Downloads
[SPARK-11020][CORE] Wait for HDFS to leave safe mode before initializing HS.
Large HDFS clusters may take a while to leave safe mode when starting; this change makes the HS wait for that before doing checks about its configuraton. This means the HS won't stop right away if HDFS is in safe mode and the configuration is not correct, but that should be a very uncommon situation. Author: Marcelo Vanzin <vanzin@cloudera.com> Closes #9043 from vanzin/SPARK-11020.
Showing
- core/src/main/scala/org/apache/spark/deploy/history/FsHistoryProvider.scala 101 additions, 3 deletions...a/org/apache/spark/deploy/history/FsHistoryProvider.scala
- core/src/test/scala/org/apache/spark/deploy/history/FsHistoryProviderSuite.scala 65 additions, 0 deletions.../apache/spark/deploy/history/FsHistoryProviderSuite.scala
Please register or sign in to comment