[34/50] [abbrv] phoenix git commit: PHOENIX-2119 Do not copy underlying HBase configuration properties when connection properties are supplied

2016-02-24 Thread maryannxue
PHOENIX-2119 Do not copy underlying HBase configuration properties when connection properties are supplied Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/9e2b4339 Tree:

[04/50] [abbrv] phoenix git commit: PHOENIX-2647 Duplicate results in reverse scan when guideposts are traversed (Ankit Singhal)

2016-02-24 Thread maryannxue
PHOENIX-2647 Duplicate results in reverse scan when guideposts are traversed (Ankit Singhal) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/b64edb75 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/b64edb75

[35/50] [abbrv] phoenix git commit: PHOENIX-2631 Exception when parsing boundary timestamp values

2016-02-24 Thread maryannxue
PHOENIX-2631 Exception when parsing boundary timestamp values Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/818683aa Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/818683aa Diff:

[27/50] [abbrv] phoenix git commit: PHOENIX-2684 LiteralExpression.getBooleanLiteralExpression should compare with .equals() (Julian Eberius)

2016-02-24 Thread maryannxue
PHOENIX-2684 LiteralExpression.getBooleanLiteralExpression should compare with .equals() (Julian Eberius) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/60ef7cd5 Tree:

[25/50] [abbrv] phoenix git commit: PHOENIX-2221 Option to make data regions not writable when index regions are not available (Alicia Ying Shu, James Taylor)

2016-02-24 Thread maryannxue
PHOENIX-2221 Option to make data regions not writable when index regions are not available (Alicia Ying Shu, James Taylor) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/e2a6386f Tree:

[01/50] [abbrv] phoenix git commit: PHOENIX-2649 - GC/OOM during BulkLoad

2016-02-24 Thread maryannxue
Repository: phoenix Updated Branches: refs/heads/calcite 69a2f2437 -> 9ac854ae5 PHOENIX-2649 - GC/OOM during BulkLoad Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/12f6a6f4 Tree:

[43/50] [abbrv] phoenix git commit: PHOENIX-2696 Delete stale stats for a region if in later run no guidePosts found for that region(Ankit Singhal)

2016-02-24 Thread maryannxue
PHOENIX-2696 Delete stale stats for a region if in later run no guidePosts found for that region(Ankit Singhal) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/9dd6babd Tree:

[40/50] [abbrv] phoenix git commit: PHOENIX-2691 Exception while unpacking resultset containing VARCHAR ARRAY of unspecified length

2016-02-24 Thread maryannxue
PHOENIX-2691 Exception while unpacking resultset containing VARCHAR ARRAY of unspecified length Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/cac03056 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/cac03056

[24/50] [abbrv] phoenix git commit: PHOENIX-2221 Option to make data regions not writable when index regions are not available (Alicia Ying Shu, James Taylor)

2016-02-24 Thread maryannxue
http://git-wip-us.apache.org/repos/asf/phoenix/blob/e2a6386f/phoenix-core/src/main/java/org/apache/phoenix/schema/PTableImpl.java -- diff --git a/phoenix-core/src/main/java/org/apache/phoenix/schema/PTableImpl.java

[03/50] [abbrv] phoenix git commit: PHOENIX-2649 - GC/OOM during BulkLoad (Sergey Soldatov)

2016-02-24 Thread maryannxue
PHOENIX-2649 - GC/OOM during BulkLoad (Sergey Soldatov) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/a82a0ff6 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/a82a0ff6 Diff:

[47/50] [abbrv] phoenix git commit: PHOENIX-2702 Show estimate rows and bytes touched in explain plan.

2016-02-24 Thread maryannxue
PHOENIX-2702 Show estimate rows and bytes touched in explain plan. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/e4acd0cd Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/e4acd0cd Diff:

[38/50] [abbrv] phoenix git commit: PHOENIX-2676 Cannot support join operations in scans with limit

2016-02-24 Thread maryannxue
PHOENIX-2676 Cannot support join operations in scans with limit Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/7d90e882 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/7d90e882 Diff:

[50/50] [abbrv] phoenix git commit: 1. Expose and correct (new issue to be opened) the byte estimate interface from ResultIterators and apply it in costing; 2. Remove walk-around for PHOENIX-2647 and

