Re: Re: how to security phoenix

2016-12-05 Thread lk_phoenix
if I use phoenix JDBC driver ,how to pass user name to hbase? for example : hbase(main):012:0> grant 'user01', 'CR' so,user01 can connect and read tables by JDBC driver, but my client pc only have one user named : 201 2016-12-06 lk_phoenix 发件人:Josh Elser

Re: Global Indexes and impact on availability

2016-12-05 Thread Neelesh
Local indexes would indeed solve this problem, at the cost of some penalty at read-time. Unfortunately, our vendor distribution (HortonWorks) still does not have all the bug fixes required for local indexes to work in a production setting. They consider local indexes to be still in beta and are

Re: Global Indexes and impact on availability

2016-12-05 Thread James Taylor
Have you tried local indexes? On Mon, Dec 5, 2016 at 2:35 PM Neelesh wrote: > Hello, > When a region server is under stress (hotspotting, or large replication, > call queue sizes hitting the limit, other processes competing with HBase > etc), we experience latency spikes

Global Indexes and impact on availability

2016-12-05 Thread Neelesh
Hello, When a region server is under stress (hotspotting, or large replication, call queue sizes hitting the limit, other processes competing with HBase etc), we experience latency spikes for all regions hosted by that region server. This is somewhat expected in the plain HBase world. However,

Re: Memory leak

2016-12-05 Thread Jonathan Leech
Created PHOENIX-3518 and included the requested info. > On Dec 5, 2016, at 11:06 AM, Samarth Jain wrote: > > Thanks for reporting this, Jonathan. Would you mind filing a JIRA preferably > with the object tree that you are seeing in the leak. Also, what version of > hbase

Re: Memory leak

2016-12-05 Thread Samarth Jain
Thanks for reporting this, Jonathan. Would you mind filing a JIRA preferably with the object tree that you are seeing in the leak. Also, what version of hbase and phoenix are you using? On Mon, Dec 5, 2016 at 9:53 AM Jonathan Leech wrote: > Looks like PHOENIX-2357 introduced

Memory leak

2016-12-05 Thread Jonathan Leech
Looks like PHOENIX-2357 introduced a memory leak, at least for me... I end up with old gen filled up with objects - 100,000,000 instances each of WeakReference and LinkedBlockingQueue$Node, owned by ConnectionQueryServicesImpl.connectionsQueue. The PhoenixConnection referred to by the

Re: how to security phoenix

2016-12-05 Thread Josh Elser
Yes, use the HBase-provided access control mechanisms. lk_phoenix wrote: hi,all: I want to know how to add access contorl to the table I create by phoenix . I need to add the privilege through hbase? 2016-12-05 lk_phoenix

Re: ClassCastException: org.joda.time.DateTime

2016-12-05 Thread lk_phoenix
I know what's wrong. I need use phoenix-4.9.0-HBase-1.2-pig.jar not phoenix-4.9.0-HBase-1.2-client.jar. 2016-12-05 lk_phoenix 发件人:"lk_phoenix" 发送时间:2016-12-05 13:41 主题:ClassCastException: org.joda.time.DateTime 收件人:"user.phoenix" 抄送: hi,all: I

Re: Re: Apache Spark Plugin dosn't support spark2.0

2016-12-05 Thread lk_phoenix
thanks a lot. 2016-12-05 lk_phoenix 发件人:Dequn Zhang 发送时间:2016-12-05 15:53 主题:Re: Apache Spark Plugin dosn't support spark2.0 收件人:"user" 抄送: Spark changed DataFrame definition from 2.x , it’s not compatible with 1.x and Phoenix Spark