Re: Zeppelin 0.61 interpreter config changes?

2016-09-19 Thread Abhi Basu
The ";" did not make any difference. Attached the only log file I see from
today.

Thanks,

Abhi

On Mon, Sep 19, 2016 at 1:44 AM, Prabhjyot Singh 
wrote:

> Hi Abhi,
>
> I don't see the error attached. Also, just remove ";" from "show tables;"
> and run the paragraph, it should work.
>
> On 19 September 2016 at 09:56, Abhi Basu <9000r...@gmail.com> wrote:
>
>> Built from source (0.61) today for CDH 5.8 and configured impala and hive
>> interpreters in Zeppelin along with other requirements.
>>
>> See the following error:
>>
>> %hive
>> show tables;
>>
>> paragraph_1474247489598_-1618844644's Interpreter hive not found
>>
>> Thanks in advance!
>>
>> jdbc %jdbc  edit  restart  remove
>> Optionshared  Interpreter for note
>> Connect to existing process
>> Set permission
>> Properties
>> namevalue
>> common.max_count 1000
>> default.driver org.postgresql.Driver
>> default.password
>> default.url jdbc:postgresql://localhost:5432/
>> default.user gpadmin
>> hive.driver org.apache.hive.jdbc.HiveDriver
>> hive.password
>> hive.url jdbc:hive2://localhost:1
>> hive.user hive
>> impala.driver org.apache.hive.jdbc.HiveDriver
>> impala.url jdbc:hive2://localhost:21050/;auth=noSasl
>> phoenix.driver org.apache.phoenix.jdbc.PhoenixDriver
>> phoenix.hbase.client.retries.number 1
>> phoenix.password
>> phoenix.url jdbc:phoenix:localhost:2181:/hbase-unsecure
>> phoenix.user phoenixuser
>> psql.driver org.postgresql.Driver
>> psql.password
>> psql.url jdbc:postgresql://localhost:5432/
>> psql.user phoenixuser
>> tajo.driver org.apache.tajo.jdbc.TajoDriver
>> tajo.url jdbc:tajo://localhost:26002/default
>> zeppelin.jdbc.auth.type
>> zeppelin.jdbc.concurrent.max_connection 10
>> zeppelin.jdbc.concurrent.use true
>> zeppelin.jdbc.keytab.location
>> zeppelin.jdbc.principal
>> Dependencies
>> artifactexclude
>> org.apache.hive:hive-jdbc:0.14.0
>> org.apache.hadoop:hadoop-common:2.6.0
>>
>>
>>
>>
>> --
>> Abhi Basu
>>
>
>
>
> --
> Warm Regards,
>
> -- Prabhjyot Singh
>



-- 
Abhi Basu


zeppelin-root-centos-70-00.local.com.log
Description: Binary data


Re: Zeppelin 0.61 interpreter config changes?

2016-09-18 Thread Prabhjyot Singh
Hi Abhi,

I don't see the error attached. Also, just remove ";" from "show tables;"
and run the paragraph, it should work.

On 19 September 2016 at 09:56, Abhi Basu <9000r...@gmail.com> wrote:

> Built from source (0.61) today for CDH 5.8 and configured impala and hive
> interpreters in Zeppelin along with other requirements.
>
> See the following error:
>
> %hive
> show tables;
>
> paragraph_1474247489598_-1618844644's Interpreter hive not found
>
> Thanks in advance!
>
> jdbc %jdbc  edit  restart  remove
> Optionshared  Interpreter for note
> Connect to existing process
> Set permission
> Properties
> namevalue
> common.max_count 1000
> default.driver org.postgresql.Driver
> default.password
> default.url jdbc:postgresql://localhost:5432/
> default.user gpadmin
> hive.driver org.apache.hive.jdbc.HiveDriver
> hive.password
> hive.url jdbc:hive2://localhost:1
> hive.user hive
> impala.driver org.apache.hive.jdbc.HiveDriver
> impala.url jdbc:hive2://localhost:21050/;auth=noSasl
> phoenix.driver org.apache.phoenix.jdbc.PhoenixDriver
> phoenix.hbase.client.retries.number 1
> phoenix.password
> phoenix.url jdbc:phoenix:localhost:2181:/hbase-unsecure
> phoenix.user phoenixuser
> psql.driver org.postgresql.Driver
> psql.password
> psql.url jdbc:postgresql://localhost:5432/
> psql.user phoenixuser
> tajo.driver org.apache.tajo.jdbc.TajoDriver
> tajo.url jdbc:tajo://localhost:26002/default
> zeppelin.jdbc.auth.type
> zeppelin.jdbc.concurrent.max_connection 10
> zeppelin.jdbc.concurrent.use true
> zeppelin.jdbc.keytab.location
> zeppelin.jdbc.principal
> Dependencies
> artifactexclude
> org.apache.hive:hive-jdbc:0.14.0
> org.apache.hadoop:hadoop-common:2.6.0
>
>
>
>
> --
> Abhi Basu
>



-- 
Warm Regards,

-- Prabhjyot Singh


Zeppelin 0.61 interpreter config changes?

2016-09-18 Thread Abhi Basu
Built from source (0.61) today for CDH 5.8 and configured impala and hive
interpreters in Zeppelin along with other requirements.

See the following error:

%hive
show tables;

paragraph_1474247489598_-1618844644's Interpreter hive not found

Thanks in advance!

jdbc %jdbc  edit  restart  remove
Optionshared  Interpreter for note
Connect to existing process
Set permission
Properties
namevalue
common.max_count 1000
default.driver org.postgresql.Driver
default.password
default.url jdbc:postgresql://localhost:5432/
default.user gpadmin
hive.driver org.apache.hive.jdbc.HiveDriver
hive.password
hive.url jdbc:hive2://localhost:1
hive.user hive
impala.driver org.apache.hive.jdbc.HiveDriver
impala.url jdbc:hive2://localhost:21050/;auth=noSasl
phoenix.driver org.apache.phoenix.jdbc.PhoenixDriver
phoenix.hbase.client.retries.number 1
phoenix.password
phoenix.url jdbc:phoenix:localhost:2181:/hbase-unsecure
phoenix.user phoenixuser
psql.driver org.postgresql.Driver
psql.password
psql.url jdbc:postgresql://localhost:5432/
psql.user phoenixuser
tajo.driver org.apache.tajo.jdbc.TajoDriver
tajo.url jdbc:tajo://localhost:26002/default
zeppelin.jdbc.auth.type
zeppelin.jdbc.concurrent.max_connection 10
zeppelin.jdbc.concurrent.use true
zeppelin.jdbc.keytab.location
zeppelin.jdbc.principal
Dependencies
artifactexclude
org.apache.hive:hive-jdbc:0.14.0
org.apache.hadoop:hadoop-common:2.6.0




-- 
Abhi Basu