[jira] [Commented] (PHOENIX-1715) Implement Build-in math function Sign

2015-03-11 Thread Shuxiong Ye (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14356443#comment-14356443 ] Shuxiong Ye commented on PHOENIX-1715: -- 1. For PFloat and PDouble, they complex som

[jira] [Commented] (PHOENIX-1653) Allow option to pass peer zookeeper address to load data into a target cluster in Map Reduce api

2015-03-11 Thread Gabriel Reid (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14357166#comment-14357166 ] Gabriel Reid commented on PHOENIX-1653: --- This looks like a really good improvement

[GitHub] phoenix pull request: working additions of pherf to phoenix as a p...

2015-03-11 Thread codymarcel
Github user codymarcel commented on a diff in the pull request: https://github.com/apache/phoenix/pull/41#discussion_r26230867 --- Diff: phoenix-pherf/README.md --- @@ -0,0 +1,105 @@ +Pherf is a performance test framework that exercises HBase through Apache Phoenix, a SQL layer

[GitHub] phoenix pull request: working additions of pherf to phoenix as a p...

2015-03-11 Thread codymarcel
Github user codymarcel commented on a diff in the pull request: https://github.com/apache/phoenix/pull/41#discussion_r26231197 --- Diff: phoenix-pherf/cluster/pherf.sh --- @@ -0,0 +1,33 @@ +#!/bin/bash --- End diff -- Yea, I planned to convert this to python post co

[GitHub] phoenix pull request: working additions of pherf to phoenix as a p...

2015-03-11 Thread codymarcel
Github user codymarcel commented on a diff in the pull request: https://github.com/apache/phoenix/pull/41#discussion_r26231675 --- Diff: phoenix-pherf/src/main/resources/scenario/prod_test_unsalted_scenario.xml --- @@ -0,0 +1,342 @@ + + + + + +

[jira] [Commented] (PHOENIX-1677) Immutable index deadlocks when number of guideposts are one half of thread pool size

2015-03-11 Thread Mujtaba Chohan (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14357293#comment-14357293 ] Mujtaba Chohan commented on PHOENIX-1677: - [~jamestaylor] Test passes with your

[GitHub] phoenix pull request: working additions of pherf to phoenix as a p...

2015-03-11 Thread mujtabachohan
Github user mujtabachohan commented on a diff in the pull request: https://github.com/apache/phoenix/pull/41#discussion_r26238510 --- Diff: phoenix-pherf/config/pherf.properties --- @@ -0,0 +1,61 @@ +# --- End diff -- Minor nit: multiple license headers --- If you

[GitHub] phoenix pull request: working additions of pherf to phoenix as a p...

2015-03-11 Thread mujtabachohan
Github user mujtabachohan commented on a diff in the pull request: https://github.com/apache/phoenix/pull/41#discussion_r26238686 --- Diff: phoenix-pherf/pom.xml --- @@ -0,0 +1,291 @@ + + +http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-i

[GitHub] phoenix pull request: working additions of pherf to phoenix as a p...

2015-03-11 Thread samarthjain
Github user samarthjain commented on a diff in the pull request: https://github.com/apache/phoenix/pull/41#discussion_r26238739 --- Diff: phoenix-pherf/src/main/java/org/apache/phoenix/pherf/Pherf.java --- @@ -0,0 +1,204 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] phoenix pull request: working additions of pherf to phoenix as a p...

2015-03-11 Thread samarthjain
Github user samarthjain commented on a diff in the pull request: https://github.com/apache/phoenix/pull/41#discussion_r26238794 --- Diff: phoenix-pherf/src/main/java/org/apache/phoenix/pherf/Pherf.java --- @@ -0,0 +1,204 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] phoenix pull request: working additions of pherf to phoenix as a p...

2015-03-11 Thread samarthjain
Github user samarthjain commented on a diff in the pull request: https://github.com/apache/phoenix/pull/41#discussion_r26238858 --- Diff: phoenix-pherf/src/main/java/org/apache/phoenix/pherf/Pherf.java --- @@ -0,0 +1,204 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] phoenix pull request: working additions of pherf to phoenix as a p...

2015-03-11 Thread samarthjain
Github user samarthjain commented on a diff in the pull request: https://github.com/apache/phoenix/pull/41#discussion_r26239164 --- Diff: phoenix-pherf/src/main/java/org/apache/phoenix/pherf/configuration/Query.java --- @@ -0,0 +1,128 @@ +/* + * Licensed to the Apache Soft

[GitHub] phoenix pull request: working additions of pherf to phoenix as a p...

2015-03-11 Thread codymarcel
Github user codymarcel commented on a diff in the pull request: https://github.com/apache/phoenix/pull/41#discussion_r26239341 --- Diff: phoenix-pherf/config/pherf.properties --- @@ -0,0 +1,61 @@ +# --- End diff -- Fixed --- If your project is set up for it, you c

[GitHub] phoenix pull request: working additions of pherf to phoenix as a p...

2015-03-11 Thread mujtabachohan
Github user mujtabachohan commented on a diff in the pull request: https://github.com/apache/phoenix/pull/41#discussion_r26239493 --- Diff: phoenix-pherf/src/main/java/org/apache/phoenix/pherf/workload/MultithreadedRunner.java --- @@ -0,0 +1,171 @@ +/* + * Licensed to the

[GitHub] phoenix pull request: working additions of pherf to phoenix as a p...

2015-03-11 Thread samarthjain
Github user samarthjain commented on a diff in the pull request: https://github.com/apache/phoenix/pull/41#discussion_r26239550 --- Diff: phoenix-pherf/src/main/java/org/apache/phoenix/pherf/configuration/XMLConfigParser.java --- @@ -0,0 +1,170 @@ +/* + * Licensed to the A

[GitHub] phoenix pull request: working additions of pherf to phoenix as a p...

2015-03-11 Thread samarthjain
Github user samarthjain commented on a diff in the pull request: https://github.com/apache/phoenix/pull/41#discussion_r26239616 --- Diff: phoenix-pherf/src/main/java/org/apache/phoenix/pherf/configuration/XMLConfigParser.java --- @@ -0,0 +1,170 @@ +/* + * Licensed to the A

[GitHub] phoenix pull request: working additions of pherf to phoenix as a p...

2015-03-11 Thread codymarcel
Github user codymarcel commented on a diff in the pull request: https://github.com/apache/phoenix/pull/41#discussion_r26239779 --- Diff: phoenix-pherf/src/main/java/org/apache/phoenix/pherf/Pherf.java --- @@ -0,0 +1,204 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] phoenix pull request: working additions of pherf to phoenix as a p...

2015-03-11 Thread codymarcel
Github user codymarcel commented on a diff in the pull request: https://github.com/apache/phoenix/pull/41#discussion_r26239994 --- Diff: phoenix-pherf/src/main/java/org/apache/phoenix/pherf/Pherf.java --- @@ -0,0 +1,204 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] phoenix pull request: working additions of pherf to phoenix as a p...

2015-03-11 Thread codymarcel
Github user codymarcel commented on a diff in the pull request: https://github.com/apache/phoenix/pull/41#discussion_r26240525 --- Diff: phoenix-pherf/src/main/java/org/apache/phoenix/pherf/workload/MultithreadedRunner.java --- @@ -0,0 +1,171 @@ +/* + * Licensed to the Apa

[GitHub] phoenix pull request: working additions of pherf to phoenix as a p...

2015-03-11 Thread codymarcel
Github user codymarcel commented on a diff in the pull request: https://github.com/apache/phoenix/pull/41#discussion_r26241095 --- Diff: phoenix-pherf/src/main/java/org/apache/phoenix/pherf/configuration/XMLConfigParser.java --- @@ -0,0 +1,170 @@ +/* + * Licensed to the Ap

[GitHub] phoenix pull request: working additions of pherf to phoenix as a p...

2015-03-11 Thread samarthjain
Github user samarthjain commented on a diff in the pull request: https://github.com/apache/phoenix/pull/41#discussion_r26241357 --- Diff: phoenix-pherf/src/main/java/org/apache/phoenix/pherf/jmx/MonitorManager.java --- @@ -0,0 +1,174 @@ +/* + * Licensed to the Apache Softwa

[GitHub] phoenix pull request: working additions of pherf to phoenix as a p...

2015-03-11 Thread codymarcel
Github user codymarcel commented on a diff in the pull request: https://github.com/apache/phoenix/pull/41#discussion_r26241491 --- Diff: phoenix-pherf/src/main/java/org/apache/phoenix/pherf/configuration/XMLConfigParser.java --- @@ -0,0 +1,170 @@ +/* + * Licensed to the Ap

[GitHub] phoenix pull request: working additions of pherf to phoenix as a p...

2015-03-11 Thread samarthjain
Github user samarthjain commented on a diff in the pull request: https://github.com/apache/phoenix/pull/41#discussion_r26242921 --- Diff: phoenix-pherf/src/main/java/org/apache/phoenix/pherf/jmx/MonitorManager.java --- @@ -0,0 +1,174 @@ +/* + * Licensed to the Apache Softwa

[GitHub] phoenix pull request: working additions of pherf to phoenix as a p...

2015-03-11 Thread codymarcel
Github user codymarcel commented on a diff in the pull request: https://github.com/apache/phoenix/pull/41#discussion_r26243047 --- Diff: phoenix-pherf/src/main/java/org/apache/phoenix/pherf/configuration/Scenario.java --- @@ -0,0 +1,147 @@ +/* + * Licensed to the Apache So

[GitHub] phoenix pull request: working additions of pherf to phoenix as a p...

2015-03-11 Thread codymarcel
Github user codymarcel commented on a diff in the pull request: https://github.com/apache/phoenix/pull/41#discussion_r26243169 --- Diff: phoenix-pherf/src/main/java/org/apache/phoenix/pherf/jmx/MonitorManager.java --- @@ -0,0 +1,174 @@ +/* + * Licensed to the Apache Softwar

[GitHub] phoenix pull request: working additions of pherf to phoenix as a p...

2015-03-11 Thread codymarcel
Github user codymarcel commented on a diff in the pull request: https://github.com/apache/phoenix/pull/41#discussion_r26243302 --- Diff: phoenix-pherf/src/main/java/org/apache/phoenix/pherf/jmx/MonitorManager.java --- @@ -0,0 +1,174 @@ +/* + * Licensed to the Apache Softwar

[GitHub] phoenix pull request: working additions of pherf to phoenix as a p...

2015-03-11 Thread samarthjain
Github user samarthjain commented on a diff in the pull request: https://github.com/apache/phoenix/pull/41#discussion_r26243501 --- Diff: phoenix-pherf/src/main/java/org/apache/phoenix/pherf/jmx/MonitorManager.java --- @@ -0,0 +1,174 @@ +/* + * Licensed to the Apache Softwa

[GitHub] phoenix pull request: working additions of pherf to phoenix as a p...

2015-03-11 Thread codymarcel
Github user codymarcel commented on a diff in the pull request: https://github.com/apache/phoenix/pull/41#discussion_r26243599 --- Diff: phoenix-pherf/src/main/java/org/apache/phoenix/pherf/jmx/MonitorManager.java --- @@ -0,0 +1,174 @@ +/* + * Licensed to the Apache Softwar

[GitHub] phoenix pull request: working additions of pherf to phoenix as a p...

2015-03-11 Thread samarthjain
Github user samarthjain commented on a diff in the pull request: https://github.com/apache/phoenix/pull/41#discussion_r26243640 --- Diff: phoenix-pherf/src/main/java/org/apache/phoenix/pherf/jmx/MonitorManager.java --- @@ -0,0 +1,174 @@ +/* + * Licensed to the Apache Softwa

[GitHub] phoenix pull request: working additions of pherf to phoenix as a p...

2015-03-11 Thread codymarcel
Github user codymarcel commented on a diff in the pull request: https://github.com/apache/phoenix/pull/41#discussion_r26243827 --- Diff: phoenix-pherf/src/main/java/org/apache/phoenix/pherf/jmx/MonitorManager.java --- @@ -0,0 +1,174 @@ +/* + * Licensed to the Apache Softwar

[GitHub] phoenix pull request: working additions of pherf to phoenix as a p...

2015-03-11 Thread JamesRTaylor
Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/phoenix/pull/41#discussion_r26244805 --- Diff: phoenix-pherf/cluster/pherf.sh --- @@ -0,0 +1,33 @@ +#!/bin/bash --- End diff -- Subsequent patch is fine. --- If your projec

[GitHub] phoenix pull request: working additions of pherf to phoenix as a p...

2015-03-11 Thread JamesRTaylor
Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/phoenix/pull/41#discussion_r26244788 --- Diff: phoenix-pherf/README.md --- @@ -0,0 +1,105 @@ +Pherf is a performance test framework that exercises HBase through Apache Phoenix, a SQL lay

[jira] [Updated] (PHOENIX-1704) Add year() built-in function

2015-03-11 Thread Alicia Ying Shu (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alicia Ying Shu updated PHOENIX-1704: - Attachment: (was: Phoenix-1704.patch) > Add year() built-in function > -

[jira] [Updated] (PHOENIX-1704) Add year() built-in function

2015-03-11 Thread Alicia Ying Shu (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alicia Ying Shu updated PHOENIX-1704: - Description: Support Year() with date and timestamp. (was: SELECT YEAR('2014-12-13 10:1

[jira] [Commented] (PHOENIX-1704) Add year() built-in function

2015-03-11 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14357422#comment-14357422 ] James Taylor commented on PHOENIX-1704: --- [~ayingshu] - as mentioned above, it does

[jira] [Commented] (PHOENIX-1704) Add year() built-in function

2015-03-11 Thread Alicia Ying Shu (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14357427#comment-14357427 ] Alicia Ying Shu commented on PHOENIX-1704: -- [~jamestaylor] Yes. I just uploaded

[GitHub] phoenix pull request: working additions of pherf to phoenix as a p...

2015-03-11 Thread codymarcel
Github user codymarcel commented on a diff in the pull request: https://github.com/apache/phoenix/pull/41#discussion_r26256135 --- Diff: phoenix-pherf/README.md --- @@ -0,0 +1,105 @@ +Pherf is a performance test framework that exercises HBase through Apache Phoenix, a SQL layer

[GitHub] phoenix pull request: working additions of pherf to phoenix as a p...

2015-03-11 Thread codymarcel
Github user codymarcel commented on a diff in the pull request: https://github.com/apache/phoenix/pull/41#discussion_r26256441 --- Diff: phoenix-pherf/src/main/java/org/apache/phoenix/pherf/jmx/MonitorManager.java --- @@ -0,0 +1,174 @@ +/* + * Licensed to the Apache Softwar

[jira] [Updated] (PHOENIX-1653) Allow option to pass peer zookeeper address to load data into a target cluster in Map Reduce api

2015-03-11 Thread Geoffrey Jacoby (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Geoffrey Jacoby updated PHOENIX-1653: - Attachment: PHOENIX-1653v3.patch Third version of patch, incorporating Gabriel Reid's v2

[jira] [Updated] (PHOENIX-1677) Immutable index deadlocks when number of guideposts are one half of thread pool size

2015-03-11 Thread Mujtaba Chohan (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mujtaba Chohan updated PHOENIX-1677: Attachment: (was: PHOENIX-1677_utest.patch) > Immutable index deadlocks when number of

[jira] [Updated] (PHOENIX-1677) Immutable index deadlocks when number of guideposts are one half of thread pool size

2015-03-11 Thread Mujtaba Chohan (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mujtaba Chohan updated PHOENIX-1677: Attachment: PHOENIX-1677_utest.patch Attached utest now updated with separate class. > Im

[jira] [Updated] (PHOENIX-1609) MR job to populate index tables

2015-03-11 Thread maghamravikiran (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] maghamravikiran updated PHOENIX-1609: - Attachment: PHOENIX-1609-master.patch Latest patch with fixes to the tests that were fai

[jira] [Commented] (PHOENIX-1677) Immutable index deadlocks when number of guideposts are one half of thread pool size

2015-03-11 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14357770#comment-14357770 ] Lars Hofhansl commented on PHOENIX-1677: Hmm... By default HBase creates a pool

[jira] [Commented] (PHOENIX-1711) Improve performance of CSV loader

2015-03-11 Thread Tulasi P (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14357799#comment-14357799 ] Tulasi P commented on PHOENIX-1711: --- Applying the patch certainly helped the performan

[jira] [Commented] (PHOENIX-1711) Improve performance of CSV loader

2015-03-11 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14357819#comment-14357819 ] James Taylor commented on PHOENIX-1711: --- Thanks for getting back to us, [~tulasip]

[jira] [Commented] (PHOENIX-1677) Immutable index deadlocks when number of guideposts are one half of thread pool size

2015-03-11 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14357825#comment-14357825 ] James Taylor commented on PHOENIX-1677: --- I noticed there's an HBase config that wi

[jira] [Commented] (PHOENIX-1711) Improve performance of CSV loader

2015-03-11 Thread Tulasi P (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14357876#comment-14357876 ] Tulasi P commented on PHOENIX-1711: --- About 30% better throughput overall. > Improve p

[jira] [Commented] (PHOENIX-1609) MR job to populate index tables

2015-03-11 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14357932#comment-14357932 ] James Taylor commented on PHOENIX-1609: --- +1 for commit to 4.0 and master branches.

[GitHub] phoenix pull request: PHOENIX-1715 Implement Build-in Math functio...

2015-03-11 Thread JamesRTaylor
Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/phoenix/pull/45#discussion_r26272695 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/schema/types/PDouble.java --- @@ -308,4 +309,28 @@ public PhoenixArray newArray(PDataType type, O

[jira] [Commented] (PHOENIX-1715) Implement Build-in math function Sign

2015-03-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14357953#comment-14357953 ] ASF GitHub Bot commented on PHOENIX-1715: - Github user JamesRTaylor commented on

[GitHub] phoenix pull request: PHOENIX-1715 Implement Build-in Math functio...

2015-03-11 Thread JamesRTaylor
Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/phoenix/pull/45#discussion_r26272833 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/schema/types/PInteger.java --- @@ -272,4 +273,10 @@ public PhoenixArray newArray(PDataType type,

[jira] [Commented] (PHOENIX-1715) Implement Build-in math function Sign

2015-03-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14357955#comment-14357955 ] ASF GitHub Bot commented on PHOENIX-1715: - Github user JamesRTaylor commented on

[jira] [Issue Comment Deleted] (PHOENIX-1287) Use the joni byte[] regex engine in place of j.u.regex

2015-03-11 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-1287: -- Comment: was deleted (was: [~dhacker1341] - this would be a good one for you.) > Use the joni

[jira] [Commented] (PHOENIX-1287) Use the joni byte[] regex engine in place of j.u.regex

2015-03-11 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14357958#comment-14357958 ] James Taylor commented on PHOENIX-1287: --- [~shuxi0ng] - would you be interested in

[jira] [Commented] (PHOENIX-1705) implement ARRAY_APPEND built in function

2015-03-11 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14357986#comment-14357986 ] James Taylor commented on PHOENIX-1705: --- [~samarthjain] - do you have any spare cy

[jira] [Commented] (PHOENIX-1705) implement ARRAY_APPEND built in function

2015-03-11 Thread Samarth Jain (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14357990#comment-14357990 ] Samarth Jain commented on PHOENIX-1705: --- Will take a look. > implement ARRAY_APPE

[jira] [Commented] (PHOENIX-1609) MR job to populate index tables

2015-03-11 Thread maghamravikiran (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14358061#comment-14358061 ] maghamravikiran commented on PHOENIX-1609: -- Pushed the patch to both the branch

[jira] [Commented] (PHOENIX-1609) MR job to populate index tables

2015-03-11 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14358086#comment-14358086 ] Hudson commented on PHOENIX-1609: - SUCCESS: Integrated in Phoenix-master #611 (See [htt

[jira] [Created] (PHOENIX-1725) Extract changes applicable to 4.0 branch

2015-03-11 Thread Jeffrey Zhong (JIRA)
Jeffrey Zhong created PHOENIX-1725: -- Summary: Extract changes applicable to 4.0 branch Key: PHOENIX-1725 URL: https://issues.apache.org/jira/browse/PHOENIX-1725 Project: Phoenix Issue Type:

[jira] [Updated] (PHOENIX-1725) Extract changes applicable to 4.0 branch

2015-03-11 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeffrey Zhong updated PHOENIX-1725: --- Fix Version/s: 4.4 > Extract changes applicable to 4.0 branch >

[jira] [Updated] (PHOENIX-1725) Extract changes applicable to 4.0 branch

2015-03-11 Thread Jeffrey Zhong (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeffrey Zhong updated PHOENIX-1725: --- Attachment: PHOENIX-1725.patch [~giacomotaylor] Could you take a look? After this, we can co

[jira] [Commented] (PHOENIX-1725) Extract changes applicable to 4.0 branch

2015-03-11 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14358107#comment-14358107 ] James Taylor commented on PHOENIX-1725: --- Thanks, [~jeffreyz]. One small request: w