2016-02-24 Thread maryannxue
1. Expose and correct (new issue to be opened) the byte estimate interface from ResultIterators and apply it in costing; 2. Remove walk-around for PHOENIX-2647 and verify the tests all work; 3. Apply temporary fix for PHOENIX-2712 Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo

[13/50] [abbrv] phoenix git commit: PHOENIX-2665 index split while running group by query is returning duplicate results(Rajeshbabu)

2016-02-24 Thread maryannxue
PHOENIX-2665 index split while running group by query is returning duplicate results(Rajeshbabu) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/c48fee04 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/c48fee04

[19/50] [abbrv] phoenix git commit: PHOENIX-2674 PhoenixMapReduceUtil#setInput doesn't honor condition clause

2016-02-24 Thread maryannxue
PHOENIX-2674 PhoenixMapReduceUtil#setInput doesn't honor condition clause Setting the condition in the PhoenixMapReduceUtil, as well as some slight cleanup for duplicate code in setInput(). Adding a test that covers mapreduce with and without a condition. Project:

[16/50] [abbrv] phoenix git commit: PHOENIX-2658 When using QueryRunner API UNION ALL queries fail with NPE (Alicia Ying Shu)

2016-02-24 Thread maryannxue
PHOENIX-2658 When using QueryRunner API UNION ALL queries fail with NPE (Alicia Ying Shu) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/0c21539c Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/0c21539c Diff:

[22/50] [abbrv] phoenix git commit: PHOENIX-2667 Race condition between IndexBuilder and Split for region lock

2016-02-24 Thread maryannxue
PHOENIX-2667 Race condition between IndexBuilder and Split for region lock Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/cdaca287 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/cdaca287 Diff:

[29/50] [abbrv] phoenix git commit: PHOENIX-1973 Improve CsvBulkLoadTool performance by moving keyvalue construction from map phase to reduce phase(Sergey Soldatov)

2016-02-24 Thread maryannxue
PHOENIX-1973 Improve CsvBulkLoadTool performance by moving keyvalue construction from map phase to reduce phase(Sergey Soldatov) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/e797b36c Tree:

[15/50] [abbrv] phoenix git commit: PHOENIX-2681 Avoid usage of HashSet<byte[]> in guideposts selection

2016-02-24 Thread maryannxue
PHOENIX-2681 Avoid usage of HashSet in guideposts selection Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/18f7a694 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/18f7a694 Diff:

[39/50] [abbrv] phoenix git commit: PHOENIX-2689 VARCHAR Field Not Working With String Concatenation

2016-02-24 Thread maryannxue
PHOENIX-2689 VARCHAR Field Not Working With String Concatenation Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/45a9d670 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/45a9d670 Diff:

[44/50] [abbrv] phoenix git commit: PHOENIX-2670 Guava version incompatibility of Twill vs HBase when launching M/R index

2016-02-24 Thread maryannxue
PHOENIX-2670 Guava version incompatibility of Twill vs HBase when launching M/R index Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/61fa462b Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/61fa462b Diff:

[14/50] [abbrv] phoenix git commit: PHOENIX-2334 CSV Bulk load fails on local indexes(Rajeshbabu)

2016-02-24 Thread maryannxue
PHOENIX-2334 CSV Bulk load fails on local indexes(Rajeshbabu) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/decbfe30 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/decbfe30 Diff:

[31/50] [abbrv] phoenix git commit: PHOENIX-2635 Partial index rebuild doesn't work for mutable data

2016-02-24 Thread maryannxue
PHOENIX-2635 Partial index rebuild doesn't work for mutable data Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/4ccce0ed Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/4ccce0ed Diff:

[48/50] [abbrv] phoenix git commit: Sync with master branch

2016-02-24 Thread maryannxue
Sync with master branch Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/58ec2579 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/58ec2579 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/58ec2579

[49/50] [abbrv] phoenix git commit: Revert "PHOENIX-2678 Replace calcite default RelOptCostFactory"

2016-02-24 Thread maryannxue
Revert "PHOENIX-2678 Replace calcite default RelOptCostFactory" This reverts commit 69a2f2437bf0d6513d3f6c46ec34094279f0f411. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/bc4b8917 Tree:

[23/50] [abbrv] phoenix git commit: PHOENIX-2671 System.STATS table getting truncated every time on new client connection(Ankit Singhal)

