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
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
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
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.
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
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"
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
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