Member since
12-27-2016
4
Posts
0
Kudos Received
0
Solutions
04-08-2019
10:15 AM
Thank you. I had the same issue. Should some content be added to the tutorial indicating that these services need to be started?
... View more
01-09-2017
12:46 AM
I figured it had to do with history server but haven't dealt with this specifically. Never fear StackOverflow is here.0 The short is that the history server is enabled but the path it is trying to write to is not valid. Either give it a valid path or turn it off. I'd give it a valid path as it is how the UI contains all the wonderful information. spark.eventLog.enabled=true spark.eventLog.dir=/user/spark/applicationHistory (make sure it exist and the spark user as r/w access) http://stackoverflow.com/questions/36038188/error-sparkcontext-error-initializing-sparkcontext
... View more