madhugithub2014

Results 1 comments of madhugithub2014

Local: val conf = new SparkConf().setAppName("appname").setMaster("local[*]"); val sc = new SparkContext(conf); Cluster mode: Start spark master if required worker also (eg: start-all.sh (SPARK_HOME/sbin)) By default u can get spark master...