How to pass a note to Zeppelin on invocation

2018-02-06 Thread Leon Katsnelson
When we use Jupyter and JupyterLab we are able to pass the notebook as a parameter so that when the Jupyter starts the notebook is already loaded. We would like to do the same with Zeppelin 0.7.3. Is it possible and if so, how?

Re: How to have a native graphical representation (%sql) of a HiveContext?

2018-02-06 Thread Jeff Zhang
Awesome, glad to hear that. LINZ, Arnaud 于2018年2月6日周二 下午10:59写道: > Setting > > export ZEPPELIN_INTP_CLASSPATH_OVERRIDES=path of proper > libtrhrift-0.9.3.jar > > solved the problem. > > > > *De :* Jeff Zhang [mailto:zjf...@gmail.com] > > *Envoyé :* mardi 6 février 2018 14:50 > > > *À :* users@z

Re: How to have a native graphical representation (%sql) of a HiveContext?

2018-02-06 Thread Jeff Zhang
Right,I think you have find the root cause. LINZ, Arnaud 于2018年2月6日周二 下午9:47写道: > Hi, > > Spark Home (CDH Spark) is set to > /opt/cloudera/parcels/CDH-5.11.1-1.cdh5.11.1.p0.4/lib/spark > > > > The facebook jar I have is > /opt/cloudera/parcels/CDH-5.11.1-1.cdh5.11.1.p0.4/jars/libfb303-0.9.3.ja

Re: UNSUBSCRIBE

2018-02-06 Thread Trevor Grant
Could everyone one replying "UNSUBSCRIBE" please stop spamming the rest of us. That's not how you unsubscribe from an apache mailing list. Thanks. tg On Tue, Feb 6, 2018 at 2:09 PM, Strange, Nick wrote: > > > > > > > > >

UNSUBSCRIBE

2018-02-06 Thread Strange, Nick

Re: How to have a native graphical representation (%sql) of a HiveContext?

2018-02-06 Thread Jeff Zhang
Do you set SPARK_HOME in zeppelin-env.sh ? And What version of spark do you use ? Do you use CDH's spark or apache spark ? LINZ, Arnaud 于2018年2月6日周二 下午8:40写道: > Hi, > > > > The lack of interpreter log was due to the impersonation of the user, > which could not write to the log dir. I’ve given

UNSUBSCRIBE

2018-02-06 Thread Andrew Zhang
- Original message -From: Michael Covert To: users@zeppelin.apache.orgCc:Subject: UNSUBSCRIBEDate: Tue, Feb 6, 2018 7:56 AM     

UNSUBSCRIBE

2018-02-06 Thread Michael Covert

RE: How to have a native graphical representation (%sql) of a HiveContext?

2018-02-06 Thread LINZ, Arnaud
Ooops, sorry. No zeppelin-interpreter-log, but I did looked at the wrong log file. No error on startup, and here is the stack trace when I query a hive table : INFO [2018-02-06 12:12:18,405] ({qtp1632392469-74} AbstractValidatingSessionManager.java[enableSessionValidation]:230) - Enabling

Re: How to have a native graphical representation (%sql) of a HiveContext?

2018-02-06 Thread Jeff Zhang
It is weird, there should be a interpreter log file with name 'zeppelin-interpreter-spark*.log' Are you sure you are looking at the correct log folder ? Because from the log you pasted, it is the log of 2017-12-08 LINZ, Arnaud 于2018年2月6日周二 下午6:45写道: > I’ve been searching for such a log, but

RE: How to have a native graphical representation (%sql) of a HiveContext?

2018-02-06 Thread LINZ, Arnaud
I’ve been searching for such a log, but I don’t see anything related to spark in …/zeppelin/logs The only logs I have are zeppelin-$USER-$HOST.log and zeppelin-$USER-$HOST.out but they really don’t contain anything useful. Log = INFO [2017-12-08 12:21:36,847] ({main} ZeppelinConfiguration.java[c

Re: How to have a native graphical representation (%sql) of a HiveContext?

2018-02-06 Thread Jeff Zhang
Could you attach the spark interpreter log ? LINZ, Arnaud 于2018年2月6日周二 下午4:49写道: > I really tried, but it really does not work… > >- zeppelin.spark.useHiveContext is set to true >- I directly use sqlContext without creating it >- I have a link to hive-site.xml in /etc/spark/conf > > B

RE: How to have a native graphical representation (%sql) of a HiveContext?

2018-02-06 Thread LINZ, Arnaud
I really tried, but it really does not work… * zeppelin.spark.useHiveContext is set to true * I directly use sqlContext without creating it * I have a link to hive-site.xml in /etc/spark/conf But sqlContext does not see any hive table I don’t see any error log, or any helpful log in z