Re: Using remote git/github to store notebooks

2017-02-14 Thread moon soo Lee
Hi, Currently GitNotebookRepo [1] does not have feature that adds remote repository and push into it. ZEPPELIN-1756 [2] is a related issue. What do you think zeppelin allows optional configuration such as ZEPPELIN_NOTEBOOK_GIT_REMOTE. And when this value is set, zeppelin commit&push to remote repo

Re: After upgrading to 0.7.0 behaviour changed for REPL

2017-02-14 Thread Kir Iceman
I'd be nice if it was possible to dynamically turn on and off REPL, so for example on dev stage i'd leave it on and in prod i'll turn it off and turn on only in case of some issue for debug purposes -- View this message in context: http://apache-zeppelin-users-incubating-mailing-list.75479.x6.n

Re: After upgrading to 0.7.0 behaviour changed for REPL

2017-02-14 Thread Paul Brenner
This is a super useful tip. Is it documented somewhere? If not is there somewhere on GitHub that I should be digging into to find similar features? http://www.placeiq.com/ http://www.placeiq.com/ http://www.placeiq.com/ Paul Brenner https://twitter.com/placeiq https://twitter.com/placeiq https

NoSuchMethodException in SQL

2017-02-14 Thread Muhammad Rezaul Karim
Hi All, I am receiving the following exception while executing SQL queries:  java.lang.NoSuchMethodException: org.apache.spark.io.LZ4CompressionCodec.(org.apache.spark.SparkConf)     at java.lang.Class.getConstructor0(Class.java:3082)     at java.lang.Class.getConstructor(Class.java:1825)     at

Zeppelin Books

2017-02-14 Thread Muhammad Rezaul Karim
Hi All, Could anyone suggest me some recent books on Apache Zeppelin? Kind regards,Reza 

Re: After upgrading to 0.7.0 behaviour changed for REPL

2017-02-14 Thread Bruno Aranda
Hi Moon, Didn't know you could do that and it solves the problem. Many thanks! Bruno On Tue, 14 Feb 2017 at 00:21 moon soo Lee wrote: > Hi, > > The behavior is changed since Zeppelin support multiple result in a > paragraph [1]. > If you're using %spark interpreter, one possible workaround is