issue Running Spark Job on Yarn Cluster

后端 未结 5 1966
暖寄归人
暖寄归人 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:44

    It can mean a lot of things, for us, we get the similar error message because of unsupported Java class version, and we fixed the problem by deleting the referenced Java class in our project.

    Use this command to see the detailed error message:

    yarn logs -applicationId application_1424284032717_0066
    

提交回复
热议问题