Re: NPE when using REST APIs that take a body (POSTs and PUTs)

2016-07-18 Thread Jonathan Kelly
I should have mentioned the JIRA issue ID so that this issue might be more searchable in the mailing list archives. Here it is: https://issues.apache.org/jira/browse/ZEPPELIN-837 On Mon, Jul 18, 2016 at 10:29 PM Jonathan Kelly wrote: > Through a handy dandy `git bisect`

Re: NPE when using REST APIs that take a body (POSTs and PUTs)

2016-07-18 Thread Jonathan Kelly
Through a handy dandy `git bisect` command, I found that the commit that caused this behavior is https://github.com/apache/zeppelin/commit/57555f5ba16dd8109942513181d1330e9958744e. Is this something that we might be able to get fixed before 0.6.1? Or am I simply doing something wrong now that

Re: Change default interpreter to pyspark

2016-07-18 Thread Ahyoung Ryu
Hi Jayant, I tested as you said, and can't change the default interpreter as well. So I created issue for this in ZEPPELIN-1209 . Thanks for reporting the issue. Best regards, Ahyoung 2016년 7월 19일 (화) 오전 6:54, Jayant Raj

Change default interpreter to pyspark

2016-07-18 Thread Jayant Raj
Zeppelin has the Scala interpreter assigned as the default for Spark notebooks. This default setting creates an additional step if you are to write code using PySpark. You will need to insert a %pyspark at the beginning of each row of the notebook, for Zeppelin to understand that this is PySpark

Re: Forbid creating new notes

2016-07-18 Thread Krzysztof Zarzycki
Hi Vinay. Thank you for your advice. But the thing I'm looking is not how to limit a particular note. I would like to disallow *creation* of new notes to some users. I don't know how to do it currently. For now I can either disallow complete access to Zeppelin, or give access together with