issue Running Spark Job on Yarn Cluster

后端 未结 5 1979
暖寄归人
暖寄归人 2020-12-24 08:17

I want to run my spark Job in Hadoop YARN cluster mode, and I am using the following command:

spark-submit --master yarn-cluster 
             --dri         


        
5条回答
  •  梦谈多话
    2020-12-24 08:36

    The command looks correct.

    What I've come across is that the "exit code 15" normally indicates a TableNotFound Exception. That usually means there's an error in the code you're submitting.

    You can check this by visiting the tracking URL.

提交回复
热议问题