2016-02-24 Thread maryannxue
PHOENIX-2671 System.STATS table getting truncated every time on new client connection(Ankit Singhal) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/6881aef0 Tree:

[12/50] [abbrv] phoenix git commit: PHOENIX-2602 Parser does not handle escaped LPAREN

2016-02-24 Thread maryannxue
PHOENIX-2602 Parser does not handle escaped LPAREN Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/c485a40c Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/c485a40c Diff:

[36/50] [abbrv] phoenix git commit: PHOENIX-2676 Cannot support join operations in scans with limit (Maryann Xue)

2016-02-24 Thread maryannxue
PHOENIX-2676 Cannot support join operations in scans with limit (Maryann Xue) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/c316d910 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/c316d910 Diff:

[11/50] [abbrv] phoenix git commit: PHOENIX-2656 Shield Phoenix from Tephra repackaging

2016-02-24 Thread maryannxue
PHOENIX-2656 Shield Phoenix from Tephra repackaging Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/d5518f02 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/d5518f02 Diff:

[46/50] [abbrv] phoenix git commit: PHONIX-2666 addendum; correct HBase version.

2016-02-24 Thread maryannxue
PHONIX-2666 addendum; correct HBase version. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/d9d66ae8 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/d9d66ae8 Diff:

[21/50] [abbrv] phoenix git commit: PHOENIX-2657 Transactionally deleted cells become visible after few hours

2016-02-24 Thread maryannxue
PHOENIX-2657 Transactionally deleted cells become visible after few hours Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/04c3819f Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/04c3819f Diff:

[28/50] [abbrv] phoenix git commit: PHOENIX-2602 Parser does not handle escaped LPAREN

2016-02-24 Thread maryannxue
PHOENIX-2602 Parser does not handle escaped LPAREN Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/43b34da1 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/43b34da1 Diff:

[08/50] [abbrv] phoenix git commit: PHOENIX-2653 Use data.tx.zookeeper.quorum property to initialize TransactionServiceClient falling back to HBase ZK quorum setting

2016-02-24 Thread maryannxue
PHOENIX-2653 Use data.tx.zookeeper.quorum property to initialize TransactionServiceClient falling back to HBase ZK quorum setting Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/39a982db Tree:

[26/50] [abbrv] phoenix git commit: PHOENIX-2635 Partial index rebuild doesn't work for mutable data

2016-02-24 Thread maryannxue
PHOENIX-2635 Partial index rebuild doesn't work for mutable data Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/046bda34 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/046bda34 Diff:

[20/50] [abbrv] phoenix git commit: PHOENIX-2674 PhoenixMapReduceUtil#setInput doesn't honor condition clause (addendum)

2016-02-24 Thread maryannxue
PHOENIX-2674 PhoenixMapReduceUtil#setInput doesn't honor condition clause (addendum) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/edd94b28 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/edd94b28 Diff:

[32/50] [abbrv] phoenix git commit: PHOENIX-2666 Performance regression: Aggregate query with filter on table with multiple column families

2016-02-24 Thread maryannxue
PHOENIX-2666 Performance regression: Aggregate query with filter on table with multiple column families Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/65445738 Tree:

[37/50] [abbrv] phoenix git commit: PHOENIX-2688 Remove unused mergeRegions for statistics collection

2016-02-24 Thread maryannxue
PHOENIX-2688 Remove unused mergeRegions for statistics collection Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/5127a656 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/5127a656 Diff:

phoenix git commit: PHOENIX-2713 Backward compatibility fails with CNF exception with 4.7 client and server when upgraded from 4.6

2016-02-24 Thread jamestaylor
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-0.98 edd20d57c -> 1cf2518cc PHOENIX-2713 Backward compatibility fails with CNF exception with 4.7 client and server when upgraded from 4.6 Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit:

Apache-Phoenix | 4.x-HBase-1.0 | Build Successful

2016-02-24 Thread Apache Jenkins Server
4.x-HBase-1.0 branch build status Successful Source repository https://git-wip-us.apache.org/repos/asf?p=phoenix.git;a=shortlog;h=refs/heads/4.x-HBase-1.0 Compiled Artifacts https://builds.apache.org/job/Phoenix-4.x-HBase-1.0/lastSuccessfulBuild/artifact/ Test Report

phoenix git commit: PHOENIX-2713 Backward compatibility fails with CNF exception with 4.7 client and server when upgraded from 4.6

