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: 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

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.