Spark streaming on dataproc throws FileNotFoundException

前端 未结 2 958
难免孤独
难免孤独 2021-01-17 02:10

When I try to submit a spark streaming job to google dataproc cluster, I get this exception:

16/12/13 00:44:20 ERROR org.apache.spark.SparkContext: Error ini         


        
2条回答
  •  死守一世寂寞
    2021-01-17 02:43

    You can also run the job in yarn cluster mode to avoid adding jar to your master machine. The potential trade off is the spark driver will run in worker node instead of the master.

提交回复
热议问题