Re: Run zeppelin spark interpreter in kerberos

2016-07-19 Thread Jeff Zhang
Livy in secured cluster is still in progress. See https://github.com/cloudera/livy/pull/145 But this is only in livy side. In zeppelin side, I believe you also need to specify keytab and principal to access livy rest api. I don't know whether you need to refresh ticket in zeppelin side, it depend

Re: Adjusting Font / Size

2016-07-19 Thread CloverHearts
nice to meet you. The Zeppelin version currently deployed, you can not modify it in the web ui. I am currently making its features. (Editable font size, web fonts, indent) maybe, tomorrow will be like PR or for this upload feature that the day after tomorrow. Thank you. 출발: Alexander Bezzu

RuntimeError: could not open display

2016-07-19 Thread LE MINHHOANG
Hi all, I try the example from zeppelinhub below in my own cluster (Ambari server with Spark, Zeppelin) https://www.zeppelinhub.com/viewer/notebooks/aHR0cHM6Ly9yYXcuZ2l0aHVidXNlcmNvbnRlbnQuY29tL2ZlbGl4Y2hldW5nL3NwYXJrLW5vdGVib29rLWV4YW1wbGVzL21hc3Rlci9aZXBwZWxpbl9ub3RlYm9vay8yQU1YNUNWQ1Uvbm90ZS5q

Re: Adjusting Font / Size

2016-07-19 Thread Alexander Bezzubov
That's a good question! So far you have an option to make browser font size bigger manually, or to customize .css or .js to setup Ace editor by either '#editor' id or editor.setOptions({ fontFamily: "tahoma", fontSize: "10pt" }); Right now you can not change it through the web app UI though.

Fwd: Adjusting Font / Size

2016-07-19 Thread Shayne Hodge
I've looked through the docs, but can't find any option to change the font / size being used for coding. Is this possible at this point in time? Thanks, Shayne Hodge sho...@snaplogic.com

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

2016-07-19 Thread Jonathan Kelly
Ah ha! I figured it out. This is the same issue that is described in this old Shiro users thread: http://shiro-user.582556.n2.nabble.com/Shiro-quot-clearing-quot-POST-content-td7578961.html The solution is to pass a valid Content-Type with the request. If I pass -H "Content-Type: application/json"

Run zeppelin spark interpreter in kerberos

2016-07-19 Thread Chen Song
I have a question on running Zeppelin Spark interpreter in a Kerberized environment. Spark comes with a runtime conf that allows you to specific the keytab and principal. My questions are: 1. When using Livy, does it rely on the same mechanism when starting Spark 2. Whether to use Livy or not, th

java.lang.ClassNotFoundException

2016-07-19 Thread Gilad Landau
Getting this after fresh install of Zeppelin 0.6.0 And running the tutorial (only happens in the %sql part) java.lang.ClassNotFoundException: line2110519627$61.$read$$iwC$$iwC$$iwC$$iwC$$iwC$$iwC$$iwC$$iwC$$iwC$$iwC$$iwC$$iwC$$anonfun$1 at org.apache.spark.repl.ExecutorClassLoader.findClass(Exec