You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by 萝卜丝炒饭 <14...@qq.com> on 2017/06/13 12:49:28 UTC

how to debug app with cluster mode please?

Hi all,


I am learning spark 2.1code.
I write app with "master[4]", I run and debug code.It works well.


when I change code with "master[2,2,1024]" and debug it as before,  I meet error as follow:
 java.lang.classnotfindexception:

com.xxx.xxx$$anonfun$main$1


the class is my main class.
Would you like help me please?
THANKS 
Robin  Shao