[jira] [Commented] (PHOENIX-2771) Improve the performance of IndexTool by building the index mutations at reducer side

2016-03-27 Thread Sergey Soldatov (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15213838#comment-15213838 ] Sergey Soldatov commented on PHOENIX-2771: -- Failures are not related to the patch. Passed all

[GitHub] phoenix pull request: PHOENIX-2743 Hive Storage support

2016-03-27 Thread ss77892
GitHub user ss77892 opened a pull request: https://github.com/apache/phoenix/pull/155 PHOENIX-2743 Hive Storage support You can merge this pull request into a Git repository by running: $ git pull https://github.com/ss77892/phoenix PHOENIX-2743 Alternatively you can review

[jira] [Commented] (PHOENIX-2743) HivePhoenixHandler for big-big join with predicate push down

2016-03-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15213837#comment-15213837 ] ASF GitHub Bot commented on PHOENIX-2743: - GitHub user ss77892 opened a pull request:

[jira] [Updated] (PHOENIX-2743) HivePhoenixHandler for big-big join with predicate push down

2016-03-27 Thread Sergey Soldatov (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Soldatov updated PHOENIX-2743: - Attachment: PHOENIX-2743-1.patch I integrated it into phoenix workspace in the same way

[jira] [Commented] (PHOENIX-2794) Flatten nested aggregate queries when possible

2016-03-27 Thread Julian Hyde (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15213760#comment-15213760 ] Julian Hyde commented on PHOENIX-2794: -- Calcite does not, but it could, for MIN, MAX, SUM. (Or any

[jira] [Commented] (PHOENIX-2783) Creating secondary index with duplicated columns makes the catalog corrupted

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

[jira] [Comment Edited] (PHOENIX-2803) Initializing ToCharFunction with the List constructor fails

2016-03-27 Thread Thomas D'Silva (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15213751#comment-15213751 ] Thomas D'Silva edited comment on PHOENIX-2803 at 3/28/16 3:28 AM: --

[jira] [Commented] (PHOENIX-2783) Creating secondary index with duplicated columns makes the catalog corrupted

2016-03-27 Thread Biju Nair (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15213752#comment-15213752 ] Biju Nair commented on PHOENIX-2783: Thanks [~jamestaylor], [~sergey.soldatov] for your comments.

[jira] [Updated] (PHOENIX-2803) Initializing ToCharFunction with the List constructor fails

2016-03-27 Thread Thomas D'Silva (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas D'Silva updated PHOENIX-2803: Attachment: PHOENIX-2803.patch [~jfernando_sfdc], [~jamestaylor] I have attached an

[jira] [Updated] (PHOENIX-2783) Creating secondary index with duplicated columns makes the catalog corrupted

2016-03-27 Thread Biju Nair (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Biju Nair updated PHOENIX-2783: --- Attachment: PHOENIX-2783-3.patch > Creating secondary index with duplicated columns makes the

[jira] [Created] (PHOENIX-2803) Initializing ToCharFunction with the List constructor fails

2016-03-27 Thread Thomas D'Silva (JIRA)
Thomas D'Silva created PHOENIX-2803: --- Summary: Initializing ToCharFunction with the List constructor fails Key: PHOENIX-2803 URL: https://issues.apache.org/jira/browse/PHOENIX-2803 Project:

[jira] [Commented] (PHOENIX-2792) Enable Kerberos auth over SPNEGO for QueryServer

2016-03-27 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15213607#comment-15213607 ] Josh Elser commented on PHOENIX-2792: - bq. Even if you drop those particular client side changes,

Re: Implement Custom Aggregate Functions in Phoenix

2016-03-27 Thread Swapna Swapna
HI James/Team, 1. I'm trying to implement the generic (custom) aggregate function and using verison: *phoenix-4.6.0-HBase-0.98 *with single-node (having hbase and phoenix exists in one node) When i downloaded and installed, noticed that SumAggregateFunction.class exists in all the below