Re: Configuration for building phoenix master

2016-05-20 Thread Ayola Jayamaha
Hi Mujtaba, I built Phoenix master without any issue. I used HBase 1.2.0 and copied phoenix-*-server.jar to HBase lib. hadoop-metrics2-hbase.properties and hadoop-metrics2-phoenix.properties are saved on hbase and phoenix bins. The above error occurs during connection when connecting phoenix with

[jira] [Commented] (PHOENIX-2931) Phoenix client asks users to provide configs in cli that are present on the machine in hbase conf

2016-05-20 Thread Sergey Soldatov (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15294691#comment-15294691 ] Sergey Soldatov commented on PHOENIX-2931: -- Actually it's not. {{/hbase-unsecure}} is set by

[jira] [Commented] (PHOENIX-2931) Phoenix client asks users to provide configs in cli that are present on the machine in hbase conf

2016-05-20 Thread Alicia Ying Shu (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15294687#comment-15294687 ] Alicia Ying Shu commented on PHOENIX-2931: -- We can use zookeeper.znode.parent property. If it

[jira] [Commented] (PHOENIX-2931) Phoenix client asks users to provide configs in cli that are present on the machine in hbase conf

2016-05-20 Thread Alicia Ying Shu (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15294684#comment-15294684 ] Alicia Ying Shu commented on PHOENIX-2931: -- We can use ".sql" extension to determine for

[jira] [Commented] (PHOENIX-2886) Union ALL with Char column not present in the table in Query 1 but in Query 2 throw exception

2016-05-20 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15294632#comment-15294632 ] James Taylor commented on PHOENIX-2886: --- Thanks for the patch, [~ayingshu] and the reviews,

[jira] [Commented] (PHOENIX-1734) Local index improvements

2016-05-20 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-1734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15294599#comment-15294599 ] James Taylor commented on PHOENIX-1734: --- +1 with the adding of ASYNC to CREATE INDEX statement

[jira] [Commented] (PHOENIX-2931) Phoenix client asks users to provide configs in cli that are present on the machine in hbase conf

2016-05-20 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15294597#comment-15294597 ] James Taylor commented on PHOENIX-2931: --- Agree with [~sergey.soldatov]. I think the code should

[jira] [Commented] (PHOENIX-1734) Local index improvements

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

[GitHub] phoenix pull request: PHOENIX-1734 Local index improvements(Rajesh...

2016-05-20 Thread JamesRTaylor
Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/phoenix/pull/168#discussion_r64124279 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/coprocessor/UngroupedAggregateRegionObserver.java --- @@ -165,6 +165,9 @@ public RegionScanner

[jira] [Commented] (PHOENIX-1734) Local index improvements

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

[GitHub] phoenix pull request: PHOENIX-1734 Local index improvements(Rajesh...

2016-05-20 Thread JamesRTaylor
Github user JamesRTaylor commented on a diff in the pull request: https://github.com/apache/phoenix/pull/168#discussion_r64124199 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/util/UpgradeUtil.java --- @@ -292,6 +294,119 @@ private static void

[jira] [Commented] (PHOENIX-2931) Phoenix client asks users to provide configs in cli that are present on the machine in hbase conf

2016-05-20 Thread Sergey Soldatov (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15294586#comment-15294586 ] Sergey Soldatov commented on PHOENIX-2931: -- [~aliciashu] instead of hardcoding

[GitHub] phoenix pull request: PHOENIX-1734 Local index improvements(Rajesh...

2016-05-20 Thread chrajeshbabu
Github user chrajeshbabu commented on a diff in the pull request: https://github.com/apache/phoenix/pull/168#discussion_r64123714 --- Diff: phoenix-core/src/it/java/org/apache/phoenix/end2end/SortMergeJoinIT.java --- @@ -187,13 +186,13 @@ public void initTable() throws Exception {

[jira] [Commented] (PHOENIX-1734) Local index improvements

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

[GitHub] phoenix pull request: PHOENIX-1734 Local index improvements(Rajesh...

2016-05-20 Thread chrajeshbabu
Github user chrajeshbabu commented on a diff in the pull request: https://github.com/apache/phoenix/pull/168#discussion_r64123637 --- Diff: phoenix-core/src/main/java/org/apache/phoenix/query/ConnectionQueryServicesImpl.java --- @@ -2455,6 +2409,19 @@ public Void call() throws

[jira] [Commented] (PHOENIX-2931) Phoenix client asks users to provide configs in cli that are present on the machine in hbase conf

2016-05-20 Thread Alicia Ying Shu (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15294544#comment-15294544 ] Alicia Ying Shu commented on PHOENIX-2931: -- Uploaded a patch. > Phoenix client asks users to

[jira] [Commented] (PHOENIX-2931) Phoenix client asks users to provide configs in cli that are present on the machine in hbase conf

2016-05-20 Thread Alicia Ying Shu (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15294540#comment-15294540 ] Alicia Ying Shu commented on PHOENIX-2931: -- [~jamestaylor] Please provide your opinion on this.

[jira] [Updated] (PHOENIX-2931) Phoenix client asks users to provide configs in cli that are present on the machine in hbase conf

2016-05-20 Thread Alicia Ying Shu (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alicia Ying Shu updated PHOENIX-2931: - Attachment: PHOENIX-2931.patch > Phoenix client asks users to provide configs in cli

[jira] [Commented] (PHOENIX-2929) Transactional writes get slow over time due to possible memory leak

2016-05-20 Thread Mujtaba Chohan (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15294492#comment-15294492 ] Mujtaba Chohan commented on PHOENIX-2929: - Sure [~poornachandra]. I've restarted txn-manager.

[jira] [Commented] (PHOENIX-2929) Transactional writes get slow over time due to possible memory leak

2016-05-20 Thread Poorna Chandra (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15294447#comment-15294447 ] Poorna Chandra commented on PHOENIX-2929: - Can we get heap dumps of both transaction manager and

[jira] [Commented] (PHOENIX-2892) Scan for pre-warming the block cache for 2ndary index should be removed

2016-05-20 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15294440#comment-15294440 ] James Taylor commented on PHOENIX-2892: --- Thanks, [~enis]. Yep, it'll definitely only be faster

[jira] [Commented] (PHOENIX-2892) Scan for pre-warming the block cache for 2ndary index should be removed

2016-05-20 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15294428#comment-15294428 ] Enis Soztutar commented on PHOENIX-2892: Thanks [~jesse_yates], [~jamestaylor]. I was curious

[jira] [Commented] (PHOENIX-2931) Phoenix client asks users to provide configs in cli that are present on the machine in hbase conf

2016-05-20 Thread Alicia Ying Shu (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15294413#comment-15294413 ] Alicia Ying Shu commented on PHOENIX-2931: -- Users should set env HBASE_CONF_DIR, where

[jira] [Commented] (PHOENIX-2931) Phoenix client asks users to provide configs in cli that are present on the machine in hbase conf

2016-05-20 Thread Alicia Ying Shu (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15294410#comment-15294410 ] Alicia Ying Shu commented on PHOENIX-2931: -- Users can specify: >sqlline.py default Then

[jira] [Created] (PHOENIX-2931) Phoenix client asks users to provide configs in cli that are present on the machine in hbase conf

2016-05-20 Thread Alicia Ying Shu (JIRA)
Alicia Ying Shu created PHOENIX-2931: Summary: Phoenix client asks users to provide configs in cli that are present on the machine in hbase conf Key: PHOENIX-2931 URL:

[jira] [Commented] (PHOENIX-2929) Transactional writes get slow over time due to possible memory leak

2016-05-20 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15294293#comment-15294293 ] James Taylor commented on PHOENIX-2929: --- The odd thing, [~poornachandra], is that the client JVM

[jira] [Commented] (PHOENIX-2929) Transactional writes get slow over time due to possible memory leak

2016-05-20 Thread Mujtaba Chohan (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15294276#comment-15294276 ] Mujtaba Chohan commented on PHOENIX-2929: - PK is 53 bytes wide. > Transactional writes get slow

[jira] [Commented] (PHOENIX-2929) Transactional writes get slow over time due to possible memory leak

2016-05-20 Thread Poorna Chandra (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15294200#comment-15294200 ] Poorna Chandra commented on PHOENIX-2929: - Thanks for reproducing this [~mujtabachohan]. Based

[jira] [Commented] (PHOENIX-2894) Sort-merge join works incorrectly with DESC columns

2016-05-20 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15294121#comment-15294121 ] Hudson commented on PHOENIX-2894: - FAILURE: Integrated in Phoenix-master #1229 (See

[jira] [Commented] (PHOENIX-2908) phoenix-core depends on both antlr 3.5 and antlr 2.7.7

2016-05-20 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15294122#comment-15294122 ] Hudson commented on PHOENIX-2908: - FAILURE: Integrated in Phoenix-master #1229 (See

[jira] [Commented] (PHOENIX-2930) Cannot resolve columns aliased to its own name

2016-05-20 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15294087#comment-15294087 ] Josh Elser commented on PHOENIX-2930: - Thanks for filing, Kevin. Moved this over to Phoenix. The

[jira] [Updated] (PHOENIX-2930) Cannot resolve columns aliased to its own name

2016-05-20 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated PHOENIX-2930: Labels: alias (was: alias avatica) > Cannot resolve columns aliased to its own name >

[jira] [Updated] (PHOENIX-2930) Cannot resolve columns aliased to its own name

2016-05-20 Thread Josh Elser (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated PHOENIX-2930: Environment: (was: HDP 2.5.0.0-518 preview ) > Cannot resolve columns aliased to its own name

[jira] [Updated] (PHOENIX-2929) Transactional writes get slow over time due to possible memory leak

2016-05-20 Thread Mujtaba Chohan (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mujtaba Chohan updated PHOENIX-2929: Description: Write to transactional table get up to ~3X slower compared to

[jira] [Commented] (PHOENIX-2929) Transactional writes get slow over time due to possible memory leak

2016-05-20 Thread Mujtaba Chohan (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15294042#comment-15294042 ] Mujtaba Chohan commented on PHOENIX-2929: - FYI [~jamestaylor], [~poornachandra] > Transactional

[jira] [Updated] (PHOENIX-2929) Transactional writes get slow over time due to possible memory leak

2016-05-20 Thread Mujtaba Chohan (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mujtaba Chohan updated PHOENIX-2929: Description: Write to transactional table get up to ~3X slower compared to

[jira] [Updated] (PHOENIX-2929) Transactional writes get slow over time due to possible memory leak

2016-05-20 Thread Mujtaba Chohan (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mujtaba Chohan updated PHOENIX-2929: Attachment: txn-manager-log-during-slow-writes.log > Transactional writes get slow over

[jira] [Created] (PHOENIX-2929) Transactional writes get slow over time due to possible memory leak

2016-05-20 Thread Mujtaba Chohan (JIRA)
Mujtaba Chohan created PHOENIX-2929: --- Summary: Transactional writes get slow over time due to possible memory leak Key: PHOENIX-2929 URL: https://issues.apache.org/jira/browse/PHOENIX-2929 Project:

[jira] [Created] (PHOENIX-2928) Open source backward compatibility test suite

2016-05-20 Thread James Taylor (JIRA)
James Taylor created PHOENIX-2928: - Summary: Open source backward compatibility test suite Key: PHOENIX-2928 URL: https://issues.apache.org/jira/browse/PHOENIX-2928 Project: Phoenix Issue

[jira] [Commented] (PHOENIX-2886) Union ALL with Char column not present in the table in Query 1 but in Query 2 throw exception

2016-05-20 Thread Sergey Soldatov (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15294032#comment-15294032 ] Sergey Soldatov commented on PHOENIX-2886: -- LGTM, [~jamestaylor], [~maryannxue] what do you

[jira] [Created] (PHOENIX-2927) Add transactional tables to backward compat test suite

2016-05-20 Thread James Taylor (JIRA)
James Taylor created PHOENIX-2927: - Summary: Add transactional tables to backward compat test suite Key: PHOENIX-2927 URL: https://issues.apache.org/jira/browse/PHOENIX-2927 Project: Phoenix

[jira] [Commented] (PHOENIX-2894) Sort-merge join works incorrectly with DESC columns

2016-05-20 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15293984#comment-15293984 ] James Taylor commented on PHOENIX-2894: --- Thanks for the patch, [~maryannxue]. Couple of ideas: -

[jira] [Commented] (PHOENIX-2228) Support CREATE TABLE in Phoenix-Calcite Integration

2016-05-20 Thread Maryann Xue (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15293948#comment-15293948 ] Maryann Xue commented on PHOENIX-2228: -- [~rajeshbabu], I just checked in your WIP patch with some

[jira] [Commented] (PHOENIX-2886) Union ALL with Char column not present in the table in Query 1 but in Query 2 throw exception

2016-05-20 Thread Alicia Ying Shu (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15293898#comment-15293898 ] Alicia Ying Shu commented on PHOENIX-2886: -- Attached v3 modified the lines longer than 100

[jira] [Updated] (PHOENIX-2886) Union ALL with Char column not present in the table in Query 1 but in Query 2 throw exception

2016-05-20 Thread Alicia Ying Shu (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alicia Ying Shu updated PHOENIX-2886: - Attachment: (was: PHOENIX-2886-v3.patch) > Union ALL with Char column not present

[jira] [Updated] (PHOENIX-2886) Union ALL with Char column not present in the table in Query 1 but in Query 2 throw exception

2016-05-20 Thread Alicia Ying Shu (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alicia Ying Shu updated PHOENIX-2886: - Attachment: PHOENIX-2886-v3.patch > Union ALL with Char column not present in the

[jira] [Updated] (PHOENIX-2894) Sort-merge join works incorrectly with DESC columns

2016-05-20 Thread Maryann Xue (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maryann Xue updated PHOENIX-2894: - Attachment: PHOENIX-2894_3.patch Checked in with this patch, incl. one test case for sort-merge

[jira] [Resolved] (PHOENIX-2894) Sort-merge join works incorrectly with DESC columns

2016-05-20 Thread Maryann Xue (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maryann Xue resolved PHOENIX-2894. -- Resolution: Fixed > Sort-merge join works incorrectly with DESC columns >

[jira] [Commented] (PHOENIX-2535) Create shaded clients (thin + thick)

2016-05-20 Thread Sergey Soldatov (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15293580#comment-15293580 ] Sergey Soldatov commented on PHOENIX-2535: -- [~jamestaylor] It was ready to go some time ago.

[jira] [Commented] (PHOENIX-2913) Some phoenix-spark IT tests are broken after PHOENIX-2862

2016-05-20 Thread Sergey Soldatov (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15293566#comment-15293566 ] Sergey Soldatov commented on PHOENIX-2913: -- [~jamestaylor] Actually this is Ankit's patch :)

[jira] [Commented] (PHOENIX-2913) Some phoenix-spark IT tests are broken after PHOENIX-2862

2016-05-20 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15293561#comment-15293561 ] James Taylor commented on PHOENIX-2913: --- Thanks for the patch, [~sergey.soldatov]. Is this one

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

2016-05-20 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15293557#comment-15293557 ] James Taylor commented on PHOENIX-2890: --- Agree, [~ankit.singhal]. We should allow an asynchronous

[jira] [Commented] (PHOENIX-2908) phoenix-core depends on both antlr 3.5 and antlr 2.7.7

2016-05-20 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15293521#comment-15293521 ] James Taylor commented on PHOENIX-2908: --- LGTM. If you agree, [~sergey.soldatov], would you mind

[jira] [Commented] (PHOENIX-2906) Use org.apache.tephra instead of co.cask.tephra

2016-05-20 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15293126#comment-15293126 ] Hudson commented on PHOENIX-2906: - FAILURE: Integrated in Phoenix-master #1228 (See

[jira] [Commented] (PHOENIX-2908) phoenix-core depends on both antlr 3.5 and antlr 2.7.7

2016-05-20 Thread William Yang (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15293120#comment-15293120 ] William Yang commented on PHOENIX-2908: --- I think the test result is OK. I checked some other

[jira] [Commented] (PHOENIX-2908) phoenix-core depends on both antlr 3.5 and antlr 2.7.7

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

Re:Re: Hudson build failure for PHOENIX-2809

2016-05-20 Thread William
Hi Nick, Thank you very much for the information. I have to click 'Cancel Patch' button to restore the status, then this button changed to 'Submit Patch'. Click it then a pre-commit build will be triggered. It seems that it is the status changing that triggers the build process, not

[jira] [Updated] (PHOENIX-2908) phoenix-core depends on both antlr 3.5 and antlr 2.7.7

2016-05-20 Thread William Yang (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] William Yang updated PHOENIX-2908: -- Attachment: PHOENIX-2908_removeBothAntlr_v3.patch > phoenix-core depends on both antlr 3.5

[jira] [Commented] (PHOENIX-2908) phoenix-core depends on both antlr 3.5 and antlr 2.7.7

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

[jira] [Updated] (PHOENIX-2908) phoenix-core depends on both antlr 3.5 and antlr 2.7.7

2016-05-20 Thread William Yang (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] William Yang updated PHOENIX-2908: -- Attachment: (was: PHOENIX-2908_removeBothAntlr_v2.patch) > phoenix-core depends on both

[jira] [Updated] (PHOENIX-2908) phoenix-core depends on both antlr 3.5 and antlr 2.7.7

2016-05-20 Thread William Yang (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] William Yang updated PHOENIX-2908: -- Attachment: PHOENIX-2908_removeBothAntlr_v2.patch > phoenix-core depends on both antlr 3.5

[jira] [Commented] (PHOENIX-2886) Union ALL with Char column not present in the table in Query 1 but in Query 2 throw exception

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

[jira] [Comment Edited] (PHOENIX-2906) Use org.apache.tephra instead of co.cask.tephra

2016-05-20 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15292818#comment-15292818 ] James Taylor edited comment on PHOENIX-2906 at 5/20/16 7:06 AM: Fixed,

[jira] [Created] (PHOENIX-2926) Skip loading data for table having local indexes when there is split during bulkload job

2016-05-20 Thread Rajeshbabu Chintaguntla (JIRA)
Rajeshbabu Chintaguntla created PHOENIX-2926: Summary: Skip loading data for table having local indexes when there is split during bulkload job Key: PHOENIX-2926 URL:

[jira] [Created] (PHOENIX-2925) CsvBulkloadTool not working properly if there are multiple local indexes to the same table(After PHOENIX-1973)

2016-05-20 Thread Rajeshbabu Chintaguntla (JIRA)
Rajeshbabu Chintaguntla created PHOENIX-2925: Summary: CsvBulkloadTool not working properly if there are multiple local indexes to the same table(After PHOENIX-1973) Key: PHOENIX-2925 URL:

[jira] [Updated] (PHOENIX-2924) Remove staging repository once Apache Tephra 0.8.0 is released

2016-05-20 Thread James Taylor (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Taylor updated PHOENIX-2924: -- Fix Version/s: (was: 0.8.0) 4.8.0 > Remove staging repository once

[jira] [Created] (PHOENIX-2924) Remove staging repository once Apache Tephra 0.8.0 is released

2016-05-20 Thread James Taylor (JIRA)
James Taylor created PHOENIX-2924: - Summary: Remove staging repository once Apache Tephra 0.8.0 is released Key: PHOENIX-2924 URL: https://issues.apache.org/jira/browse/PHOENIX-2924 Project: Phoenix

[jira] [Updated] (PHOENIX-2886) Union ALL with Char column not present in the table in Query 1 but in Query 2 throw exception

2016-05-20 Thread Alicia Ying Shu (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alicia Ying Shu updated PHOENIX-2886: - Attachment: PHOENIX-2886-v3.patch > Union ALL with Char column not present in the

[jira] [Updated] (PHOENIX-2886) Union ALL with Char column not present in the table in Query 1 but in Query 2 throw exception

2016-05-20 Thread Alicia Ying Shu (JIRA)
[ https://issues.apache.org/jira/browse/PHOENIX-2886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alicia Ying Shu updated PHOENIX-2886: - Attachment: (was: PHOENIX-2886-v2.patch) > Union ALL with Char column not present