Created 06-08-2020 11:37 PM
I can't see Spark history server's user interface, but only
"""
HISTORY SERVER title and
Event log directory: hdfs://server/user/spark/history
"""
On the web UI.
Recently when I met this issue I managed to resolve it, I increased DAEMON_MEMORY_SIZE and HEAP_SIZE for the history server.
But it only helped for a couple of days, I have to constantly restart it.
Could someone help, please?
Created 06-14-2020 07:16 PM
Hello @monorels ,
Thank you for posting the query.
Check the total size of the files present on the event logging directory. possibly if you have huge sized files you would need to increase the spark history server's heap memory. Also check from the logs (spark history server logs) and see if you are getting any errors while spark history server replays the event logs from HDFS path. If there are no errors observed try to enable DEBUG level logging. Even still no errors logged, possibly you might need to check the number of event logs and the allocated heap memory usage.
Created 06-30-2024 11:54 PM
I running with helm chart
using image apache/spark:3.5.1 got the same issue, Could you give me an advise how to get through
Created 07-01-2024 10:23 AM
@duyvo Welcome to the Cloudera Community!
As this is an older post, you would have a better chance of receiving a resolution by starting a new thread. This will also be an opportunity to provide details specific to your environment that could aid others in assisting you with a more accurate answer to your question. You can link this thread as a reference in your new post. Thanks.
Regards,
Diana Torres,Created 07-09-2024 11:26 PM
Based on event log files, you need to adjust Spark History Server settings. Could you please check SHS cleanup is enabled or not. If you enable spark automatically it clean the old event log files. To load larger event log files, you need to adjust the DAEMON_MEMORY_SIZE.
You can refer the following article to adjust the SHS parameters:
https://spark.apache.org/docs/latest/monitoring.html#spark-history-server-configuration-options