Apache-Phoenix | EncodeColumns | Build Successful

2016-12-22 Thread Apache Jenkins Server
encodecolumns2 branch build status Successful Source repository https://git-wip-us.apache.org/repos/asf?p=phoenix.git;a=shortlog;h=refs/heads/encodecolumns2 Compiled Artifacts https://builds.apache.org/job/Phoenix-encode-columns/lastSuccessfulBuild/artifact/ Test Report

[37/42] phoenix git commit: Fix test failures

2016-12-22 Thread tdsilva
Fix test failures Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/4128b563 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/4128b563 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/4128b563 Branch:

[32/42] phoenix git commit: Introduce the notion of encoding schemes and storage schemes

2016-12-22 Thread tdsilva
Introduce the notion of encoding schemes and storage schemes Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/8a1de1cb Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/8a1de1cb Diff:

[16/42] phoenix git commit: PHOENIX-3516 Performance Issues with queries that have compound filters and specify phoenix.query.force.rowkeyorder=true

2016-12-22 Thread tdsilva
PHOENIX-3516 Performance Issues with queries that have compound filters and specify phoenix.query.force.rowkeyorder=true Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/54b7c218 Tree:

[28/42] phoenix git commit: Fix test failure

2016-12-22 Thread tdsilva
Fix test failure Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/9eb690f6 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/9eb690f6 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/9eb690f6 Branch:

[21/42] phoenix git commit: Fail-fast iterators for EncodedColumnQualifierCellsList. Use list iterators instead of get(index) for navigating lists. Use HBase bytes utility for encoded column names. Fi

2016-12-22 Thread tdsilva
http://git-wip-us.apache.org/repos/asf/phoenix/blob/670b53a9/phoenix-core/src/main/java/org/apache/phoenix/expression/visitor/CloneExpressionVisitor.java -- diff --git

[18/42] phoenix git commit: Fail-fast iterators for EncodedColumnQualifierCellsList. Use list iterators instead of get(index) for navigating lists. Use HBase bytes utility for encoded column names. Fi

2016-12-22 Thread tdsilva
http://git-wip-us.apache.org/repos/asf/phoenix/blob/670b53a9/phoenix-core/src/main/java/org/apache/phoenix/schema/tuple/ResultTuple.java -- diff --git a/phoenix-core/src/main/java/org/apache/phoenix/schema/tuple/ResultTuple.java

[15/42] phoenix git commit: PHOENIX-3540 Fix Time data type in Phoenix Spark integration

2016-12-22 Thread tdsilva
PHOENIX-3540 Fix Time data type in Phoenix Spark integration Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/5706f514 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/5706f514 Diff:

[02/42] phoenix git commit: Set version to 4.10.0-HBase-0.98-SNAPSHOT after release

2016-12-22 Thread tdsilva
Set version to 4.10.0-HBase-0.98-SNAPSHOT after release Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/af202f2e Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/af202f2e Diff:

[17/42] phoenix git commit: Fail-fast iterators for EncodedColumnQualifierCellsList. Use list iterators instead of get(index) for navigating lists. Use HBase bytes utility for encoded column names. Fi

2016-12-22 Thread tdsilva
http://git-wip-us.apache.org/repos/asf/phoenix/blob/670b53a9/phoenix-core/src/test/java/org/apache/phoenix/util/TestUtil.java -- diff --git a/phoenix-core/src/test/java/org/apache/phoenix/util/TestUtil.java

[06/42] phoenix git commit: PHOENIX-2084 Support loading JSON data using phoenix-flume (Kalyan Hadoop)

2016-12-22 Thread tdsilva
PHOENIX-2084 Support loading JSON data using phoenix-flume (Kalyan Hadoop) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/9b06c60e Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/9b06c60e Diff:

[36/42] phoenix git commit: PHOENIX-3295 Remove ReplaceArrayColumnWithKeyValueColumnExpressionVisitor

2016-12-22 Thread tdsilva
PHOENIX-3295 Remove ReplaceArrayColumnWithKeyValueColumnExpressionVisitor Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/aa7450fe Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/aa7450fe Diff:

