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 has

Re: Select * gets 0 rows from index table

2020-03-30 Thread Reid Chan
olumn 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 `

Re: Select * gets 0 rows from index table

2020-03-30 Thread Reid Chan
hat's the state of the 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 sele

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: "index.GlobalIndexCh

Re: Curl kerberized QueryServer using protobuf type

2019-07-09 Thread Reid Chan
ust the bare bones if 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

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 = $CONNEC

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 => '|org.apache.phoenix.coprocess

Re: Create views on existing HBase namespace(not default) tables

2017-12-28 Thread Reid Chan
I upgraded to the most recent version 4.13. It works now. -- Sent from: http://apache-phoenix-user-list.1124778.n5.nabble.com/

Re: Phoenix connection to kerberized hbase fails

2017-04-21 Thread Reid Chan
Problem solved, but not in a general way. When i executed bin/phoenix_utils.py, the output showed that some of the class paths and jar paths were empty, or pointing to a wrong path containing no jars. (e.g, hdfs_jar_path, common_jar_path, hadoop_classpath). So i hardcoded those paths, unlinked al

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 Nabble.co