Re: spark hive metastore setting is ignored in 0.8.0 docker

2018-10-19 Thread Alex Dzhagriev
I set it as the spark interpreter configuration value. I also have hive-site.xml on the following path: zeppelin/conf/hive-site.xml. Thanks, Alex. On Fri, Oct 19, 2018 at 4:58 PM Jeff Zhang wrote: > Usually hive.metastore.uris is set in hive-site.xml, where do you set it ? > > > Alex Dzhagriev

Re: Can not connect to a remote spark master

2018-10-19 Thread Alex Dzhagriev
Thanks for the quick reply. Should I specify it to the Zeppelin process or the Spark interpreter? Thanks, Alex. On Fri, Oct 19, 2018 at 4:53 PM Jeff Zhang wrote: > You need to specify SPARK_HOME which is where spark installed. > > > Alex Dzhagriev 于2018年10月20日周六 上午3:12写道: > >> Hello, >> >> I ha

Re: spark hive metastore setting is ignored in 0.8.0 docker

2018-10-19 Thread Jeff Zhang
Usually hive.metastore.uris is set in hive-site.xml, where do you set it ? Alex Dzhagriev 于2018年10月20日周六 上午3:08写道: > Hello, > > I have set the "hive.metastore.uris" config value to use a remote > metastore in the spark interpreter, however the local megastore is used. > That worked fine on the p

Re: Can not connect to a remote spark master

2018-10-19 Thread Jeff Zhang
You need to specify SPARK_HOME which is where spark installed. Alex Dzhagriev 于2018年10月20日周六 上午3:12写道: > Hello, > > I have a remote Spark cluster and I'm trying to use it by setting the > spark interpreter property: > > master spark://spark-cluster-master:7077, however I'm getting the > followin

Re: What is the problem sql over pandas dataframe (NullPointerException error)

2018-10-19 Thread Jeff Zhang
The interpreter log is in another log file, something like zeppelin-interpreter-{interpreter-name}.log Steve Fox 于2018年10月20日周六 上午3:33写道: > Additionally, the python 2.7.5 and 3.6.5 environment is good working, but > the anaconda 3.6.5 is not working. > > I'm really hard on what's wrong. > Pleas

What is the problem sql over pandas dataframe (NullPointerException error)

2018-10-19 Thread Steve Fox
Additionally, the python 2.7.5 and 3.6.5 environment is good working, but the anaconda 3.6.5 is not working. I'm really hard on what's wrong. Please help me! Thank you very much. 2018년 10월 20일 (토) 오전 12:37, Steve Fox 님이 작성: > This is log of zeppelin log (server , interpreter) > > ---

Can not connect to a remote spark master

2018-10-19 Thread Alex Dzhagriev
Hello, I have a remote Spark cluster and I'm trying to use it by setting the spark interpreter property: master spark://spark-cluster-master:7077, however I'm getting the following error: java.lang.RuntimeException: SPARK_HOME is not specified in interpreter-setting for non-local mode, if you sp

spark hive metastore setting is ignored in 0.8.0 docker

2018-10-19 Thread Alex Dzhagriev
Hello, I have set the "hive.metastore.uris" config value to use a remote metastore in the spark interpreter, however the local megastore is used. That worked fine on the previous version 0.7.3 and works if I uncheck the "zeppelin.spark.useNew" setting. Thanks, Alex.

Re: What is the problem sql over pandas dataframe (NullPointerException error)

2018-10-19 Thread Steve Fox
This is log of zeppelin log (server , interpreter) --

Re: What is the problem sql over pandas dataframe (NullPointerException error)

2018-10-19 Thread Steve Fox
Thank you for reply. I can only see the server logs of now. Where can I find a full stacktrce? Thank you very much. 2018년 10월 19일 금요일, Jeff Zhang님이 작성한 메시지: > > Could you paste the full stacktrace ? > > > Steve Fox 于2018年10月19日周五 下午9:20写道: > >> Hi zeppelin users! >> >> I'm trying to sql over p

Re: What is the problem sql over pandas dataframe (NullPointerException error)

2018-10-19 Thread Jeff Zhang
Could you paste the full stacktrace ? Steve Fox 于2018年10月19日周五 下午9:20写道: > Hi zeppelin users! > > I'm trying to sql over pandas dataframe using python interpreter. > But below the error message. > I do not know why this error occurs. > > Thank you for your help. > > > ==

What is the problem sql over pandas dataframe (NullPointerException error)

2018-10-19 Thread Steve Fox
Hi zeppelin users! I'm trying to sql over pandas dataframe using python interpreter. But below the error message. I do not know why this error occurs. Thank you for your help. ===

Can I restart Zeppelin when using the Dockerized Version?

2018-10-19 Thread Eric Pugh
I’m using the latest Zeppelin via Docker. I want to install a interpreter that doesn’t come with Zeppelin (https://github.com/lucidworks/zeppelin-solr ) so I need to restart Zeppelin. I connect to Dockererized Zeppelin and run: ./bin/zeppelin-daem