我正在使用spark2.0.2,但我看不到历史日志网页:

页面永远卡住了
我检查了历史服务器日志,没有错误:
/usr/local/spark/logs/spark-hadoop-org.apache.spark.deploy.history.HistoryServer-1-localhost.out我在$SPARK_HOME/config/spark-defaults.conf中的Spark配置:
spark.master local[10]
spark.eventLog.enabled true
spark.eventLog.dir file:///tmp/spark-events
spark.history.ui.acls.enable true发布于 2017-06-15 12:11:25
尝试在spark-env.sh中增加"SPARK_DAEMON_MEMORY“。此外,请检查您的"spark.eventLog.dir“中有多少应用程序的日志。
https://stackoverflow.com/questions/42197474
复制相似问题