New to Spark. Downloaded everything alright but when I run pyspark I get the following errors:
Type \"help\", \"copyright\", \"credits\" or \"license\" for more
I come across the error:
raise IllegalArgumentException(s.split(': ', 1)[1], stackTrace)
pyspark.sql.utils.IllegalArgumentException: u"Error while instantiating 'org.apache.spark.sql.hive.HiveSessionStateBuilder'
this is because i already run ./bin/spark-shell
So, just kill that spark-shell
, and re-run ./bin/pyspark