01-07-2018
10:07 PM
- last edited on
01-08-2018
06:05 AM
by
cjervis
I have enable spark notebook on hue 4 following on this https://blogs.msdn.microsoft.com/pliu/2016/06/18/run-hue-spark-notebook-on-cloudera/
but in sample, when i execute the sample code print 1+1+1, this shows the error : Session '-1' not found. (error 404) like in https://community.cloudera.com/t5/Web-UI-Hue-Beeswax/Session-1-not-found-error-404/m-p/56019/highlig...
The difference is I have execute
$ sudo -u hdfs hadoop fs -chmod 777 /user/spark $ sudo -u spark hadoop fs -chmod 777 /user/spark/applicationHistory
It still doesn't work. I have check levy log and spark log, nothing found except the 404 error.
How to resolve it?