Re: paragraph log is shown always

2017-04-27 Thread Jan Rasehorn
Hello moon, thank you very much, that solved my issue. Best regards, Jan 2017-04-26 21:51 GMT+02:00 moon soo Lee : > Unfortunately, report view does not supposed to hide 'text' output. > Because Zeppelin can not distinguish if text output is the console output > user want to hide or if text out

Re: paragraph log is shown always

2017-04-26 Thread moon soo Lee
Unfortunately, report view does not supposed to hide 'text' output. Because Zeppelin can not distinguish if text output is the console output user want to hide or if text output is some information that user want to display. %spark df = // create your data frame z.getInterpreterContext.out.cl

Re: paragraph log is shown always

2017-04-26 Thread Jan Rasehorn
Hello Moon, thank you for your suggestion. I already called "clear output" through the web UI action for one of my paragraphs. But it does not help, since clearing the output means to remove also the output that actually shall be displayed. To make it more clear what I mean. I'm using the spark

Re: paragraph log is shown always

2017-04-26 Thread moon soo Lee
You can clear output in %spark z.getInterpreterContext.out.clear in %pyspark z.getInterpreterContext().out().clear() It may help hide unwanted output displayed. Thanks, moon On Tue, Apr 25, 2017 at 11:09 AM Jan Rasehorn wrote: > Hello, > > I'm currently running version 0.7.0 and 0.7.1 . > >

paragraph log is shown always

2017-04-25 Thread Jan Rasehorn
Hello, I'm currently running version 0.7.0 and 0.7.1 . When I execute a paragraph it will display the console log no matter if I selected the simple or report mode for the notebook. I wonder if there is a trick to hide the paragraph console output but still display the actual output like selecti