RE: Phoenix Interpreter in 0.6 release

2016-07-13 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' in your interpreter tab. the 
properties from phoenix. will pass the properties extracting 'pheonix.'. Try it 
again and let me know the result.

The last commit before removing PhoenixInterpreter is 
f786d1387a7ccae0387e470abb44912d5f322d6b. You can check it.

Hope this help,
JL

On Wed, Jul 13, 2016 at 2:54 PM, Vikash Kumar 
<vikash.ku...@resilinc.com<mailto:vikash.ku...@resilinc.com>> wrote:
Hi,
Phoenix supports multiple tenant configuring with their tenant id[1]. So that 
we can create jdbc connection with extra arg of tenantId. In my case when a 
user making connection with phoenix it submits a tenant id.
A user without tenantId not allowed to connect to phoenix which we can only 
achieve through phoenix interpreter.
And it’s not like that I want phoenix interpreter in latest release but can I 
get the latest phoenix interpreter code somehow?

[1] https://phoenix.apache.org/multi-tenancy.html

From: Jongyoul Lee [mailto:jongy...@gmail.com<mailto:jongy...@gmail.com>]
Sent: Wednesday, July 13, 2016 10:36 AM

To: users@zeppelin.apache.org<mailto: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 interpreter didn't supported 
yet. That feature are scheduled by 0.7.0.

It will help you tell me your use cases in details.

Regards,
JL

On Wed, Jul 13, 2016 at 1:13 PM, Vikash Kumar 
<vikash.ku...@resilinc.com<mailto:vikash.ku...@resilinc.com>> wrote:
Hi,
Phoenix support multi tenancy which we cannot achieve in jdbc interpreter.

Thanks and regards
Vikash Kumar

From: Jongyoul Lee [mailto:jongy...@gmail.com<mailto:jongy...@gmail.com>]
Sent: Tuesday, July 12, 2016 3:21 PM

To: users@zeppelin.apache.org<mailto:users@zeppelin.apache.org>
Subject: Re: Phoenix Interpreter in 0.6 release

Hi,

Could you please describe what it means of multi-tenancy? I think there's no 
reduction of functionality of moving JdbcInterpreter from PhoenixInterpreter.

Regards,
JL

On Tue, Jul 12, 2016 at 6:38 PM, Vikash Kumar 
<vikash.ku...@resilinc.com<mailto:vikash.ku...@resilinc.com>> wrote:
Hi,
But previously it was available(code) which is I am not able to get now. And 
what about multitenant environment?
Thanks & Regards,
Vikash Kumar

From: Jongyoul Lee [mailto:jongy...@gmail.com<mailto:jongy...@gmail.com>]
Sent: Tuesday, July 12, 2016 2:55 PM
To: users@zeppelin.apache.org<mailto:users@zeppelin.apache.org>
Subject: Re: Phoenix Interpreter 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 
<vikash.ku...@resilinc.com<mailto:vikash.ku...@resilinc.com>> wrote:
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 in earlier version?

Thanks & Regards
Vikash Kumar




--
이종열, Jongyoul Lee, 李宗烈
http://madeng.net



--
이종열, Jongyoul Lee, 李宗烈
http://madeng.net



--
이종열, Jongyoul Lee, 李宗烈
http://madeng.net



--
이종열, Jongyoul Lee, 李宗烈
http://madeng.net


Re: Phoenix Interpreter in 0.6 release

2016-07-13 Thread Jongyoul Lee
Okay, I see your situation.

You can use that feature with 'phoenix.TenantId' in your interpreter tab.
the properties from phoenix. will pass the properties extracting
'pheonix.'. Try it again and let me know the result.

The last commit before removing PhoenixInterpreter
is f786d1387a7ccae0387e470abb44912d5f322d6b. You can check it.

Hope this help,
JL

On Wed, Jul 13, 2016 at 2:54 PM, Vikash Kumar <vikash.ku...@resilinc.com>
wrote:

