Spark 2.1 - Error While instantiating HiveSessionState

后端 未结 10 1974
借酒劲吻你
借酒劲吻你 2020-12-06 06:38

With a fresh install of Spark 2.1, I am getting an error when executing the pyspark command.

Traceback (most recent call last):
File \"/usr/local/spark/pytho         


        
10条回答
  •  自闭症患者
    2020-12-06 07:16

    Project location and file permissions would be issue. I have observed this error happening inspite of changes to my pom file.Then i changed the directory of my project to user directory where i have full permissions, this solved my issue.

提交回复
热议问题