svn commit: r24326 - in /release/phoenix: apache-phoenix-4.13.1-HBase-0.98/bin/ apache-phoenix-4.13.1-HBase-0.98/src/ apache-phoenix-4.13.1-HBase-1.1/bin/ apache-phoenix-4.13.1-HBase-1.1/src/ apache-p

2018-01-19 Thread elserj
Author: elserj Date: Fri Jan 19 16:59:54 2018 New Revision: 24326 Log: Supplement .sha files with explicit .sha256 and .sha512 files This is an update to better follow the policy set forth at https://www.apache.org/dev/release-distribution#sigs-and-sums. Added:

[34/50] [abbrv] phoenix git commit: PHOENIX-4449 Bundle a copy of Argparse-1.4.0 for installations that need it

2018-01-19 Thread tdsilva
http://git-wip-us.apache.org/repos/asf/phoenix/blob/5cb02da7/bin/argparse-1.4.0/argparse.py -- diff --git a/bin/argparse-1.4.0/argparse.py b/bin/argparse-1.4.0/argparse.py new file mode 100644 index 000..70a77cc --- /dev/null

[35/50] [abbrv] phoenix git commit: PHOENIX-4449 Bundle a copy of Argparse-1.4.0 for installations that need it

2018-01-19 Thread tdsilva
PHOENIX-4449 Bundle a copy of Argparse-1.4.0 for installations that need it Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/5cb02da7 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/5cb02da7 Diff:

[06/50] [abbrv] phoenix git commit: Merge remote-tracking branch 'upstream/master' into PHOENIX-3534

2018-01-19 Thread tdsilva
Merge remote-tracking branch 'upstream/master' into PHOENIX-3534 Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/39c0d1d4 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/39c0d1d4 Diff:

[19/50] [abbrv] phoenix git commit: PHOENIX-672 Add GRANT and REVOKE commands using HBase AccessController

2018-01-19 Thread tdsilva
http://git-wip-us.apache.org/repos/asf/phoenix/blob/88038a2d/phoenix-core/src/it/java/org/apache/phoenix/end2end/TableDDLPermissionsIT.java -- diff --git

[18/50] [abbrv] phoenix git commit: Revert "PHOENIX-4386 Calculate the estimatedSize of MutationState using Map<TableRef, Map<ImmutableBytesPtr, RowMutationState>> mutations (addendum)"

2018-01-19 Thread tdsilva
Revert "PHOENIX-4386 Calculate the estimatedSize of MutationState using Map> mutations (addendum)" This reverts commit 4e0c0a33ed8b401f7785dde8979041dd5ab9a1f4. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit:

[09/50] [abbrv] phoenix git commit: PHOENIX-4379 Upgrade code to create CHILD links should only create the links for views and not for indexes

2018-01-19 Thread tdsilva
PHOENIX-4379 Upgrade code to create CHILD links should only create the links for views and not for indexes Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/20539056 Tree:

[21/50] [abbrv] phoenix git commit: PHOENIX-4288 Indexes not used when ordering by primary key

2018-01-19 Thread tdsilva
PHOENIX-4288 Indexes not used when ordering by primary key Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/6807dacc Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/6807dacc Diff:

[23/50] [abbrv] phoenix git commit: PHOENIX-3050 Handle DESC columns in child/parent join optimization

2018-01-19 Thread tdsilva
PHOENIX-3050 Handle DESC columns in child/parent join optimization Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/071fbce4 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/071fbce4 Diff:

[08/50] [abbrv] phoenix git commit: PHOENIX-4373 Local index variable length key can have trailing nulls while upserting

2018-01-19 Thread tdsilva
PHOENIX-4373 Local index variable length key can have trailing nulls while upserting Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/b2d5b4d7 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/b2d5b4d7 Diff:

[37/50] [abbrv] phoenix git commit: PHOENIX-4468 Looking up a parent index table of a child view from a different client fails

2018-01-19 Thread tdsilva
PHOENIX-4468 Looking up a parent index table of a child view from a different client fails Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/c935f57f Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/c935f57f Diff:

[40/50] [abbrv] phoenix git commit: PHOENIX-4466 Relocate Avatica and hadoop-common in thin-client jar (Toshihiro Suzuki)