> Hi,
>
> Phoenix supports multiple tenant configuring with their tenant id[1]. So
> that we can create jdbc connection with extra arg of tenantId. In my case
> when a user making connection with phoenix it submits a tenant id.
>
> A user without tenantId not allowed to connect to phoenix which we can
> only achieve through phoenix interpreter.
>
> And it’s not like that I want phoenix interpreter in latest release but
> 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: 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 interpreter
> didn't supported yet. That feature are scheduled by 0.7.0.
>
>
>
> It will help you tell me your use cases in details.
>
>
>
> Regards,
>
> JL
>
>
>
> On Wed, Jul 13, 2016 at 1:13 PM, Vikash Kumar <vikash.ku...@resilinc.com>
> wrote:
>
> 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,
>
>
>
> Could you please describe what it means of multi-tenancy? I think there's
> no reduction of functionality of moving JdbcInterpreter from
> PhoenixInterpreter.
>
>
>
> Regards,
>
> JL
>
>
>
> On Tue, Jul 12, 2016 at 6:38 PM, Vikash Kumar <vikash.ku...@resilinc.com>
> wrote:
>
> Hi,
>
> But previously it was available(code) which 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
>
>
>
> 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 <vikash.ku...@resilinc.com>
> wrote:
>
> 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 in earlier
> version?
>
>
>
> *Thanks & Regards*
>
> *Vikash Kumar*
>
>
>
>
>
>
>
> --
>
> 이종열, Jongyoul Lee, 李宗烈
>
> http://madeng.net
>
>
>
>
>
> --
>
> 이종열, Jongyoul Lee, 李宗烈
>
> http://madeng.net
>
>
>
>
>
> --
>
> 이종열, Jongyoul Lee, 李宗烈
>
> http://madeng.net
>



-- 
이종열, Jongyoul Lee, 李宗烈
http://madeng.net


Re: Phoenix Interpreter in 0.6 release

2016-07-12 Thread Jongyoul Lee
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 interpreter
didn't supported yet. That feature are scheduled by 0.7.0.

It will help you tell me your use cases in details.

Regards,
JL

On Wed, Jul 13, 2016 at 1:13 PM, Vikash Kumar <vikash.ku...@resilinc.com>
wrote:

> 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,
>
>
>
> Could you please describe what it means of multi-tenancy? I think there's
> no reduction of functionality of moving JdbcInterpreter from
> PhoenixInterpreter.
>
>
>
> Regards,
>
> JL
>
>
>
> On Tue, Jul 12, 2016 at 6:38 PM, Vikash Kumar <vikash.ku...@resilinc.com>
> wrote:
>
> Hi,
>
> But previously it was available(code) which 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
>
>
>
> 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 <vikash.ku...@resilinc.com>
> wrote:
>
> 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 in earlier
> version?
>
>
>
> *Thanks & Regards*
>
> *Vikash Kumar*
>
>
>
>
>
>
>
> --
>
> 이종열, Jongyoul Lee, 李宗烈
>
> http://madeng.net
>
>
>
>
>
> --
>
> 이종열, Jongyoul Lee, 李宗烈
>
> http://madeng.net
>



-- 
이종열, Jongyoul Lee, 李宗烈
http://madeng.net


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,

Could you please describe what it means of multi-tenancy? I think there's no 
reduction of functionality of moving JdbcInterpreter from PhoenixInterpreter.

Regards,
JL

On Tue, Jul 12, 2016 at 6:38 PM, Vikash Kumar 
<vikash.ku...@resilinc.com<mailto:vikash.ku...@resilinc.com>> wrote:
Hi,
But previously it was available(code) which is I am not able to get now. And 
what about multitenant environment?
Thanks & Regards,
Vikash Kumar

From: Jongyoul Lee [mailto:jongy...@gmail.com<mailto:jongy...@gmail.com>]
Sent: Tuesday, July 12, 2016 2:55 PM
To: users@zeppelin.apache.org<mailto:users@zeppelin.apache.org>
Subject: Re: Phoenix Interpreter 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 
<vikash.ku...@resilinc.com<mailto:vikash.ku...@resilinc.com>> wrote:
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 in earlier version?

Thanks & Regards
Vikash Kumar




--
이종열, Jongyoul Lee, 李宗烈
http://madeng.net



--
이종열, Jongyoul Lee, 李宗烈
http://madeng.net


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 in earlier version?

Thanks & Regards
Vikash Kumar