how to build Zeppelin with a defined list of interpreters

2016-11-27 Thread Ruslan Dautkhanov
Getting [1] error stack when trying to build Zeppelin from 0.7-snapshot. We will not use most of the built-in Zeppelin interpreters, including Scio which is failing. How we can switch off (black-list) certain interpreters from Zeppelin build at all? http://zeppelin.apache.org/docs/snapshot/install

Re: "You must build Spark with Hive. Export 'SPARK_HIVE=true'"

2016-11-27 Thread Ruslan Dautkhanov
Also, to get rid of this problem (once HiveContext(sc) was assigned at least twice to a variable, the only fix is - ro restart Zeppelin :-( -- Ruslan Dautkhanov On Sun, Nov 27, 2016 at 9:00 AM, Ruslan Dautkhanov wrote: > I found a pattern when this happens. > > When I run > sqlCtx = HiveConte

Re: "You must build Spark with Hive. Export 'SPARK_HIVE=true'"

2016-11-27 Thread Ruslan Dautkhanov
I found a pattern when this happens. When I run sqlCtx = HiveContext(sc) it works as expected. Second and any time after that - gives that exception stack I reported in this email chain. > sqlCtx = HiveContext(sc) > sqlCtx.sql('select * from marketview.spend_dim') You must build Spark with Hiv

Re: SparkInterpreter.java[getSQLContext_1]:256 - Can't create HiveContext. Fallback to SQLContext

2016-11-27 Thread Ruslan Dautkhanov
CDH 5.8 has Hive 1.1 + a bunch of patches Cloudera has backported. -- Ruslan Dautkhanov On Sun, Nov 27, 2016 at 5:30 AM, Jianfeng (Jeff) Zhang < jzh...@hortonworks.com> wrote: > > This seems jar version mismatch, what hive version do you use ? > > > Best Regard, > Jeff Zhang > > > From: Rusla

Re: SparkInterpreter.java[getSQLContext_1]:256 - Can't create HiveContext. Fallback to SQLContext

2016-11-27 Thread Jianfeng (Jeff) Zhang
This seems jar version mismatch, what hive version do you use ? Best Regard, Jeff Zhang From: Ruslan Dautkhanov mailto:dautkha...@gmail.com>> Reply-To: "users@zeppelin.apache.org" mailto:users@zeppelin.apache.org>> Date: Sunday, November 27, 2016 at 12:43 AM