The issue is since you are running Spark interpreter in isolated mode there are
two running Spark driver process trying to access derby metastore at the same
location, at the same time.
There are some config in Spark that could redirect metastore to different
location (try spark.warehouse.dir)
I am using the following command to build zeppelin 0.8 on ubuntu
mvn clean package -Pbuild-distr -Pyarn -Pspark-1.6 -Dspark.version=1.6.0
-Phadoop-2.6 -Dhadoop.version=2.6.0-cdh5.9.0 -DskipTests -Pvendor-repo
I am getting following error:
[WARNING] warning Unmet peer dependency "eslint@>=3.8.1"
We had this same problem. Copying or symlinking hive-site.xml to the zeppelin
conf directory and then restarting solved it for us.
http://www.placeiq.com/ http://www.placeiq.com/ http://www.placeiq.com/
Paul Brenner
https://twitter.com/placeiq https://twitter.com/placeiq
https://twitter.com/p
Dears,
I'm running Zeppelin 0.6.2 on HDP 2.5.3. My Zeppelin has also configured
shiro to authenticate users from AD.
Now I'm trying to configure livy.spark interpreter with user impersonation.
I used livy 0.2 and 0.3 but in both cases I cannot start livy.spark
interpterer.
Here's the config of li
Hello,
I was running into an issue with a query on a temp table and to test it I
opened another notebook in another tab. When I execute this new notebook, I
got an error:
Caused by: java.sql.SQLException: Failed to start database 'metastore_db'
with class loader
org.apache.spark.sql.hive.client.I
Dears,
I'm trying to configure shiro to authenticate users from AD and to limit
access to login to webui for specific group.
Here's my shiro.ini config:
activeDirectoryRealm = org.apache.zeppelin.server.ActiveDirectoryGroupRealm
activeDirectoryRealm.systemUsername = user
activeDirectoryRealm.sys