[14/42] phoenix git commit: PHOENIX-3535 Addendum to fix test failures

2016-12-22 Thread tdsilva
PHOENIX-3535 Addendum to fix test failures Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/f11d501b Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/f11d501b Diff:

[30/42] phoenix git commit: Make connection less tests use encoded column names. Add test cases around dynamic columns and qualifier ranges

2016-12-22 Thread tdsilva
Make connection less tests use encoded column names. Add test cases around dynamic columns and qualifier ranges Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/37836a01 Tree:

[10/42] phoenix git commit: PHOENIX-3532 Pass tenantId parameter to PhoenixRDD when reading (Nico Pappagianis)

2016-12-22 Thread tdsilva
PHOENIX-3532 Pass tenantId parameter to PhoenixRDD when reading (Nico Pappagianis) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/e2020209 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/e2020209 Diff:

[42/42] phoenix git commit: Fix test failure

2016-12-22 Thread tdsilva
Fix test failure Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/11c0c3b7 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/11c0c3b7 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/11c0c3b7 Branch:

[41/42] phoenix git commit: Refactor code to store and use column qualifiers in SYSTEM.CATALOG

2016-12-22 Thread tdsilva
Refactor code to store and use column qualifiers in SYSTEM.CATALOG Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/a41074a9 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/a41074a9 Diff:

[05/42] phoenix git commit: TTL on UPGRADE_LOCK cell causes upgrade to fail

2016-12-22 Thread tdsilva
TTL on UPGRADE_LOCK cell causes upgrade to fail Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/8a231a94 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/8a231a94 Diff:

[27/42] phoenix git commit: Fix compilation failure

2016-12-22 Thread tdsilva
Fix compilation failure Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/28810916 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/28810916 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/28810916

[40/42] phoenix git commit: Refactor code to store and use column qualifiers in SYSTEM.CATALOG

2016-12-22 Thread tdsilva
http://git-wip-us.apache.org/repos/asf/phoenix/blob/a41074a9/phoenix-core/src/main/java/org/apache/phoenix/iterate/BaseResultIterators.java -- diff --git

[01/42] phoenix git commit: Set version to 5.0.0-HBase-0.98-SNAPSHOT after release [Forced Update!]

2016-12-22 Thread tdsilva
Repository: phoenix Updated Branches: refs/heads/encodecolumns2 f955c025c -> 11c0c3b7b (forced update) Set version to 5.0.0-HBase-0.98-SNAPSHOT after release Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/f18e780c

[34/42] phoenix git commit: Fix some more test failures

2016-12-22 Thread tdsilva
Fix some more test failures Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/ffb984f4 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/ffb984f4 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/ffb984f4

[22/42] phoenix git commit: Fail-fast iterators for EncodedColumnQualifierCellsList. Use list iterators instead of get(index) for navigating lists. Use HBase bytes utility for encoded column names. Fi

2016-12-22 Thread tdsilva
http://git-wip-us.apache.org/repos/asf/phoenix/blob/670b53a9/phoenix-core/src/main/java/org/apache/phoenix/coprocessor/generated/PTableProtos.java -- diff --git

[33/42] phoenix git commit: Replace StorageScheme.NON_ENCODED_QUALIFIER with QualifierEncodingScheme.NON_ENCODED_QUALIFIERS

2016-12-22 Thread tdsilva
Replace StorageScheme.NON_ENCODED_QUALIFIER with QualifierEncodingScheme.NON_ENCODED_QUALIFIERS Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/3426262a Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/3426262a

[29/42] phoenix git commit: Ignore DefaultColumnValueIT#testDefaultImmutableRows till PHOENIX-3442 is fixed

2016-12-22 Thread tdsilva
Ignore DefaultColumnValueIT#testDefaultImmutableRows till PHOENIX-3442 is fixed Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/2b3265e0 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/2b3265e0 Diff:

[19/42] phoenix git commit: Fail-fast iterators for EncodedColumnQualifierCellsList. Use list iterators instead of get(index) for navigating lists. Use HBase bytes utility for encoded column names. Fi

