How to test Spark program fully on local using eclipse such that same code would work on cluster without any code changes at all?

后端 未结 0 1785
星月不相逢
星月不相逢 2021-01-22 09:18

I know that one can run a Spark program on local using Eclipse by using new SparkConf().setMaster("local[*]") . However, the program running fine on local

相关标签:
回答
  • 消灭零回复
提交回复
热议问题