2016-02-24 Thread jamestaylor
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-1.0 f907e3401 -> 9ed29e5dd PHOENIX-2713 Backward compatibility fails with CNF exception with 4.7 client and server when upgraded from 4.6 Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit:

phoenix git commit: PHOENIX-2713 Backward compatibility fails with CNF exception with 4.7 client and server when upgraded from 4.6

2016-02-24 Thread jamestaylor
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-0.98 cc08d751a -> 2b386b2d3 PHOENIX-2713 Backward compatibility fails with CNF exception with 4.7 client and server when upgraded from 4.6 Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit:

Apache-Phoenix | Master | Build Successful

2016-02-24 Thread Apache Jenkins Server
Master branch build status Successful Source repository https://git-wip-us.apache.org/repos/asf?p=phoenix.git;a=shortlog;h=refs/heads/master Last Successful Compiled Artifacts https://builds.apache.org/job/Phoenix-master/lastSuccessfulBuild/artifact/ Last Complete Test Report

Apache-Phoenix | 4.x-HBase-0.98 | Build Successful

2016-02-24 Thread Apache Jenkins Server
4.x-HBase-0.98 branch build status Successful Source repository https://git-wip-us.apache.org/repos/asf?p=phoenix.git;a=shortlog;h=refs/heads/4.x-HBase-0.98 Compiled Artifacts https://builds.apache.org/job/Phoenix-4.x-HBase-0.98/lastSuccessfulBuild/artifact/ Test Report

[phoenix] Git Push Summary

2016-02-24 Thread mujtaba
Repository: phoenix Updated Tags: refs/tags/v4.7.0-HBase-1.1-rc3 [created] 903be79bc

[phoenix] Git Push Summary

2016-02-24 Thread mujtaba
Repository: phoenix Updated Tags: refs/tags/v4.7.0-HBase-1.0-rc3 [created] 2593e0669

svn commit: r12527 - in /dev/phoenix: phoenix-4.7.0-HBase-0.98-rc3/ phoenix-4.7.0-HBase-0.98-rc3/bin/ phoenix-4.7.0-HBase-0.98-rc3/src/ phoenix-4.7.0-HBase-1.0-rc3/ phoenix-4.7.0-HBase-1.0-rc3/bin/ ph

2016-02-24 Thread mujtaba
Author: mujtaba Date: Thu Feb 25 06:32:57 2016 New Revision: 12527 Log: Phoenix 4.7.0-rc3 Added: dev/phoenix/phoenix-4.7.0-HBase-0.98-rc3/ dev/phoenix/phoenix-4.7.0-HBase-0.98-rc3/bin/ dev/phoenix/phoenix-4.7.0-HBase-0.98-rc3/bin/phoenix-4.7.0-HBase-0.98-bin.tar.gz (with props)

[phoenix] Git Push Summary

2016-02-24 Thread mujtaba
Repository: phoenix Updated Tags: refs/tags/v4.7.0-HBase-0.98-rc3 [created] 6c8a16c01

phoenix git commit: PHOENIX-2713 Backward compatibility fails with CNF exception with 4.7 client and server when upgraded from 4.6

2016-02-24 Thread jamestaylor
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-1.0 8f1eb83b0 -> 76f17a5aa PHOENIX-2713 Backward compatibility fails with CNF exception with 4.7 client and server when upgraded from 4.6 Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit:

phoenix git commit: PHOENIX-2713 Backward compatibility fails with CNF exception with 4.7 client and server when upgraded from 4.6

2016-02-24 Thread jamestaylor
Repository: phoenix Updated Branches: refs/heads/master 05e6e2a3d -> 1f7b47a5e PHOENIX-2713 Backward compatibility fails with CNF exception with 4.7 client and server when upgraded from 4.6 Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit:

Apache-Phoenix | 4.x-HBase-1.0 | Build Successful

2016-02-24 Thread Apache Jenkins Server
4.x-HBase-1.0 branch build status Successful Source repository https://git-wip-us.apache.org/repos/asf?p=phoenix.git;a=shortlog;h=refs/heads/4.x-HBase-1.0 Compiled Artifacts https://builds.apache.org/job/Phoenix-4.x-HBase-1.0/lastSuccessfulBuild/artifact/ Test Report