Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Apache Spark History Server Logs

My Apache Spark application handles giant RDDs and generates EventLogs through the History Server. How can I export these logs and import them to another computer to view them through History Server UI?

like image 480
Bruno Avatar asked Apr 09 '26 23:04

Bruno


1 Answers

My cluster uses Windows 10 and for some reason, with this OS, the log files don't load if they aren't generated on the machine itself. Using another OS like Ubuntu, I was able to view History Server's logs on the browser.

like image 121
Bruno Avatar answered Apr 11 '26 20:04

Bruno