Re: [ANNOUNCE] New VP Apache Phoenix

2020-04-16 Thread Reid Chan
Congratulation Ankit! -- Best regards, R.C From: Josh Elser Sent: 16 April 2020 23:14 To: d...@phoenix.apache.org; user@phoenix.apache.org Subject: [ANNOUNCE] New VP Apache Phoenix I'm pleased to announce that the ASF board

Re: Select * gets 0 rows from index table

2020-03-30 Thread Reid Chan
empty column value in the index table (actual hbase table) for corresponding row? Did you use IndexTool to rebuild the index? Thanks On Mon, Mar 30, 2020 at 9:22 AM Reid Chan mailto:reidddc...@outlook.com>> wrote: Hey Josh! I'm glad you show up! Version: 4.15-HBase-1.4 >> Did you `selec

Re: Select * gets 0 rows from index table

2020-03-30 Thread Reid Chan
he index? Look at the INDEX_STATE column in system.catalog for your index table. * Did you use Phoenix to create the data+index tables and to populate the data in those tables? On 3/30/20 4:35 AM, Reid Chan wrote: > Hi team, > > I encountered a problem that select * from index_table lim

Select * gets 0 rows from index table

2020-03-30 Thread Reid Chan
Hi team, I encountered a problem that select * from index_table limit x got 0 rows, but underlying hbase has data (observed it from hbase shell > scan) and any queries went to index table would get 0 rows as well. In the meantime the server had the following error message:

Re: Curl kerberized QueryServer using protobuf type

2019-07-09 Thread Reid Chan
f you want something developer focused. [1] https://developers.google.com/protocol-buffers/docs/reference/overview On 7/1/19 5:53 AM, Reid Chan wrote: > Hi team and other users, > > Following is the script used for connecting to QS, > {code} > #!/usr/bin/env bash > > set -u >

Questions about ZK Load Balancer

2019-07-09 Thread Reid Chan
Hi community, Recently, i'm trying to apply the ZK-based Load Balancer on production env. But it looks like a half-done feature, i couldn't find how a query server client get a registered QS from LB in client side codebase. There's one method: LoadBalancer#getSingleServiceLocation, supposed to

Curl kerberized QueryServer using protobuf type

2019-07-01 Thread Reid Chan
Hi team and other users, Following is the script used for connecting to QS, {code} #!/usr/bin/env bash set -u AVATICA="hostname:8765" echo $AVATICA CONNECTION_ID="conn-$(whoami)-$(date +%s)" echo "Open connection" openConnectionReq="message OpenConnectionRequest {string connection_id =

Phoenix admin?

2018-02-22 Thread Reid Chan
Hi team, I created a table through HBase api, and then created a view for it on Phoenix. And for some reasons, i dropped the view, but coprocessors are still attached on this table. >From hbase webui: 'recommend:vulgar_feed', {TABLE_ATTRIBUTES => {coprocessor$1 =>

Re: Phoenix connection to kerberized hbase fails

2017-04-19 Thread Reid Chan
Hi rafa, I followed the guides on site: https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.5.3/bk_command-line-installation/content/configuring-phoenix-to-run-in-a-secure-cluster.html , and linked those configuration files under phoenix bin directory. But problem remains. Best regards, ---R

Re: Phoenix connection to kerberized hbase fails

2017-04-19 Thread Reid Chan
Version infomation, phoenix: phoenix-4.10.0-HBase-1.2, hbase: hbase-1.2.4 -- View this message in context: http://apache-phoenix-user-list.1124778.n5.nabble.com/Phoenix-connection-to-kerberized-hbase-fails-tp3419p3420.html Sent from the Apache Phoenix User List mailing list archive at