1

I'm working on spark, and I want to clear my spark master UI by clearing out all the previous Failed/Finished Jobs. I'm unable to figure out how to do this? I've tried deleting logs from hdfs but the job entries still show up on UI.

Nidhi jain
  • 123
  • 3
  • 14

1 Answers1

0

You need to restart the master spark process. from sbin dir of spark, run ./stop-master.sh and ./start-master.sh It should fix.

ajay_t
  • 2,347
  • 7
  • 37
  • 62