Re: Disable heartbeat messages in REPL

2015-07-08 Thread Andrew Or
om:* Feynman Liang [mailto:fli...@databricks.com] > *Sent:* Wednesday, July 08, 2015 2:15 PM > *To:* Lincoln Atkinson > *Cc:* user@spark.apache.org > *Subject:* Re: Disable heartbeat messages in REPL > > > > I was thinking the same thing! Try sc.setLogLevel("ERROR") &

RE: Disable heartbeat messages in REPL

2015-07-08 Thread Lincoln Atkinson
Brilliant! Thanks. From: Feynman Liang [mailto:fli...@databricks.com] Sent: Wednesday, July 08, 2015 2:15 PM To: Lincoln Atkinson Cc: user@spark.apache.org Subject: Re: Disable heartbeat messages in REPL I was thinking the same thing! Try sc.setLogLevel("ERROR") On Wed, Jul 8, 2015

Re: Disable heartbeat messages in REPL

2015-07-08 Thread Feynman Liang
I was thinking the same thing! Try sc.setLogLevel("ERROR") On Wed, Jul 8, 2015 at 2:01 PM, Lincoln Atkinson wrote: > “WARN Executor: Told to re-register on heartbeat” is logged repeatedly > in the spark shell, which is very distracting and corrupts the display of > whatever set of commands I’m