pyspark.sql.utils.IllegalArgumentException: "Error while instantiating 'org.apache.spark.sql.hive.HiveSessionStateBuild in windows 10
问题 I have installed spark 2.2 with winutils in windows 10.when i am going to run pyspark i am facing bellow exception pyspark.sql.utils.IllegalArgumentException: "Error while instantiating 'org.apache.spark.sql.hive.HiveSessionStateBuilder' I have already tried permission 777 commands in tmp/hive folder as well.but it is not working for now winutils.exe chmod -R 777 C:\tmp\hive after applying this the problem remains same. I am using pyspark 2.2 in my windows 10. Her is spark-shell env Here is