2016-12-22 Thread tdsilva
http://git-wip-us.apache.org/repos/asf/phoenix/blob/670b53a9/phoenix-core/src/main/java/org/apache/phoenix/schema/PName.java -- diff --git a/phoenix-core/src/main/java/org/apache/phoenix/schema/PName.java

[20/42] phoenix git commit: Fail-fast iterators for EncodedColumnQualifierCellsList. Use list iterators instead of get(index) for navigating lists. Use HBase bytes utility for encoded column names. Fi

2016-12-22 Thread tdsilva
http://git-wip-us.apache.org/repos/asf/phoenix/blob/670b53a9/phoenix-core/src/main/java/org/apache/phoenix/mapreduce/FormatToKeyValueReducer.java -- diff --git

[09/42] phoenix git commit: PHOENIX-3517 Switch sqlline-thin.py to use argparse

2016-12-22 Thread tdsilva
PHOENIX-3517 Switch sqlline-thin.py to use argparse Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/42a84b33 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/42a84b33 Diff:

[07/42] phoenix git commit: PHOENIX-3537 Clients not able to resolve sequences when the SYSTEM.SEQUENCE table is salted

2016-12-22 Thread tdsilva
PHOENIX-3537 Clients not able to resolve sequences when the SYSTEM.SEQUENCE table is salted Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/e966e26a Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/e966e26a

[08/42] phoenix git commit: PHOENIX-3445 Add a CREATE IMMUTABLE TABLE construct to make immutable tables more explicit

2016-12-22 Thread tdsilva
PHOENIX-3445 Add a CREATE IMMUTABLE TABLE construct to make immutable tables more explicit Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/d2a22418 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/d2a22418 Diff:

[26/42] phoenix git commit: Bring back check for existing HBase table

2016-12-22 Thread tdsilva
Bring back check for existing HBase table Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/1bddaa0b Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/1bddaa0b Diff:

[38/42] phoenix git commit: PHOENIX-3445 Add a CREATE IMMUTABLE TABLE construct to make immutable tables more explicit

2016-12-22 Thread tdsilva
PHOENIX-3445 Add a CREATE IMMUTABLE TABLE construct to make immutable tables more explicit Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/be6861c8 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/be6861c8 Diff:

[13/42] phoenix git commit: PHOENIX-3355 Register Phoenix built-in functions as Calcite functions

2016-12-22 Thread tdsilva
PHOENIX-3355 Register Phoenix built-in functions as Calcite functions Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/90d27be5 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/90d27be5 Diff:

Apache-Phoenix | origin/4.9-HBase-0.98 | Build Successful

2016-12-22 Thread Apache Jenkins Server
origin/4.9-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/origin/4.9-HBase-0.98 Compiled Artifacts https://builds.apache.org/job/Phoenix-4.9/lastSuccessfulBuild/artifact/ Test Report

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

2016-12-22 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

Apache-Phoenix | origin/4.9-HBase-1.2 | Build Failure

2016-12-22 Thread Apache Jenkins Server
<<< text/html; charset=UTF-8: Unrecognized >>>

phoenix git commit: PHOENIX-3516 Performance Issues with queries that have compound filters and specify phoenix.query.force.rowkeyorder=true

2016-12-22 Thread tdsilva
Repository: phoenix Updated Branches: refs/heads/master bd2acd540 -> c5046047a PHOENIX-3516 Performance Issues with queries that have compound filters and specify phoenix.query.force.rowkeyorder=true Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit:

phoenix git commit: PHOENIX-3516 Performance Issues with queries that have compound filters and specify phoenix.query.force.rowkeyorder=true

2016-12-22 Thread tdsilva
Repository: phoenix Updated Branches: refs/heads/4.9-HBase-0.98 f3117248f -> f6a8acc9d PHOENIX-3516 Performance Issues with queries that have compound filters and specify phoenix.query.force.rowkeyorder=true Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit:

Jenkins build is back to normal : Phoenix-4.x-HBase-1.1 #298

2016-12-22 Thread Apache Jenkins Server
See

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

2016-12-22 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

Apache-Phoenix | Master | Build Successful

2016-12-22 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