I installed this spark version: spark-1.6.1-bin-hadoop2.6.tgz.
Now when I start spark with ./spark-shell
command Im getting this issues (it shows a lot of e
You are using spark built with hive support.
There are two possible solutions based on what you want to do later with your spark-shell or in your spark jobs -
Hope this helps.
Apparently you don't have permissions to write in that directory, I recommend you to run ./spark-shell
in your HOME
(you might want to add that command to your PATH
), or in any other directory accessible and writable by your user.
This might also be relevant for you Notebooks together with Spark