[jira] [Updated] (PHOENIX-3383) Comparison between descending row keys used in RVC is reverse

2016-10-18 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-3383: -- Attachment: PHOENIX-3383_wip2.patch > Comparison between descending row keys used in RVC is

[jira] [Assigned] (PHOENIX-3347) Change conformance or remove SELECT statements without FROM clauses

2016-10-18 Thread Maryann Xue (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maryann Xue reassigned PHOENIX-3347: Assignee: Maryann Xue (was: Eric Lomore) > Change conformance or remove SELECT

[jira] [Updated] (PHOENIX-3383) Comparison between descending row keys used in RVC is reverse

2016-10-18 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-3383: -- Attachment: PHOENIX-3383_wip.patch > Comparison between descending row keys used in RVC is

Decoding Phoenix DOUBLE columns

2016-10-18 Thread Michael McAllister
Hi If this is not the right place to ask this question, please let me know. I asked on the user group, but am not sure whether it was appropriate there. I’m trying to access a Phoenix table from Datameer. Datameer can read HBase, but doesn’t support using the Phoenix JDBC driver, as the

[jira] [Updated] (PHOENIX-2996) Process name of PQS should indicate its role

2016-10-18 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated PHOENIX-2996: Description: Currently we have: {code} * A query server for Phoenix over Calcite's Avatica. */ public

[jira] [Resolved] (PHOENIX-3388) Creating a view on phoenix to mapping hbase cannot query successly

2016-10-18 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor resolved PHOENIX-3388. --- Resolution: Invalid Please ask questions on mailing list and make sure to include your DDL

[jira] [Commented] (PHOENIX-2890) Extend IndexTool to allow incremental index rebuilds

2016-10-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15585208#comment-15585208 ] ASF GitHub Bot commented on PHOENIX-2890: - Github user chrajeshbabu commented on a diff in the

[GitHub] phoenix pull request #210: PHOENIX-2890 Extend IndexTool to allow incrementa...

2016-10-18 Thread chrajeshbabu
Github user chrajeshbabu commented on a diff in the pull request: https://github.com/apache/phoenix/pull/210#discussion_r83832270 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/schema/MetaDataClient.java --- @@ -305,16 +305,27 @@ TENANT_ID + "," +

[jira] [Commented] (PHOENIX-3161) Check possibility of moving rebuilding code to coprocessor of data table.

2016-10-18 Thread Hadoop QA (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15585181#comment-15585181 ] Hadoop QA commented on PHOENIX-3161: {color:red}-1 overall{color}. Here are the results of testing

[jira] [Commented] (PHOENIX-2890) Extend IndexTool to allow incremental index rebuilds

2016-10-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15585161#comment-15585161 ] ASF GitHub Bot commented on PHOENIX-2890: - Github user chrajeshbabu commented on a diff in the

[GitHub] phoenix pull request #210: PHOENIX-2890 Extend IndexTool to allow incrementa...

2016-10-18 Thread chrajeshbabu
Github user chrajeshbabu commented on a diff in the pull request: https://github.com/apache/phoenix/pull/210#discussion_r83827883 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/mapreduce/index/IndexTool.java --- @@ -167,50 +180,152 @@ private void printHelpAndExit(Options

[jira] [Commented] (PHOENIX-3349) DROP TABLE and DROP SEQUENCE not working with schemas

2016-10-18 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15585155#comment-15585155 ] Hudson commented on PHOENIX-3349: - SUCCESS: Integrated in Jenkins build Phoenix-4.8-HBase-1.2 #37 (See

[jira] [Commented] (PHOENIX-2890) Extend IndexTool to allow incremental index rebuilds

2016-10-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15585153#comment-15585153 ] ASF GitHub Bot commented on PHOENIX-2890: - Github user chrajeshbabu commented on a diff in the

[GitHub] phoenix pull request #210: PHOENIX-2890 Extend IndexTool to allow incrementa...

2016-10-18 Thread chrajeshbabu
Github user chrajeshbabu commented on a diff in the pull request: https://github.com/apache/phoenix/pull/210#discussion_r83827393 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/mapreduce/index/IndexTool.java --- @@ -167,50 +180,152 @@ private void printHelpAndExit(Options

[jira] [Created] (PHOENIX-3388) Creating a view on phoenix to mapping hbase cannot query successly

2016-10-18 Thread dream heaven (JIRA)
dream heaven created PHOENIX-3388: - Summary: Creating a view on phoenix to mapping hbase cannot query successly Key: PHOENIX-3388 URL: https://issues.apache.org/jira/browse/PHOENIX-3388 Project:

[GitHub] phoenix pull request #210: PHOENIX-2890 Extend IndexTool to allow incrementa...

2016-10-18 Thread chrajeshbabu
Github user chrajeshbabu commented on a diff in the pull request: https://github.com/apache/phoenix/pull/210#discussion_r83824633 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/mapreduce/index/IndexTool.java --- @@ -85,7 +102,7 @@ private static final Option

[jira] [Commented] (PHOENIX-3161) Check possibility of moving rebuilding code to coprocessor of data table.

2016-10-18 Thread Ankit Singhal (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15585071#comment-15585071 ] Ankit Singhal commented on PHOENIX-3161: bq. Does the HBase copy constructor not maintain the

[jira] [Updated] (PHOENIX-3161) Check possibility of moving rebuilding code to coprocessor of data table.

2016-10-18 Thread Ankit Singhal (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ankit Singhal updated PHOENIX-3161: --- Attachment: PHOENIX-3161_v1.patch > Check possibility of moving rebuilding code to

[jira] [Commented] (PHOENIX-3349) DROP TABLE and DROP SEQUENCE not working with schemas

2016-10-18 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15584841#comment-15584841 ] Hudson commented on PHOENIX-3349: - SUCCESS: Integrated in Jenkins build Phoenix-master #1443 (See

[jira] [Commented] (PHOENIX-3349) DROP TABLE and DROP SEQUENCE not working with schemas

2016-10-18 Thread Ankit Singhal (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15584763#comment-15584763 ] Ankit Singhal commented on PHOENIX-3349: Thanks [~rajeshbabu], committed 4.8, 4.x branches and

[jira] [Created] (PHOENIX-3387) Hive PhoenixStorageHandler fails with join on numeric fields

2016-10-18 Thread Sergey Soldatov (JIRA)
Sergey Soldatov created PHOENIX-3387: Summary: Hive PhoenixStorageHandler fails with join on numeric fields Key: PHOENIX-3387 URL: https://issues.apache.org/jira/browse/PHOENIX-3387 Project:

[GitHub] phoenix pull request #210: PHOENIX-2890 Extend IndexTool to allow incrementa...

2016-10-18 Thread chrajeshbabu
Github user chrajeshbabu commented on a diff in the pull request: https://github.com/apache/phoenix/pull/210#discussion_r83795678 --- Diff: phoenix-core/src/it/java/org/apache/phoenix/end2end/index/IndexMetadataIT.java --- @@ -568,4 +580,52 @@ public void testAsyncCreatedDate()

[jira] [Commented] (PHOENIX-2890) Extend IndexTool to allow incremental index rebuilds

2016-10-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15584739#comment-15584739 ] ASF GitHub Bot commented on PHOENIX-2890: - Github user chrajeshbabu commented on a diff in the

[jira] [Updated] (PHOENIX-3386) PhoenixStorageHandler throws NPE if local tasks executed via child

2016-10-18 Thread Sergey Soldatov (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Soldatov updated PHOENIX-3386: - Labels: HivePhoenix (was: ) > PhoenixStorageHandler throws NPE if local tasks executed

[jira] [Created] (PHOENIX-3385) PhoenixStorageHandler throws NPE if local tasks executed via child

2016-10-18 Thread Sergey Soldatov (JIRA)
Sergey Soldatov created PHOENIX-3385: Summary: PhoenixStorageHandler throws NPE if local tasks executed via child Key: PHOENIX-3385 URL: https://issues.apache.org/jira/browse/PHOENIX-3385

[jira] [Created] (PHOENIX-3386) PhoenixStorageHandler throws NPE if local tasks executed via child

2016-10-18 Thread Sergey Soldatov (JIRA)
Sergey Soldatov created PHOENIX-3386: Summary: PhoenixStorageHandler throws NPE if local tasks executed via child Key: PHOENIX-3386 URL: https://issues.apache.org/jira/browse/PHOENIX-3386

[jira] [Commented] (PHOENIX-2890) Extend IndexTool to allow incremental index rebuilds

2016-10-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15584733#comment-15584733 ] ASF GitHub Bot commented on PHOENIX-2890: - Github user chrajeshbabu commented on a diff in the

[GitHub] phoenix pull request #210: PHOENIX-2890 Extend IndexTool to allow incrementa...

2016-10-18 Thread chrajeshbabu
Github user chrajeshbabu commented on a diff in the pull request: https://github.com/apache/phoenix/pull/210#discussion_r83795282 --- Diff: phoenix-core/src/it/java/org/apache/phoenix/end2end/index/IndexMetadataIT.java --- @@ -568,4 +580,52 @@ public void testAsyncCreatedDate()

[jira] [Commented] (PHOENIX-2890) Extend IndexTool to allow incremental index rebuilds

2016-10-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15584728#comment-15584728 ] ASF GitHub Bot commented on PHOENIX-2890: - Github user chrajeshbabu commented on a diff in the

[GitHub] phoenix pull request #210: PHOENIX-2890 Extend IndexTool to allow incrementa...

2016-10-18 Thread chrajeshbabu
Github user chrajeshbabu commented on a diff in the pull request: https://github.com/apache/phoenix/pull/210#discussion_r83795010 --- Diff: phoenix-core/src/it/java/org/apache/phoenix/end2end/index/IndexMetadataIT.java --- @@ -216,6 +219,15 @@ public void testIndexCreateDrop()

[jira] [Updated] (PHOENIX-3346) Hive PhoenixStorageHandler doesn't work well with column mapping

2016-10-18 Thread Sergey Soldatov (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-3346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Soldatov updated PHOENIX-3346: - Labels: HivePhoenix (was: ) > Hive PhoenixStorageHandler doesn't work well with column

[jira] [Commented] (PHOENIX-2890) Extend IndexTool to allow incremental index rebuilds

2016-10-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15584703#comment-15584703 ] ASF GitHub Bot commented on PHOENIX-2890: - Github user chrajeshbabu commented on a diff in the

[GitHub] phoenix pull request #210: PHOENIX-2890 Extend IndexTool to allow incrementa...

2016-10-18 Thread chrajeshbabu
Github user chrajeshbabu commented on a diff in the pull request: https://github.com/apache/phoenix/pull/210#discussion_r83793592 --- Diff: phoenix-core/src/it/java/org/apache/phoenix/end2end/OrderByIT.java --- @@ -500,14 +500,12 @@ public void testOrderByWithExpression() throws

[jira] [Commented] (PHOENIX-2890) Extend IndexTool to allow incremental index rebuilds

2016-10-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15584700#comment-15584700 ] ASF GitHub Bot commented on PHOENIX-2890: - Github user chrajeshbabu commented on a diff in the

[GitHub] phoenix pull request #210: PHOENIX-2890 Extend IndexTool to allow incrementa...

2016-10-18 Thread chrajeshbabu
Github user chrajeshbabu commented on a diff in the pull request: https://github.com/apache/phoenix/pull/210#discussion_r83793514 --- Diff: phoenix-core/src/it/java/org/apache/phoenix/end2end/IndexToolForPartialBuildWithNamespaceEnabled.java --- @@ -0,0 +1,71 @@ +/* + *

[jira] [Commented] (PHOENIX-2890) Extend IndexTool to allow incremental index rebuilds

2016-10-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15584685#comment-15584685 ] ASF GitHub Bot commented on PHOENIX-2890: - Github user chrajeshbabu commented on a diff in the

[GitHub] phoenix pull request #210: PHOENIX-2890 Extend IndexTool to allow incrementa...

2016-10-18 Thread chrajeshbabu
Github user chrajeshbabu commented on a diff in the pull request: https://github.com/apache/phoenix/pull/210#discussion_r83792778 --- Diff: phoenix-core/src/it/java/org/apache/phoenix/end2end/IndexToolForPartialBuildIT.java --- @@ -0,0 +1,264 @@ +/* + * Licensed to the

[jira] [Commented] (PHOENIX-2890) Extend IndexTool to allow incremental index rebuilds

2016-10-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15584677#comment-15584677 ] ASF GitHub Bot commented on PHOENIX-2890: - Github user chrajeshbabu commented on a diff in the

[GitHub] phoenix pull request #210: PHOENIX-2890 Extend IndexTool to allow incrementa...

2016-10-18 Thread chrajeshbabu
Github user chrajeshbabu commented on a diff in the pull request: https://github.com/apache/phoenix/pull/210#discussion_r83792475 --- Diff: phoenix-core/src/it/java/org/apache/phoenix/end2end/IndexToolForPartialBuildIT.java --- @@ -0,0 +1,264 @@ +/* + * Licensed to the