Re: How to stop system info output in spark shell

2014-04-15 Thread Nicholas Chammas
asks 0 --> 0 > >> 14/04/03 19:34:31 INFO DAGScheduler: jobIdToStageIds 0 --> 0 > >> 14/04/03 19:34:31 INFO DAGScheduler: stageToInfos 0 --> 0 > >> 14/04/03 19:34:31 INFO MetadataCleaner: Ran metadata cleaner for > >> DAG_SCHEDULER > >> > >> > >> > > > > > > -- > > Informativa sulla Privacy: http://www.unibs.it/node/8155 > > > > > > -- > View this message in context: > http://apache-spark-user-list.1001560.n3.nabble.com/How-to-stop-system-info-output-in-spark-shell-tp3704p4266.html > Sent from the Apache Spark User List mailing list archive at Nabble.com. >

Re: How to stop system info output in spark shell

2014-04-15 Thread Wei Da
0 >> 14/04/03 19:34:31 INFO DAGScheduler: jobIdToStageIds 0 --> 0 >> 14/04/03 19:34:31 INFO DAGScheduler: stageToInfos 0 --> 0 >> 14/04/03 19:34:31 INFO MetadataCleaner: Ran metadata cleaner for >> DAG_SCHEDULER >> >> >> > > > -- > Infor

Re: How to stop system info output in spark shell

2014-04-03 Thread Eduardo Costa Alfaia
Have you already tried in conf/log4j.properties? log4j.rootCategory=OFF Em 4/3/14, 13:46, weida xu escreveu: Hi, alll When I start spark in the shell. It automatically output some system info every minute, see below. Can I stop or block the output of these info? I tried the ":silent" comnond,

How to stop system info output in spark shell

2014-04-03 Thread weida xu
Hi, alll When I start spark in the shell. It automatically output some system info every minute, see below. Can I stop or block the output of these info? I tried the ":silent" comnond, but the automatical output remains. 14/04/03 19:34:30 INFO MetadataCleaner: Ran metadata cleaner for SHUFFLE_BLO