2018-01-19 Thread tdsilva
PHOENIX-4466 Relocate Avatica and hadoop-common in thin-client jar (Toshihiro Suzuki) When using the thin-client in Spark, we encounter problems in that Spark is placing its own version of avatica on the classpath as well. We can relocate most of Avatica (all but the protobuf generated messages

[46/50] [abbrv] phoenix git commit: use htable to process mutations that aren't on the current region server

2018-01-19 Thread tdsilva
use htable to process mutations that aren't on the current region server Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/7b4ccaf7 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/7b4ccaf7 Diff:

[42/50] [abbrv] phoenix git commit: PHOENIX-4487 Missing SYSTEM.MUTEX table upgrading from 4.7 to 4.13

2018-01-19 Thread tdsilva
PHOENIX-4487 Missing SYSTEM.MUTEX table upgrading from 4.7 to 4.13 Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/2759727e Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/2759727e Diff:

[28/50] [abbrv] phoenix git commit: PHOENIX-4397 Incorrect query results when with stats are disabled on a salted table

2018-01-19 Thread tdsilva
PHOENIX-4397 Incorrect query results when with stats are disabled on a salted table Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/72bc8190 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/72bc8190 Diff:

[02/50] [abbrv] phoenix git commit: PHOENIX-4198 Remove the need for users to have access to the Phoenix SYSTEM tables to create tables

2018-01-19 Thread tdsilva
PHOENIX-4198 Remove the need for users to have access to the Phoenix SYSTEM tables to create tables Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/217867c7 Tree:

[39/50] [abbrv] phoenix git commit: PHOENIX-4437 Make QueryPlan.getEstimatedBytesToScan() independent of getExplainPlan() and pull optimize() out of getExplainPlan()

2018-01-19 Thread tdsilva
PHOENIX-4437 Make QueryPlan.getEstimatedBytesToScan() independent of getExplainPlan() and pull optimize() out of getExplainPlan() Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/412329a7 Tree:

[30/50] [abbrv] phoenix git commit: PHOENIX-4446 Sequence table region opening failing because of property setting attempt on read-only configuration(Rajeshbabu)

2018-01-19 Thread tdsilva
PHOENIX-4446 Sequence table region opening failing because of property setting attempt on read-only configuration(Rajeshbabu) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/334eb15b Tree:

[47/50] [abbrv] phoenix git commit: Merge remote-tracking branch 'upstream/master' into PHOENIX-3534

2018-01-19 Thread tdsilva
Merge remote-tracking branch 'upstream/master' into PHOENIX-3534 Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/cb47eaec Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/cb47eaec Diff:

[04/50] [abbrv] phoenix git commit: Store parent -> child view links in SYSTEM.CHILD_LINK table

2018-01-19 Thread tdsilva
Store parent -> child view links in SYSTEM.CHILD_LINK table Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/758efd9b Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/758efd9b Diff:

[13/50] [abbrv] phoenix git commit: PHOENIX-4384 Phoenix server jar doesn't include icu4j jars (Shehzaad Nakhoda)

2018-01-19 Thread tdsilva
PHOENIX-4384 Phoenix server jar doesn't include icu4j jars (Shehzaad Nakhoda) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/03fc3314 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/03fc3314 Diff:

[44/50] [abbrv] phoenix git commit: PHOENIX-4473 Exception when Adding new columns to base table and view diverge (Ankit Singhal)

2018-01-19 Thread tdsilva
PHOENIX-4473 Exception when Adding new columns to base table and view diverge (Ankit Singhal) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/ae21f873 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/ae21f873

[17/50] [abbrv] phoenix git commit: PHOENIX-4389 Flapping tests SystemTablePermissionsIT and MigrateSystemTablesToSystemNamespaceIT

2018-01-19 Thread tdsilva
PHOENIX-4389 Flapping tests SystemTablePermissionsIT and MigrateSystemTablesToSystemNamespaceIT Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/d46d4e56 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/d46d4e56

[24/50] [abbrv] phoenix git commit: PHOENIX-4386 Calculate the estimatedSize of MutationState using Map<TableRef, Map<ImmutableBytesPtr, RowMutationState>> mutations (addendum)

2018-01-19 Thread tdsilva
PHOENIX-4386 Calculate the estimatedSize of MutationState using Map> mutations (addendum) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/25359a95 Tree:

[03/50] [abbrv] phoenix git commit: Set version to 4.14.0-HBase-1.3-SNAPSHOT after release

2018-01-19 Thread tdsilva
Set version to 4.14.0-HBase-1.3-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/2a8e1c75 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/2a8e1c75 Diff:

[25/50] [abbrv] phoenix git commit: PHOENIX-4439 QueryServer pid file name doesn't comply the usual schema we are using in hadoop ecosystem

2018-01-19 Thread tdsilva
PHOENIX-4439 QueryServer pid file name doesn't comply the usual schema we are using in hadoop ecosystem Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/ee728a4d Tree:

[10/50] [abbrv] phoenix git commit: PHOENIX-4381 Calculate the estimatedSize of MutationState incrementally

2018-01-19 Thread tdsilva
PHOENIX-4381 Calculate the estimatedSize of MutationState incrementally Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/ef3bce18 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/ef3bce18 Diff:

[05/50] [abbrv] phoenix git commit: Merge remote-tracking branch 'upstream/master' into PHOENIX-3534

2018-01-19 Thread tdsilva
http://git-wip-us.apache.org/repos/asf/phoenix/blob/39c0d1d4/phoenix-core/src/main/java/org/apache/phoenix/coprocessor/ViewFinder.java -- diff --cc phoenix-core/src/main/java/org/apache/phoenix/coprocessor/ViewFinder.java index

[26/50] [abbrv] phoenix git commit: PHOENIX-3837 Feature enabling to set property on an index with Alter statement

2018-01-19 Thread tdsilva
PHOENIX-3837 Feature enabling to set property on an index with Alter statement Signed-off-by: aertoria Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/1c3387d0 Tree:

[48/50] [abbrv] phoenix git commit: fix test

2018-01-19 Thread tdsilva
fix test Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/338c650e Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/338c650e Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/338c650e Branch:

[36/50] [abbrv] phoenix git commit: PHOENIX-4460 High GC / RS shutdown when we use select query with IN clause using 4.10 phoenix client on 4.13 phoenix server

2018-01-19 Thread tdsilva
PHOENIX-4460 High GC / RS shutdown when we use select query with IN clause using 4.10 phoenix client on 4.13 phoenix server Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/9d8be0e9 Tree:

[11/50] [abbrv] phoenix git commit: PHOENIX-4361: Remove redundant argument in separateAndValidateProperties in CQSI

2018-01-19 Thread tdsilva
PHOENIX-4361: Remove redundant argument in separateAndValidateProperties in CQSI Signed-off-by: aertoria Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/ddd3ef28 Tree:

[27/50] [abbrv] phoenix git commit: PHOENIX-4415 Ignore CURRENT_SCN property if set in Pig Storer

2018-01-19 Thread tdsilva
PHOENIX-4415 Ignore CURRENT_SCN property if set in Pig Storer Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/d6e61af8 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/d6e61af8 Diff:

[15/50] [abbrv] phoenix git commit: PHOENIX-4360 Prevent System.Catalog from splitting.

2018-01-19 Thread tdsilva
PHOENIX-4360 Prevent System.Catalog from splitting. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/c216b667 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/c216b667 Diff:

[31/50] [abbrv] phoenix git commit: PHOENIX-4446 Sequence table region opening failing because of property setting attempt on read-only configuration-addendum(Rajeshbabu)

2018-01-19 Thread tdsilva
PHOENIX-4446 Sequence table region opening failing because of property setting attempt on read-only configuration-addendum(Rajeshbabu) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/1a19d1ec Tree:

[32/50] [abbrv] phoenix git commit: PHOENIX-4456 queryserver script doesn't perform as expected.

2018-01-19 Thread tdsilva
PHOENIX-4456 queryserver script doesn't perform as expected. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/90c72416 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/90c72416 Diff:

[45/50] [abbrv] phoenix git commit: PHOENIX-4473 Exception when Adding new columns to base table and view diverge (addendum)

2018-01-19 Thread tdsilva
PHOENIX-4473 Exception when Adding new columns to base table and view diverge (addendum) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/f7142879 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/f7142879 Diff:

[29/50] [abbrv] phoenix git commit: PHOENIX-4424 Allow users to create "DEFAULT" and "HBASE" Schema (Uppercase Schema Names)

2018-01-19 Thread tdsilva
PHOENIX-4424 Allow users to create "DEFAULT" and "HBASE" Schema (Uppercase Schema Names) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/c075a178 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/c075a178 Diff:

[33/50] [abbrv] phoenix git commit: PHOENIX-4449 Bundle a copy of Argparse-1.4.0 for installations that need it

2018-01-19 Thread tdsilva
http://git-wip-us.apache.org/repos/asf/phoenix/blob/5cb02da7/bin/sqlline-thin.py -- diff --git a/bin/sqlline-thin.py b/bin/sqlline-thin.py index 47384d8..fecc96c 100755 --- a/bin/sqlline-thin.py +++ b/bin/sqlline-thin.py @@ -25,7

[38/50] [abbrv] phoenix git commit: PHOENIX-4468 Looking up a parent index table of a child view from a different client fails (addendum)

2018-01-19 Thread tdsilva
PHOENIX-4468 Looking up a parent index table of a child view from a different client fails (addendum) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/9355a4d2 Tree:

[14/50] [abbrv] phoenix git commit: PHOENIX-4387 DefaultColumnValueIT failing in non-US build environments (Pedro Boado)

2018-01-19 Thread tdsilva
PHOENIX-4387 DefaultColumnValueIT failing in non-US build environments (Pedro Boado) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/ca1e17b7 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/ca1e17b7 Diff:

[16/50] [abbrv] phoenix git commit: PHOENIX-4386 Calculate the estimatedSize of MutationState using Map<TableRef, Map<ImmutableBytesPtr, RowMutationState>> mutations (addendum)

2018-01-19 Thread tdsilva
PHOENIX-4386 Calculate the estimatedSize of MutationState using Map> mutations (addendum) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/4e0c0a33 Tree:

[01/50] [abbrv] phoenix git commit: PHOENIX-4198 Remove the need for users to have access to the Phoenix SYSTEM tables to create tables

2018-01-19 Thread tdsilva
Repository: phoenix Updated Branches: refs/heads/system-catalog ae359fec1 -> 15d4dace4 http://git-wip-us.apache.org/repos/asf/phoenix/blob/217867c7/phoenix-core/src/main/java/org/apache/phoenix/coprocessor/PhoenixAccessController.java

[41/50] [abbrv] phoenix git commit: PHOENIX-4488 Cache config parameters for MetaDataEndPointImpl during initialization

2018-01-19 Thread tdsilva
PHOENIX-4488 Cache config parameters for MetaDataEndPointImpl during initialization Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/1636f618 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/1636f618 Diff:

[12/50] [abbrv] phoenix git commit: PHOENIX-4386 Calculate the estimatedSize of MutationState using Map<TableRef, Map<ImmutableBytesPtr, RowMutationState>> mutations

2018-01-19 Thread tdsilva
PHOENIX-4386 Calculate the estimatedSize of MutationState using Map> mutations Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/4944081e Tree:

[43/50] [abbrv] phoenix git commit: Immutable table SINGLE_CELL_ARRAY_WITH_OFFSETS values starting with separator byte return null in query results

2018-01-19 Thread tdsilva
Immutable table SINGLE_CELL_ARRAY_WITH_OFFSETS values starting with separator byte return null in query results Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/edc9d12d Tree:

[07/50] [abbrv] phoenix git commit: PHOENIX-4342 - Surface QueryPlan in MutationPlan

2018-01-19 Thread tdsilva
PHOENIX-4342 - Surface QueryPlan in MutationPlan Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/1d8a6bc3 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/1d8a6bc3 Diff:

[20/50] [abbrv] phoenix git commit: PHOENIX-672 Add GRANT and REVOKE commands using HBase AccessController

2018-01-19 Thread tdsilva
PHOENIX-672 Add GRANT and REVOKE commands using HBase AccessController Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/88038a2d Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/88038a2d Diff:

[50/50] [abbrv] phoenix git commit: Merge branch 'PHOENIX-3534' into system-catalog

2018-01-19 Thread tdsilva
Merge branch 'PHOENIX-3534' into system-catalog Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/15d4dace Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/15d4dace Diff:

phoenix git commit: PHOENIX-4536 Change getWAL usage due HBASE-19751

2018-01-19 Thread ssa
Repository: phoenix Updated Branches: refs/heads/5.x-HBase-2.0 7fa371977 -> 8ac5ec08d PHOENIX-4536 Change getWAL usage due HBASE-19751 Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/8ac5ec08 Tree:

[05/10] phoenix git commit: PHOENIX-4542 Use .sha256 and .sha512

2018-01-19 Thread elserj
PHOENIX-4542 Use .sha256 and .sha512 Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/f62c7648 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/f62c7648 Diff:

[06/10] phoenix git commit: PHOENIX-4541 Fix apache-rat-check failures

2018-01-19 Thread elserj
PHOENIX-4541 Fix apache-rat-check failures Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/0a141ed3 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/0a141ed3 Diff:

[07/10] phoenix git commit: PHOENIX-4541 Fix apache-rat-check failures

2018-01-19 Thread elserj
PHOENIX-4541 Fix apache-rat-check failures Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/e19fe339 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/e19fe339 Diff:

[08/10] phoenix git commit: PHOENIX-4542 Use .sha256 and .sha512

2018-01-19 Thread elserj
PHOENIX-4542 Use .sha256 and .sha512 Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/0e927585 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/0e927585 Diff:

[01/10] phoenix git commit: PHOENIX-4541 Fix apache-rat-check failures

2018-01-19 Thread elserj
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-0.98 b978de2a9 -> 712aa28d8 refs/heads/4.x-HBase-1.2 75a7a5d5e -> 0e9275859 refs/heads/4.x-HBase-1.3 c42d90aa3 -> f62c7648e refs/heads/5.x-HBase-2.0 8ac5ec08d -> 42f4fed7e refs/heads/master e3faa9549 -> 5fb3f7fa8 PHOENIX-4541

[10/10] phoenix git commit: PHOENIX-4542 Use .sha256 and .sha512

2018-01-19 Thread elserj
PHOENIX-4542 Use .sha256 and .sha512 Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/712aa28d Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/712aa28d Diff:

[03/10] phoenix git commit: PHOENIX-4541 Fix apache-rat-check failures

2018-01-19 Thread elserj
PHOENIX-4541 Fix apache-rat-check failures Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/a995cc81 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/a995cc81 Diff:

[09/10] phoenix git commit: PHOENIX-4541 Fix apache-rat-check failures

2018-01-19 Thread elserj
PHOENIX-4541 Fix apache-rat-check failures Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/88ba82af Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/88ba82af Diff:

[04/10] phoenix git commit: PHOENIX-4542 Use .sha256 and .sha512

2018-01-19 Thread elserj
PHOENIX-4542 Use .sha256 and .sha512 Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/42f4fed7 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/42f4fed7 Diff:

[02/10] phoenix git commit: PHOENIX-4542 Use .sha256 and .sha512

2018-01-19 Thread elserj
PHOENIX-4542 Use .sha256 and .sha512 Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/5fb3f7fa Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/5fb3f7fa Diff:

Build failed in Jenkins: Phoenix | Master #1916

2018-01-19 Thread Apache Jenkins Server
See Changes: [elserj] PHOENIX-4541 Fix apache-rat-check failures [elserj] PHOENIX-4542 Use .sha256 and .sha512 -- [...truncated 1.17 MB...] [INFO] Running

Build failed in Jenkins: Phoenix-4.x-HBase-1.2 #244

2018-01-19 Thread Apache Jenkins Server
See Changes: [elserj] PHOENIX-4541 Fix apache-rat-check failures [elserj] PHOENIX-4542 Use .sha256 and .sha512 -- [...truncated 115.79 KB...] [INFO] Running

Build failed in Jenkins: Phoenix Compile Compatibility with HBase #522

2018-01-19 Thread Apache Jenkins Server
See -- Started by timer [EnvInject] - Loading node environment variables. Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace

Jenkins build is back to normal : Phoenix-4.x-HBase-1.3 #17

2018-01-19 Thread Apache Jenkins Server
See