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: dev@phoenix.apache.org; u...@phoenix.apache.org Subject: [ANNOUNCE] New VP Apache Phoenix I'm pleased to announce that the ASF board has

Re: About mapping a phoenix table

2019-04-27 Thread Reid Chan
; > > > Approach 2: Use copyTable util of hbase. In this case, you will just need > > to create Phoenix table on remote cluster and then kick off hbase copy > > table. In this approach also, you will need to perform copyTable for each > > secondary index. > > &

About mapping a phoenix table

2019-04-02 Thread Reid Chan
Hi team, I'm trying to transport a phoenix table between two clusters, by copying all related hbase files on hdfs from cluster A to cluster B. But after i executed CreateTableStatement in phoenix, phoenix failed to map those files into table, and `select *` got nothing. The questions are, Is th

[jira] [Assigned] (PHOENIX-5101) ScanningResultIterator getScanMetrics throws NPE

2019-03-04 Thread Reid Chan (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-5101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Reid Chan reassigned PHOENIX-5101: -- Assignee: (was: Reid Chan) > ScanningResultIterator getScanMetrics throws

[jira] [Updated] (PHOENIX-5101) ScanningResultIterator getScanMetrics throws NPE

2019-01-14 Thread Reid Chan (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-5101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Reid Chan updated PHOENIX-5101: --- Attachment: PHOENIX-5101.414-HBase-1.4.001.patch > ScanningResultIterator getScanMetrics thr

[jira] [Created] (PHOENIX-5101) ScanningResultIterator getScanMetrics throws NPE

2019-01-14 Thread Reid Chan (JIRA)
Reid Chan created PHOENIX-5101: -- Summary: ScanningResultIterator getScanMetrics throws NPE Key: PHOENIX-5101 URL: https://issues.apache.org/jira/browse/PHOENIX-5101 Project: Phoenix Issue Type

[jira] [Commented] (PHOENIX-4688) Add kerberos authentication to python-phoenixdb

2018-04-11 Thread Reid Chan (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-4688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16433976#comment-16433976 ] Reid Chan commented on PHOENIX-4688: Since it is security related, I think thi