RE: Phoenix Interpreter in 0.6 release

2016-07-12 Thread Vikash Kumar
Thank you dear. I will go for that commit. From: Jongyoul Lee [mailto:jongy...@gmail.com] Sent: Wednesday, July 13, 2016 11:43 AM To: users@zeppelin.apache.org Subject: Re: Phoenix Interpreter in 0.6 release Okay, I see your situation. You can use that feature with 'phoenix.TenantId

Re: Phoenix Interpreter in 0.6 release

2016-07-12 Thread Jongyoul Lee
can I get the latest phoenix interpreter code somehow? > > > > [1] https://phoenix.apache.org/multi-tenancy.html > > > > *From:* Jongyoul Lee [mailto:jongy...@gmail.com] > *Sent:* Wednesday, July 13, 2016 10:36 AM > > *To:* users@zeppelin.apache.org > *Subject:* Re: Phoe

RE: Phoenix Interpreter in 0.6 release

2016-07-12 Thread Vikash Kumar
AM To: users@zeppelin.apache.org Subject: Re: Phoenix Interpreter in 0.6 release Hi, PhoenixInterpreter and JdbcInterpreter are based on HiveInterpreter at first, and JdbcInterpreter supports running queries simultaneously. If what you told is about supporting multiple users, any JDBC-like

Re: Phoenix Interpreter in 0.6 release

2016-07-12 Thread Jongyoul Lee
> > *From:* Jongyoul Lee [mailto:jongy...@gmail.com] > *Sent:* Tuesday, July 12, 2016 3:21 PM > > *To:* users@zeppelin.apache.org > *Subject:* Re: Phoenix Interpreter in 0.6 release > > > > Hi, > > > > Could you please describe what it means of multi-tenancy

RE: Phoenix Interpreter in 0.6 release

2016-07-12 Thread Vikash Kumar
Hi, Phoenix support multi tenancy which we cannot achieve in jdbc interpreter. Thanks and regards Vikash Kumar From: Jongyoul Lee [mailto:jongy...@gmail.com] Sent: Tuesday, July 12, 2016 3:21 PM To: users@zeppelin.apache.org Subject: Re: Phoenix Interpreter in 0.6 release Hi

Re: Phoenix Interpreter in 0.6 release

2016-07-12 Thread Jongyoul Lee
ch is I am not able to get now. > And what about multitenant environment? > > Thanks & Regards, > > Vikash Kumar > > > > *From:* Jongyoul Lee [mailto:jongy...@gmail.com] > *Sent:* Tuesday, July 12, 2016 2:55 PM > *To:* users@zeppelin.apache.org > *Subject:

RE: Phoenix Interpreter in 0.6 release

2016-07-12 Thread Vikash Kumar
eter in 0.6 release Hello, You can use Phoenix feature via JdbcInterpreter which already has a example setting. You can also see the document here[1] Hope this help, JL [1]: http://zeppelin.apache.org/docs/0.6.0/interpreter/jdbc.html On Tue, Jul 12, 2016 at 6:16 PM, Vikash Kumar mailto:vikas

Re: Phoenix Interpreter in 0.6 release

2016-07-12 Thread Jongyoul Lee
Hello, You can use Phoenix feature via JdbcInterpreter which already has a example setting. You can also see the document here[1] Hope this help, JL [1]: http://zeppelin.apache.org/docs/0.6.0/interpreter/jdbc.html On Tue, Jul 12, 2016 at 6:16 PM, Vikash Kumar wrote: > Hi all, > >

Phoenix Interpreter in 0.6 release

2016-07-12 Thread Vikash Kumar
Hi all, Phoenix interpreter is absent in latest release ,so how can we achieve multi-tenancy with jdbc interpreter. And actually what does multi-tenancy means in Zeppelin because I am not seeing any code with tenant field? And why Hbase interpreter is not included