You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by st...@apache.org on 2021/03/11 10:18:38 UTC

svn commit: r46579 [3/3] - /dev/phoenix/phoenix-5.1.1RC1/

Added: dev/phoenix/phoenix-5.1.1RC1/RELEASENOTES.md
==============================================================================
--- dev/phoenix/phoenix-5.1.1RC1/RELEASENOTES.md (added)
+++ dev/phoenix/phoenix-5.1.1RC1/RELEASENOTES.md Thu Mar 11 10:18:38 2021
@@ -0,0 +1,212 @@
+
+<!---
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+-->
+# PHOENIX  5.1.1 Release Notes
+
+These release notes cover new developer and user-facing incompatibilities, important issues, features, and major improvements.
+
+
+---
+
+* [PHOENIX-6359](https://issues.apache.org/jira/browse/PHOENIX-6359) | *Major* | **New module to support HBase 2.4.1+ releases**
+
+Added phoenix-hbase-compat-2.4.1 to support latest patch versions of HBase 2.4 release line.
+
+
+---
+
+* [PHOENIX-6343](https://issues.apache.org/jira/browse/PHOENIX-6343) | *Major* | **Phoenix allows duplicate column names when one of them is a primary key**
+
+Although user provided CF can have same column name as one of primary keys, default CF is no longer supported to have same column name as primary key columns.
+
+
+---
+
+* [PHOENIX-5250](https://issues.apache.org/jira/browse/PHOENIX-5250) | *Blocker* | **The accumulated wal files can't be cleaned**
+
+When updating from  an earlier version, and using HBase 2.1.x, HBase 2.2.6 or earlier, HBase 2.3.3 or earlier, or HBase 2.4.0, HBase is unable to clean up WAL files that include data for global indexed tables with the old implementation.
+
+To avoid running out of disk space, use IndexUpgradeTool to upgrade all tables with global indexes, and then restart all region servers as soon as possible.
+
+
+
+# PHOENIX  5.1.0 Release Notes
+
+These release notes cover new developer and user-facing incompatibilities, important issues, features, and major improvements.
+
+
+---
+
+* [PHOENIX-6349](https://issues.apache.org/jira/browse/PHOENIX-6349) | *Major* | **Add and use commons-cli to phoenix-thirdparty**
+
+Added phoenix-shaded-commons-cli to phoenix-thirdparty.
+This helps avoid classpath conflicts and includes a patch on top of commons-cli 1.4.0 that fixes CLI-254.
+
+
+---
+
+* [PHOENIX-6273](https://issues.apache.org/jira/browse/PHOENIX-6273) | *Major* | **Add support to handle MR Snapshot restore externally**
+
+Adds mapreduce configuration param "phoenix.mapreduce.external.snapshot.restore" which when set to true indicates that snapshot-based MapReduce jobs shouldn't try to restore the snapshot themselves, but assume an external application has already done so.
+
+
+---
+
+* [PHOENIX-6323](https://issues.apache.org/jira/browse/PHOENIX-6323) | *Blocker* | **isRawFilterSupported() returns true for HBase 2.2 compat module**
+
+When used with HBase 2.2, Phoenix now only support HBase 2.2.5 and later versions. (i.e HBase 2.2.0-2.2.4 are not supported)
+
+
+---
+
+* [PHOENIX-6326](https://issues.apache.org/jira/browse/PHOENIX-6326) | *Critical* | **Phoenix doesn't work with Java version 11.0.9.1 , due to Jetty problem**
+
+There is bug in the Jetty version used by HBase 2.3 and earlier, that causes incompatilbity with Java releases that have a four number version string like  "11.0.9.1"
+As Phoenix builds on top of HBase, Phoenix is also incompatible with these releases, when built with an hbase.profile older than 2.4.
+
+
+---
+
+* [PHOENIX-6307](https://issues.apache.org/jira/browse/PHOENIX-6307) | *Major* | **Build and release official binary distributions with each HBase profile**
+
+The phoenix-client and phoenix-server JARs have been renamed to include the supported HBase version.
+
+Instead of phoenix-client-\<phoenix.version\>.jar, the client is now phoenix-client-hbase-\<hbase-major.minor\>-\<phoenix.version\>.jar
+I.e. The Phoenix 4.16 client for Hbase 1.5 is now called phoenix-client-hbase-1.5-5.1.0.jar
+
+The maven coordinates also have also changed to "org.apache.phoenix:phoenix-client-hbase-\<hbase-major.minor\>:\<phoenix.version\>".
+I.e the Phoenix 4.15.0 client for Hbase 1.5 is  "org.apache.phoenix:phoenix-client:4.15.0-HBase-1.5", but the phoenix client for Phoenix 4.16 is "org.apache.phoenix:phoenix-client-hbase-1.5:4.16.0"
+
+
+---
+
+* [PHOENIX-5265](https://issues.apache.org/jira/browse/PHOENIX-5265) | *Major* | **[UMBRELLA] Phoenix Test should use object based Plan for result comparison instead of using hard-corded comparison**
+
+New API for Explain plan queries that can be used for comparison of individual plan attributes.
+
+
+---
+
+* [PHOENIX-6280](https://issues.apache.org/jira/browse/PHOENIX-6280) | *Major* | **Support HBase 2.4**
+
+HBase 2.4 is now supported. (Tested with HBase 2.4.0)
+
+
+---
+
+* [PHOENIX-6282](https://issues.apache.org/jira/browse/PHOENIX-6282) | *Major* | **Generate PB files inline with build and remove checked in files**
+
+We no longer have generated protobuf Java files available in source code. These files are expected to be generated inline with mvn build. We have also used an optimization with the plugin to ensure protoc is not invoked with mvn build if no .proto file is updated between two consecutive builds.
+
+
+---
+
+* [PHOENIX-6086](https://issues.apache.org/jira/browse/PHOENIX-6086) | *Critical* | **Take a snapshot of all SYSTEM tables before attempting to upgrade them**
+
+While upgrading System tables, all system tables where we perform some significant DDL operations, we start taking snapshots of them:
+ 
+1. SYSTEM.CATALOG (was already covered before this Jira)
+2. SYSTEM.CHILD\_LINK
+3. SYSTEM.SEQUENCE
+4. SYSTEM.STATS
+5. SYSTEM.TASK
+
+If the upgrade doesn't complete successfully, we should get warning log providing all snapshots taken so far, which can be used to restore some snapshots if required.
+
+
+A sample Warning log:
+
+Failed upgrading System tables. Snapshots for system tables created so far: {SYSTEM:STATS=SNAPSHOT\_SYSTEM.STATS\_4.15.x\_TO\_4.16.0\_20201202114411, SYSTEM:CATALOG=SNAPSHOT\_SYSTEM.CATALOG\_4.15.x\_TO\_4.16.0\_20201202114258, SYSTEM:CHILD\_LINK=SNAPSHOT\_SYSTEM.CHILD\_LINK\_4.15.x\_TO\_4.16.0\_20201202114405, SYSTEM:SEQUENCE=SNAPSHOT\_SYSTEM.SEQUENCE\_4.15.x\_TO\_4.16.0\_20201202114407, SYSTEM:TASK=SNAPSHOT\_SYSTEM.TASK\_4.15.x\_TO\_4.16.0\_20201202114413}
+
+
+---
+
+* [PHOENIX-4412](https://issues.apache.org/jira/browse/PHOENIX-4412) | *Critical* | **Tephra transaction context visibility level returns null instead of SNAPSHOT\_ALL**
+
+**WARNING: No release note provided for this change.**
+
+
+---
+
+* [PHOENIX-6155](https://issues.apache.org/jira/browse/PHOENIX-6155) | *Major* | **Prevent doing direct upserts into SYSTEM.TASK from the client**
+
+A new coprocessor endpoint to avoid direct upserts into SYSTEM.TASK from the client.
+
+
+---
+
+* [PHOENIX-6186](https://issues.apache.org/jira/browse/PHOENIX-6186) | *Major* | **Store table metadata last modified timestamp in PTable / System.Catalog**
+
+Introduces a new field in System.Catalog, LAST\_DDL\_TIMESTAMP, which is the epoch timestamp at which a table or view is created, or last had a column added or dropped. Child views inherit the max ddl timestamp of their ancestors.
+
+
+---
+
+* [PHOENIX-6125](https://issues.apache.org/jira/browse/PHOENIX-6125) | *Major* | **Make sure SYSTEM.TASK does not split**
+
+We have new split policy introduced for SYSTEM.TASK which for now is just extending DisabledRegionSplitPolicy. As part of an upgrade to 4.16/5.1, updating split policy will be taken care of unless it was already updated manually.
+
+Hence, before 4.16/5.1 upgrade, if operator has already manually updated split policy of SYSTEM.TASK, an exception will be thrown during upgrade to 4.16/5.1 which would mandate an operator intervention to perform:
+
+1. Merging SYSTEM.TASK regions into one single region (if multiple regions were already available before 4.16/5.1 upgrade)
+2. Remove split policy of the table manually.
+
+
+---
+
+* [PHOENIX-5446](https://issues.apache.org/jira/browse/PHOENIX-5446) | *Major* | **Support Protobuf shaded clients (thin + thick)**
+
+**WARNING: No release note provided for this change.**
+
+
+---
+
+* [PHOENIX-6016](https://issues.apache.org/jira/browse/PHOENIX-6016) | *Major* | **Support HBase 2.3.0**
+
+Phoenix now supports HBase 2.3
+
+
+---
+
+* [PHOENIX-5716](https://issues.apache.org/jira/browse/PHOENIX-5716) | *Major* | **Remove or update HBase 2.0 support**
+
+Support for HBase 2.0 has been dropped from Phoenix.
+
+
+---
+
+* [PHOENIX-4866](https://issues.apache.org/jira/browse/PHOENIX-4866) | *Blocker* | **UDFs get error: org.apache.phoenix.schema.FunctionNotFoundException: ERROR 6001 (42F01): Function undefined**
+
+**WARNING: No release note provided for this change.**
+
+
+---
+
+* [PHOENIX-5268](https://issues.apache.org/jira/browse/PHOENIX-5268) | *Blocker* | **HBase 2.1/2.2 compatibility**
+
+Phoenix now supports HBase 2.1  (HBase 2.1.6 and later) and HBase 2.2 (HBase 2.2.1 and later)
+
+
+---
+
+* [PHOENIX-3655](https://issues.apache.org/jira/browse/PHOENIX-3655) | *Major* | **Global Phoenix Client Metrics for PQS**
+
+**WARNING: No release note provided for this change.**
+
+
+

Added: dev/phoenix/phoenix-5.1.1RC1/phoenix-5.1.1-src.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/phoenix/phoenix-5.1.1RC1/phoenix-5.1.1-src.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/phoenix/phoenix-5.1.1RC1/phoenix-5.1.1-src.tar.gz.asc
==============================================================================
--- dev/phoenix/phoenix-5.1.1RC1/phoenix-5.1.1-src.tar.gz.asc (added)
+++ dev/phoenix/phoenix-5.1.1RC1/phoenix-5.1.1-src.tar.gz.asc Thu Mar 11 10:18:38 2021
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEglIDpwQFvIOuz199lzUcG3lEM8cFAmBJ4NUACgkQlzUcG3lE
+M8cFkAf+JzeNz0g0T0lxdjvlAaWMRYDGcSwsuY7R+CJDDbn5k2fV7mcvMirYjiSj
+vGwSUnd45BqA2E06tc1sqAboc2dqynmKp35J5og0Na/6/wq0wD51rFhXdnaC75mr
+hgE59hV1SQkO+x+e/2CbGgrZlRn+bQ01qw/UU7cu3J5AgcertuYXpJ361pUdi51Q
+AyUXC7sE2W4NCNAa+7lB7SUwXrCBL4bPmdrjXrahX0lO/ATBGwQFW7aRZ88veYeM
+j0nfjl72M8TgLwKmVAVWqlvAPWPGu5XOUN+PvBtOVD//ad23O/EAxNzCuN2xs4Zy
+j/9vbbvkaRR/vZDMClzQ/w/eTLAwJg==
+=E2/H
+-----END PGP SIGNATURE-----

Added: dev/phoenix/phoenix-5.1.1RC1/phoenix-5.1.1-src.tar.gz.sha512
==============================================================================
--- dev/phoenix/phoenix-5.1.1RC1/phoenix-5.1.1-src.tar.gz.sha512 (added)
+++ dev/phoenix/phoenix-5.1.1RC1/phoenix-5.1.1-src.tar.gz.sha512 Thu Mar 11 10:18:38 2021
@@ -0,0 +1,3 @@
+phoenix-5.1.1-src.tar.gz: 83A4C522 847BF2AF 77416DD9 135FFC7C E4CC10B2 69F36B8A
+                          50FB6FE4 06607EB2 BA49B428 D8FAF3FF B3838717 EA71292E
+                          2705F9D3 03977D44 2943597E E1178B09

Added: dev/phoenix/phoenix-5.1.1RC1/phoenix-hbase-2.1-5.1.1-bin.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/phoenix/phoenix-5.1.1RC1/phoenix-hbase-2.1-5.1.1-bin.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/phoenix/phoenix-5.1.1RC1/phoenix-hbase-2.1-5.1.1-bin.tar.gz.asc
==============================================================================
--- dev/phoenix/phoenix-5.1.1RC1/phoenix-hbase-2.1-5.1.1-bin.tar.gz.asc (added)
+++ dev/phoenix/phoenix-5.1.1RC1/phoenix-hbase-2.1-5.1.1-bin.tar.gz.asc Thu Mar 11 10:18:38 2021
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEglIDpwQFvIOuz199lzUcG3lEM8cFAmBJ5noACgkQlzUcG3lE
+M8duqggAhDSCkFhWOMqvmqz4rzaD/414lzwmXVKtKvabYobSK5A8+I2GmrZi1Mn4
+Dz0eIFLYMMG7zAQAeF8a8ZL/OPoUtTte3VMYqnjYUWhKiLS9CRakm9/pVCeLwO8g
+koaNnamN3TiJPbVBssO1TIriF3/wK/MzU8ZgQUjPBn/Gid4ReRDMtTDAcysBK+wP
+zxcDhzD/oDQrbNfWmRwrhbqkxIsX31wEoCdAqUYYdxwawH3ZUQ4WSayBYSRiyQap
+7o2496MwRyXAxjNvnVvuJf9x/aM8mqS/QTVLdEyDD9VAcmEac6d2d3OeRd8hb8JX
+C7umWYC7HJ84hY/wBNRc5s7zU4mezg==
+=sfD+
+-----END PGP SIGNATURE-----

Added: dev/phoenix/phoenix-5.1.1RC1/phoenix-hbase-2.1-5.1.1-bin.tar.gz.sha512
==============================================================================
--- dev/phoenix/phoenix-5.1.1RC1/phoenix-hbase-2.1-5.1.1-bin.tar.gz.sha512 (added)
+++ dev/phoenix/phoenix-5.1.1RC1/phoenix-hbase-2.1-5.1.1-bin.tar.gz.sha512 Thu Mar 11 10:18:38 2021
@@ -0,0 +1,4 @@
+phoenix-hbase-2.1-5.1.1-bin.tar.gz: 4380CE0E CD5A0DC9 57548777 66E41F51 4033E99E
+                                    2F452F1E A3F03C0E 8FD71E2C 2940A735 CD73CB74
+                                    1024CF8B B299C2D0 5F505954 6DA0BE6B AE4AA0DC
+                                    B35725E8

Added: dev/phoenix/phoenix-5.1.1RC1/phoenix-hbase-2.2-5.1.1-bin.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/phoenix/phoenix-5.1.1RC1/phoenix-hbase-2.2-5.1.1-bin.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/phoenix/phoenix-5.1.1RC1/phoenix-hbase-2.2-5.1.1-bin.tar.gz.asc
==============================================================================
--- dev/phoenix/phoenix-5.1.1RC1/phoenix-hbase-2.2-5.1.1-bin.tar.gz.asc (added)
+++ dev/phoenix/phoenix-5.1.1RC1/phoenix-hbase-2.2-5.1.1-bin.tar.gz.asc Thu Mar 11 10:18:38 2021
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEglIDpwQFvIOuz199lzUcG3lEM8cFAmBJ6DgACgkQlzUcG3lE
+M8crZAgAghOdN63u+upu/jWXX8jgNb21/y4dslt9KA9NI6GfuHUW5hNi2zHHfBiE
+bugQDNNuTK59Zcygvqn6XjTOqBjQHa/Tglbv7KnqzKXUN/rpvg9peLJZMrTs5vPw
+aQjPiJm4y9bLMqC8ZztxbegH+AFjza2xmDs5Rjl+XbqaX3JTkWW5aOjh+y2SInDv
+ft4+J43sWovg/aRGyaSsCvkdBsTFAeqQGk2FZf7fDsF188FEOWNc2hFPtHi3DW55
+r3+RhMTcxSQuWRlZUBJDAHYGheHIuphWOH1ylumpvgtrSTFxlAMWBCeRVCPlbqO1
+92hYuHYD0mDlOuYbOD0ykJ3oZNGyXg==
+=WmkI
+-----END PGP SIGNATURE-----

Added: dev/phoenix/phoenix-5.1.1RC1/phoenix-hbase-2.2-5.1.1-bin.tar.gz.sha512
==============================================================================
--- dev/phoenix/phoenix-5.1.1RC1/phoenix-hbase-2.2-5.1.1-bin.tar.gz.sha512 (added)
+++ dev/phoenix/phoenix-5.1.1RC1/phoenix-hbase-2.2-5.1.1-bin.tar.gz.sha512 Thu Mar 11 10:18:38 2021
@@ -0,0 +1,4 @@
+phoenix-hbase-2.2-5.1.1-bin.tar.gz: 56646778 4E03A984 56B745E1 CD818AEA 5E76DC05
+                                    055D0499 37BD8B37 E511E47B 30BE0476 81E00EC0
+                                    CABF1D23 DC06B38F 05C125E5 D804EDCD D812B90D
+                                    FB274DA1

Added: dev/phoenix/phoenix-5.1.1RC1/phoenix-hbase-2.3-5.1.1-bin.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/phoenix/phoenix-5.1.1RC1/phoenix-hbase-2.3-5.1.1-bin.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/phoenix/phoenix-5.1.1RC1/phoenix-hbase-2.3-5.1.1-bin.tar.gz.asc
==============================================================================
--- dev/phoenix/phoenix-5.1.1RC1/phoenix-hbase-2.3-5.1.1-bin.tar.gz.asc (added)
+++ dev/phoenix/phoenix-5.1.1RC1/phoenix-hbase-2.3-5.1.1-bin.tar.gz.asc Thu Mar 11 10:18:38 2021
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEglIDpwQFvIOuz199lzUcG3lEM8cFAmBJ6esACgkQlzUcG3lE
+M8ez2Af/VNI2aXBF5euLxAjlTgSZ4rscovRwLyl1+aWNhja+3c0qjOjTgNErqggv
+127wYEYlyosRUvyQy+c9AktCYmZEeO6aKtVdz68rg1T6g/s3uqxK6brGsydoGIai
+j1kOmoMcqGcZsXUkZaooEk9QLhEpmLROpoRaNdpT/K7o4Pw9uQR9R79MtVKRUbHD
+P6oN4m87xd1ZRYiFAj2YFvuAFAceGZvxLron4ckv//VeLUSseDsx09JQgC0St9Lp
+7j7vO8RiHDKSUFF/M8iHkePuut7jwMVCCzMfa4CykYhtGZqjABet5WoRBmF+sd6k
+aRfN47FyRiovVR6EOXniSRwmxDkHQQ==
+=Ryid
+-----END PGP SIGNATURE-----

Added: dev/phoenix/phoenix-5.1.1RC1/phoenix-hbase-2.3-5.1.1-bin.tar.gz.sha512
==============================================================================
--- dev/phoenix/phoenix-5.1.1RC1/phoenix-hbase-2.3-5.1.1-bin.tar.gz.sha512 (added)
+++ dev/phoenix/phoenix-5.1.1RC1/phoenix-hbase-2.3-5.1.1-bin.tar.gz.sha512 Thu Mar 11 10:18:38 2021
@@ -0,0 +1,4 @@
+phoenix-hbase-2.3-5.1.1-bin.tar.gz: 73E2130E 172FDF14 BCBD932B B2DBDEAB 84E113FD
+                                    36FDE748 3F5BEB05 2F11F1D5 D04F9F69 E4700065
+                                    92675C3B AA7C070F 3207A706 B0689C48 5229E156
+                                    0AF996C8

Added: dev/phoenix/phoenix-5.1.1RC1/phoenix-hbase-2.4-5.1.1-bin.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/phoenix/phoenix-5.1.1RC1/phoenix-hbase-2.4-5.1.1-bin.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/phoenix/phoenix-5.1.1RC1/phoenix-hbase-2.4-5.1.1-bin.tar.gz.asc
==============================================================================
--- dev/phoenix/phoenix-5.1.1RC1/phoenix-hbase-2.4-5.1.1-bin.tar.gz.asc (added)
+++ dev/phoenix/phoenix-5.1.1RC1/phoenix-hbase-2.4-5.1.1-bin.tar.gz.asc Thu Mar 11 10:18:38 2021
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEglIDpwQFvIOuz199lzUcG3lEM8cFAmBJ7ZgACgkQlzUcG3lE
+M8fiXgf/SjgNzO2WA+bf3Tt18x1/dADyS4CBdby3puB3tRe1TF4AsMMm1xaCxXty
+CzpD62w57TiNWcG8I0fOR/8cWbjdSvitRTvjzR10121LGC3aBv+TfUlE0+bD0TXy
+Y9gNreHGyXvSU8cy+SLDBq8nqo4A7jg4P4OYiOzP0ZG0AzmTwlIj/qPh+Fsj2mcn
+bo3OLeXKww4HBfB9RNtjEwuyN058m10K5SUdY+o/1grh5TBqHSYor8RnWScr7Y9h
+18j5hWLRs7+0+U35wRaIXW/cHPMCq1gU5sn26HdkSDlK+kVK1XazRmfMbWHab4PX
+QfKj6oQJOBfwGF6AMGuPYvEUvP8e2w==
+=Tj2P
+-----END PGP SIGNATURE-----

Added: dev/phoenix/phoenix-5.1.1RC1/phoenix-hbase-2.4-5.1.1-bin.tar.gz.sha512
==============================================================================
--- dev/phoenix/phoenix-5.1.1RC1/phoenix-hbase-2.4-5.1.1-bin.tar.gz.sha512 (added)
+++ dev/phoenix/phoenix-5.1.1RC1/phoenix-hbase-2.4-5.1.1-bin.tar.gz.sha512 Thu Mar 11 10:18:38 2021
@@ -0,0 +1,4 @@
+phoenix-hbase-2.4-5.1.1-bin.tar.gz: AF151CEB B3679E03 F4599534 A07D69ED 37B70B5D
+                                    061F36B0 A9EF6C79 07743074 0E367ACD DE27492F
+                                    ADA97208 3233DD1A EA3F0F67 A794B6EF CC33CB25
+                                    EF6F482E

Added: dev/phoenix/phoenix-5.1.1RC1/phoenix-hbase-2.4.0-5.1.1-bin.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/phoenix/phoenix-5.1.1RC1/phoenix-hbase-2.4.0-5.1.1-bin.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/phoenix/phoenix-5.1.1RC1/phoenix-hbase-2.4.0-5.1.1-bin.tar.gz.asc
==============================================================================
--- dev/phoenix/phoenix-5.1.1RC1/phoenix-hbase-2.4.0-5.1.1-bin.tar.gz.asc (added)
+++ dev/phoenix/phoenix-5.1.1RC1/phoenix-hbase-2.4.0-5.1.1-bin.tar.gz.asc Thu Mar 11 10:18:38 2021
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEglIDpwQFvIOuz199lzUcG3lEM8cFAmBJ69MACgkQlzUcG3lE
+M8cUeAf9H8af3Uhbr+WiIeOUWNZuA5lCgtKdpbfc7glY8AA1/V3iqloUSOD8jgcK
+KzaZlaB/KKtizxU6ev4UVw58nH73Q23irffN9kDtQNY9YPNAJ683jZogrkBrgSYn
+iFNVAwgIVs1vsZuPC5t4VIDbXxDupDl8x5DNICGewwex6jxJ8lNTx/id3m6ipKk7
+mA2tpm0u+GgMJ4x4+hEv83nc9mW5A91TXkzfhu9c3JmqrRqPeatzeBPBP//N8tx8
+bBH7xt2SxnJzr7WUyVkuE3DIKJKstkPEkDyogOC94KcrZE1MgG4j2sFMfPOlS9G4
+EZHr+A91smH6DrGcyAlzPMfi59gsMg==
+=B5Yv
+-----END PGP SIGNATURE-----

Added: dev/phoenix/phoenix-5.1.1RC1/phoenix-hbase-2.4.0-5.1.1-bin.tar.gz.sha512
==============================================================================
--- dev/phoenix/phoenix-5.1.1RC1/phoenix-hbase-2.4.0-5.1.1-bin.tar.gz.sha512 (added)
+++ dev/phoenix/phoenix-5.1.1RC1/phoenix-hbase-2.4.0-5.1.1-bin.tar.gz.sha512 Thu Mar 11 10:18:38 2021
@@ -0,0 +1,4 @@
+phoenix-hbase-2.4.0-5.1.1-bin.tar.gz: B5A9FE76 308E30C1 9ECC8DC2 9A8A3E66
+                                      E9CB9C50 C0DE42FC E9071C21 9CC65917
+                                      1517A77C 0057E2F9 50CBD57A C2042DE4
+                                      58A2DCFB 78F9F18E DD36AFA8 B81F652E