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
new SparkConf().setMaster("local[*]")