Spark Shell - __spark_libs__.zip does not exist

前端 未结 3 506
感动是毒
感动是毒 2020-12-16 23:00

I\'m new to Spark and I\'m busy setting up a Spark Cluster with HA enabled.

When starting a spark shell for testing via: bash spark-shell --master yarn --deploy

3条回答
  •  误落风尘
    2020-12-16 23:56

    You must have set your configuration to master("local[*]") from spark session.I have removed and it worked.

提交回复
热议问题