Re: Illegal Inheritance error

2017-05-16 Thread Jeff Zhang
You should put hive-site.xml in SPARK_CONF_DIR, the can not find file bug is due to a spark bug https://issues.apache.org/jira/browse/SPARK-18160 https://issues.cloudera.org/browse/LIVY-298 I have 1 workaround for you: You need to install spark in all the nodes and put hive-site.xml in SPARK_CON

Re: Illegal Inheritance error

2017-05-16 Thread Ben Vogan
I know - this is driving me crazy. It was working fine and without me touching any of it (zeppelin/livy/spark/yarn), it broke. And with no errors in spark/yarn or livy. I see a warning in the livy log about the hive-site.xml not being found. In the interpreter configuration I have tried setting

Re: Illegal Inheritance error

2017-05-15 Thread Jeff Zhang
It is weird that the yarn app log shows the SQLContext is created successfully, but in zeppelin side it shows error of "Fail to create SQLContext" Ben Vogan 于2017年5月15日周一 下午8:07写道: > I am using 0.7.1 and I checked the yarn app log and don't see any errors. > It looks like this: > > 17/05/16 00:04

Re: Illegal Inheritance error

2017-05-15 Thread Ben Vogan
I am using 0.7.1 and I checked the yarn app log and don't see any errors. It looks like this: 17/05/16 00:04:12 INFO yarn.ApplicationMaster: Registered signal handlers for [TERM, HUP, INT] 17/05/16 00:04:13 INFO yarn.ApplicationMaster: ApplicationAttemptId: appattempt_1494373289850_0336_01 17/

Re: Illegal Inheritance error

2017-05-15 Thread Jeff Zhang
Which version of zeppelin do you use ? And can you check the yarn app log ? Ben Vogan 于2017年5月15日周一 下午5:56写道: > Hi all, > > For some reason today I'm getting a stack: > > org.apache.zeppelin.livy.LivyException: Fail to create > SQLContext,:4: error: illegal inheritance; > at > org.apache.zeppeli

Re: Illegal Inheritance error

2017-05-15 Thread Ben Vogan
Hi all, For some reason today I'm getting a stack: org.apache.zeppelin.livy.LivyException: Fail to create SQLContext,:4: error: illegal inheritance; at org.apache.zeppelin.livy.LivySparkSQLInterpreter.open(LivySparkSQLInterpreter.java:76) at org.apache.zeppelin.interpreter.LazyOpenInterpreter.ope

Illegal Inheritance error

2017-05-14 Thread Ben Vogan
Hi all, I've been using Zeppelin for a couple of weeks now with a stable configuration, but all of a sudden I am getting "Illegal inheritance" errors like so: INFO [2017-05-14 03:25:32,678] ({pool-2-thread-56} Paragraph.java[jobRun]:362) - run paragraph 20170514-032326_663206142 using livy org.a