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 https://builds.apache.org

[04/42] phoenix git commit: Memory Leak in RenewLeaseTask

2016-12-22 Thread tdsilva
Memory Leak in RenewLeaseTask Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/96b6554f Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/96b6554f Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/96b6554f

[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: refs

[23/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/MetaDataEndpointImpl.java -- diff --git a/phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataEnd

[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: http://git-wip-us.apache.org/re

[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: http://git-wip-us.apache.org/repos/as

[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: refs/

[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 a/phoenix-core/src/main/java/org/apache/phoenix/expression/vis

[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

[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 b/phoenix-core/src/test

[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: http://git-wip-us

[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: http://git-wip-us.

[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: http://git-wip-us.apache.org/repos/asf/phoenix/di

[35/42] phoenix git commit: PHOENIX-3442 Support null when columns have default values for immutable tables with encoding scheme COLUMNS_STORED_IN_SINGLE_CELL

2016-12-22 Thread tdsilva
PHOENIX-3442 Support null when columns have default values for immutable tables with encoding scheme COLUMNS_STORED_IN_SINGLE_CELL Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/01ef5d5b Tree: http://git-wip-us.apache.or

[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: http://git-wip-us.apache.org/repos/asf/phoenix

[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: http://git-wip-us.apache.org/re

[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: http://git-wip-us.apache.org/repos/a

[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: http://g

[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: refs/

[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: http://git-wip-us.apache.

[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: http://git-wip-us.apache.org/repos/asf/phoen

[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 Branch

[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 a/phoenix-core/src/main/java/org/apache/phoenix/iterate/BaseResultIterators.

[12/42] phoenix git commit: PHOENIX-3535 Fix race condition in ConnectionQueryServicesImpl#acquireUpgradeMutex

2016-12-22 Thread tdsilva
PHOENIX-3535 Fix race condition in ConnectionQueryServicesImpl#acquireUpgradeMutex Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/18cb85e6 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/18cb85e6 Diff: http://g

[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 Tre

[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 Br

[11/42] phoenix git commit: PHOENIX-3524 Changing the APPEND_ONLY_SCHEMA property using an ALTER TABLE does not work

2016-12-22 Thread tdsilva
PHOENIX-3524 Changing the APPEND_ONLY_SCHEMA property using an ALTER TABLE does not work Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/0ea97ce6 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/0ea97ce6 Diff: ht

[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 a/phoenix-core/src/main/java/org/apache/phoenix/coprocessor/generated

[03/42] phoenix git commit: PHOENIX-3522 Altering the mutability of a parent table does not propagate to the child views

2016-12-22 Thread tdsilva
PHOENIX-3522 Altering the mutability of a parent table does not propagate to the child views Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/1704545b Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/1704545b Diff

[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 D

[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: http://git-w

[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 b/phoenix-core/src/main/j

[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 a/phoenix-core/src/main/java/org/apache/phoenix/mapreduce/FormatToKeyV

[24/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/compile/FromCompiler.java -- diff --git a/phoenix-core/src/main/java/org/apache/phoenix/compile/FromCompiler.java b/phoeni

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

2016-12-22 Thread tdsilva
http://git-wip-us.apache.org/repos/asf/phoenix/blob/8a1de1cb/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 b/phoenix-core

[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: http://git-wip-us.apache.org/repos/asf/p

[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 Diff:

[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: http://git-wip-us.apache.org/repos/asf/phoenix/dif

[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:

[25/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
Fail-fast iterators for EncodedColumnQualifierCellsList. Use list iterators instead of get(index) for navigating lists. Use HBase bytes utility for encoded column names. Fix test failures for immutable tables and indexes. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http:/

[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: http://git-wip-us.apac

[39/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/test/java/org/apache/phoenix/execute/LiteralResultIteratorPlanTest.java -- diff --git a/phoenix-core/src/test/java/org/apache/phoenix/execute/LiteralRes

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 https://builds.apache.

Apache-Phoenix | origin/4.9-HBase-1.1 | Build Fixed

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

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 https://builds.apache.org/jo

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 https://builds.apache.org

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 https://builds.apach

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/4.x-HBase-0.98 5706f5144 -> 54b7c218d 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-

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.x-HBase-1.1 3378ee857 -> 2c99685d6 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-u

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: http://git-wip-us.apach

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-1.2 bd227a7b4 -> baf3b7c04 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-u

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-1.1 cd77473fc -> 8f2b38c68 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-u

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: http://git-wip-

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 https://builds.apache.org

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 https://builds.apach