Table undefined error even though table exists

2015-07-30 Thread Vamshi Krishna
Hi, I am trying to access my hbase running on my local machine with zookeeper at localhost:2181. I installed phoenix-3.3.1-bin and trying to access an already existing hbase tabe, but could not. So, simply to test, i created a table using phoenix commandline and see it when i run !tables command.

4.4.0 tags in git

2015-07-30 Thread Josh Elser
Hi! I went to git[1] today to try to get the official tags for the 4.4.0 release and noticed that there are a bunch of rc0 and rc1 tags, but no official pushed tags for 4.4.0. Anyone have the official ones handy that they could push, please? Additional brownie points if someone can clean up

Re: 4.4.0 tags in git

2015-07-30 Thread Mujtaba Chohan
Added: https://git-wip-us.apache.org/repos/asf?p=phoenix.git;a=tag;h=1557b5d34ec5bd4d6c99b23a5bff63cc6b5cec31 https://git-wip-us.apache.org/repos/asf?p=phoenix.git;a=tag;h=890e3ac7bcb571dd7269ee56d61c00d243a04d74 On Thu, Jul 30, 2015 at 12:37 PM, Josh Elser josh.el...@gmail.com wrote: Hi! I

[jira] [Created] (PHOENIX-2159) Grammar changes and DDL support for surfacing native HBase timestamp

2015-07-30 Thread Samarth Jain (JIRA)
Samarth Jain created PHOENIX-2159: - Summary: Grammar changes and DDL support for surfacing native HBase timestamp Key: PHOENIX-2159 URL: https://issues.apache.org/jira/browse/PHOENIX-2159 Project:

[jira] [Updated] (PHOENIX-2159) Grammar changes and DDL support for surfacing native HBase timestamp

2015-07-30 Thread Samarth Jain (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Samarth Jain updated PHOENIX-2159: -- Issue Type: Sub-task (was: Task) Parent: PHOENIX-914 Grammar changes and DDL

[jira] [Commented] (PHOENIX-2159) Grammar changes and DDL support for surfacing native HBase timestamp

2015-07-30 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14648505#comment-14648505 ] James Taylor commented on PHOENIX-2159: --- Can we have ROW_TIMESTAMP a kind of

[jira] [Updated] (PHOENIX-2159) Grammar changes and DDL support for surfacing native HBase timestamp

2015-07-30 Thread Samarth Jain (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Samarth Jain updated PHOENIX-2159: -- Attachment: PHOENIX-2159.patch Patch with the changes. A column declared as ROW_TIMESTAMP in

[jira] [Commented] (PHOENIX-2031) Unable to process timestamp/Date data loaded via Phoenix org.apache.phoenix.pig.PhoenixHBaseLoader

2015-07-30 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14648462#comment-14648462 ] Hadoop QA commented on PHOENIX-2031: {color:red}-1 overall{color}. Here are the

[jira] [Commented] (PHOENIX-2158) Implement position/substring/trim build-in function for BINARY VARBINARY

2015-07-30 Thread Shuxiong Ye (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14648116#comment-14648116 ] Shuxiong Ye commented on PHOENIX-2158: -- Hi [~jamestaylor], function POSITION's API

[jira] [Created] (PHOENIX-2158) Implement position/substring/trim build-in function for BINARY VARBINARY

2015-07-30 Thread Shuxiong Ye (JIRA)
Shuxiong Ye created PHOENIX-2158: Summary: Implement position/substring/trim build-in function for BINARY VARBINARY Key: PHOENIX-2158 URL: https://issues.apache.org/jira/browse/PHOENIX-2158 Project:

Re: Table undefined error even though table exists

2015-07-30 Thread Ravi Kiran
Hi Vamsi, Please give the full table name in select. SELECT * FROM STATS.PROD_METRICS; Regards Ravi On Thu, Jul 30, 2015 at 6:33 AM, Vamshi Krishna vamshi2...@gmail.com wrote: Hi, I am trying to access my hbase running on my local machine with zookeeper at localhost:2181. I installed

[jira] [Updated] (PHOENIX-1372) Fix resource leaks in various classes

2015-07-30 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated PHOENIX-1372: Description: Statement / PreparedStatement should be closed after query completes. Below is an example of