Member since
07-30-2015
1
Post
17
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
32254 | 11-28-2015 02:06 AM |
11-28-2015
02:06 AM
17 Kudos
You will have problems starting spark-shell with any master because there are permissioning issues with the hdfs folders that spark uses. To fix it do the following: sudo -u hdfs hadoop fs -chmod 777 /user/spark sudo -u spark hadoop fs -chmod 777 /user/spark/applicationHistory That should do it 🙂
... View more