Re: Extra output from Spark run

2015-03-05 Thread Sean Owen
:== (11 + 1) / 16] [Stage 12:= (14 + 1) / 16] What do they mean and how can I get rid of them? -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Extra-output-from-Spark-run-tp21920.html Sent

Re: Extra output from Spark run

2015-03-05 Thread davidkl
If you do not want those progress indication to appear, just set spark.ui.showConsoleProgress to false, e.g: System.setProperty(spark.ui.showConsoleProgress, false); Regards -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Extra-output-from-Spark-run

Extra output from Spark run

2015-03-04 Thread cjwang
:== (11 + 1) / 16] [Stage 12:= (14 + 1) / 16] What do they mean and how can I get rid of them? -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Extra-output-from-Spark-run-tp21920.html Sent from