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/16 11:24:03 UTC

svn commit: r46659 [3/3] - /dev/phoenix/phoenix-5.1.1RC2/

Added: dev/phoenix/phoenix-5.1.1RC2/RELEASENOTES.md
==============================================================================
--- dev/phoenix/phoenix-5.1.1RC2/RELEASENOTES.md (added)
+++ dev/phoenix/phoenix-5.1.1RC2/RELEASENOTES.md Tue Mar 16 11:24:02 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.1RC2/phoenix-5.1.1-src.tar.gz
==============================================================================
Binary file - no diff available.

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

Added: dev/phoenix/phoenix-5.1.1RC2/phoenix-5.1.1-src.tar.gz.asc
==============================================================================
--- dev/phoenix/phoenix-5.1.1RC2/phoenix-5.1.1-src.tar.gz.asc (added)
+++ dev/phoenix/phoenix-5.1.1RC2/phoenix-5.1.1-src.tar.gz.asc Tue Mar 16 11:24:02 2021
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEglIDpwQFvIOuz199lzUcG3lEM8cFAmBQhv0ACgkQlzUcG3lE
+M8eCsggAh5mzMJRzroFGyET1HoXUcEsqyRU1wS2jQmF3W/tyRxH8U9upIIrd325U
+S0AOw/YR/Dqf781pJYbkhDX31DARBQp1Qam4L/3Bl71spBLPnkwVUueS+Mi7aMjc
+GxpthKeKw3sVCYUiM2qXS3lyR8IKNtpiZ3NUZc8FzWwj3mYvQOKWyH/KTjQ4+ZUw
+jYs8p9W1jqKGJ0XnN2EZrSoqUZ8WfsF4wRlrp2gxke4WwaBHcPUpFWArATrqDmnD
+Vs93ll/Fga07kEHHPD2wcfW8uPFsCVh+Fa4C1UPEwbJkBeGrVjpHEQoSN+WGOHrS
+7mWIXIqsS+xb+ewYPIxTFa2PHZI8rg==
+=HuEQ
+-----END PGP SIGNATURE-----

Added: dev/phoenix/phoenix-5.1.1RC2/phoenix-5.1.1-src.tar.gz.sha512
==============================================================================
--- dev/phoenix/phoenix-5.1.1RC2/phoenix-5.1.1-src.tar.gz.sha512 (added)
+++ dev/phoenix/phoenix-5.1.1RC2/phoenix-5.1.1-src.tar.gz.sha512 Tue Mar 16 11:24:02 2021
@@ -0,0 +1,3 @@
+phoenix-5.1.1-src.tar.gz: 7392B300 DE941A76 8FEB9F24 12A1CD76 E126C7FA 5438B5A5
+                          80EF720D BB381D5E 524DB0F3 6DD80862 1DBC43B8 83A274B1
+                          55583B6A DA0C87D5 E91A5917 92285C4C

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

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

Added: dev/phoenix/phoenix-5.1.1RC2/phoenix-hbase-2.1-5.1.1-bin.tar.gz.asc
==============================================================================
--- dev/phoenix/phoenix-5.1.1RC2/phoenix-hbase-2.1-5.1.1-bin.tar.gz.asc (added)
+++ dev/phoenix/phoenix-5.1.1RC2/phoenix-hbase-2.1-5.1.1-bin.tar.gz.asc Tue Mar 16 11:24:02 2021
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEglIDpwQFvIOuz199lzUcG3lEM8cFAmBQjTEACgkQlzUcG3lE
+M8dqKwf9Fu854yoq/7vs+uAM5u3UJAgpQTazUC++y+pVaXKL9tQ4S2YIhI9Y39rl
+cMntTHqF+qDXhuf3xw76FwJSJK0W1qICH5AOGNcOUuRQQSVFSD/YSOKdfOH8hKD/
+hsC60ozNvgodqOktgEGmEaCVI1DxEPPZasiuh/oa55uKcA5xZs7k4B/+MWOhEpJm
+sTYHhWLXPsGmrOifkPJxa2X5W0ji9jR4LwFVcomNkQ3OFU4w2vuX2leOZUHdPQ1W
+p+Ti9ZOYxTtbYw6Je6xvXvf2/1u8lWaCbmsn1ouSAXLOR/k6BHxdg3+z39X7LY2o
+NG12FNG4OnmaTNMBwYBdtDDgfpm9SQ==
+=0s5f
+-----END PGP SIGNATURE-----

Added: dev/phoenix/phoenix-5.1.1RC2/phoenix-hbase-2.1-5.1.1-bin.tar.gz.sha512
==============================================================================
--- dev/phoenix/phoenix-5.1.1RC2/phoenix-hbase-2.1-5.1.1-bin.tar.gz.sha512 (added)
+++ dev/phoenix/phoenix-5.1.1RC2/phoenix-hbase-2.1-5.1.1-bin.tar.gz.sha512 Tue Mar 16 11:24:02 2021
@@ -0,0 +1,4 @@
+phoenix-hbase-2.1-5.1.1-bin.tar.gz: CA2E13AC A5139AEF DE69105C 4E36AAA7 71844CCB
+                                    3E4BA699 4BACAD7D DAE86B1F 78BA1673 24E5C77A
+                                    83065911 07DB0159 4E702C5F B255FEF2 AC73273C
+                                    899D63AB

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

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

Added: dev/phoenix/phoenix-5.1.1RC2/phoenix-hbase-2.2-5.1.1-bin.tar.gz.asc
==============================================================================
--- dev/phoenix/phoenix-5.1.1RC2/phoenix-hbase-2.2-5.1.1-bin.tar.gz.asc (added)
+++ dev/phoenix/phoenix-5.1.1RC2/phoenix-hbase-2.2-5.1.1-bin.tar.gz.asc Tue Mar 16 11:24:02 2021
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEglIDpwQFvIOuz199lzUcG3lEM8cFAmBQjuwACgkQlzUcG3lE
+M8dVzgf/Txonz/kcdE5SvSBBDLURzGdK/bgrAPbU6piNNCDbnuO4gRf6VmZlsnTg
+5eWCQg9mX9coPH9MP/BaX7mfMSoHR7mu6FmoREP71rFzneslcHNhjP00cnvTlsA1
+fU2Ef+D7wnDaf6nCMwLED1MD6PRMRyvmcOl+H0wgT0D1zwBEEQYaCHkKsNlOao0m
+exWHp69nnj4Wq9p5w23Q9BS+9Sba4fuXt7E5bcHk7UVO+nQNI8EauKtOVdmPcQ/x
+8YoqVpgPdShmjNEnDVoSVVgiX5n9qqLuIe8QQnTel1HGZK4ttnf/XrcGsiP1p7Jh
+uGujYh1CgvK9qKDe8bHEWsJ61qrpwg==
+=oJ/z
+-----END PGP SIGNATURE-----

Added: dev/phoenix/phoenix-5.1.1RC2/phoenix-hbase-2.2-5.1.1-bin.tar.gz.sha512
==============================================================================
--- dev/phoenix/phoenix-5.1.1RC2/phoenix-hbase-2.2-5.1.1-bin.tar.gz.sha512 (added)
+++ dev/phoenix/phoenix-5.1.1RC2/phoenix-hbase-2.2-5.1.1-bin.tar.gz.sha512 Tue Mar 16 11:24:02 2021
@@ -0,0 +1,4 @@
+phoenix-hbase-2.2-5.1.1-bin.tar.gz: C5D6DD3B 3DBF8210 29D79061 DF7ED4DA 7ABABAF8
+                                    0B83B8F2 D4043F7D D0F1BCB0 53A22DFA 2ECD1390
+                                    E68A6CF5 74170019 8502195F 077A5628 960B7CEC
+                                    9F98766F

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

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

Added: dev/phoenix/phoenix-5.1.1RC2/phoenix-hbase-2.3-5.1.1-bin.tar.gz.asc
==============================================================================
--- dev/phoenix/phoenix-5.1.1RC2/phoenix-hbase-2.3-5.1.1-bin.tar.gz.asc (added)
+++ dev/phoenix/phoenix-5.1.1RC2/phoenix-hbase-2.3-5.1.1-bin.tar.gz.asc Tue Mar 16 11:24:02 2021
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEyBAABCgAdFiEEglIDpwQFvIOuz199lzUcG3lEM8cFAmBQkKwACgkQlzUcG3lE
+M8ceEwf4n4+OQ0PLItMrhoOKRHO0w1syCYadn3Bkvhdn5s30L9vVYPCcvStXJPK0
+ySkc0F/WVT7BCdhARG2l1Mt12p6M+nA99x2QmALxCK0MPc/4k/a+Ai8b/4a7qC8h
+zNLgNAY+jEK6G4xgYXSHRUTWsD1g8dABXfo2fSigWSzcCKcQIP2J+3c6aqcgukK3
+G9Q3l1Ys75t7UcoYcYT16mSHYM6c6PtPIXUIY3XoeS5jyBV6w8hri174sE14+sq/
+M7XpcrVnA2ryf8lQlGkqxnb2u+ANPbpe6/Slh881aJxUTBTM5dm1Zuibg916kLO7
+2z9+Sq/f1BvdNyzy0Y80LwA4JiEO
+=XITM
+-----END PGP SIGNATURE-----

Added: dev/phoenix/phoenix-5.1.1RC2/phoenix-hbase-2.3-5.1.1-bin.tar.gz.sha512
==============================================================================
--- dev/phoenix/phoenix-5.1.1RC2/phoenix-hbase-2.3-5.1.1-bin.tar.gz.sha512 (added)
+++ dev/phoenix/phoenix-5.1.1RC2/phoenix-hbase-2.3-5.1.1-bin.tar.gz.sha512 Tue Mar 16 11:24:02 2021
@@ -0,0 +1,4 @@
+phoenix-hbase-2.3-5.1.1-bin.tar.gz: EB76F9B9 126C9866 9D9D3FC2 390FA7D1 4E6CDCDB
+                                    D45CA12E 6B5A272F B83111F7 8CE48B66 980A2E82
+                                    A6C6E1DC 6BDABEAD F548BF14 7C4E78FB 814EB472
+                                    4512593D

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

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

Added: dev/phoenix/phoenix-5.1.1RC2/phoenix-hbase-2.4-5.1.1-bin.tar.gz.asc
==============================================================================
--- dev/phoenix/phoenix-5.1.1RC2/phoenix-hbase-2.4-5.1.1-bin.tar.gz.asc (added)
+++ dev/phoenix/phoenix-5.1.1RC2/phoenix-hbase-2.4-5.1.1-bin.tar.gz.asc Tue Mar 16 11:24:02 2021
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEglIDpwQFvIOuz199lzUcG3lEM8cFAmBQlGoACgkQlzUcG3lE
+M8f0twgArRyHaJvDnd1ME9Tb5qA6KqwPkoT1+UNOpv2C+2JJVQ0xAYooEy1cfHrG
+HyY4swoGqIIbxbNAYctm1sp6IUXCHfOxMoQPgPfF75wn7EcaZJhb0nQG3wgZ9kMn
+LoqEVeItcg9sPN0noFNFWOb5cBBnppJTX3Y3Ehm2xKQj0qREITbDW+3zYFym4u4O
+Ch1m67akyyWQwaKFxdR5P2qzTPiaunSFeCoE0kqLXSeclpC9Q7CF4YYk7oOYXzvF
+7ATn0BvcIVt/7XWV7WquxmDZnZTyXQYdyX0XegGwRjleqkfcNdtRN8e3MqRPBume
+Qbb4B7D6FDlaftaWu9UCyM7Z8HZ+cA==
+=9u76
+-----END PGP SIGNATURE-----

Added: dev/phoenix/phoenix-5.1.1RC2/phoenix-hbase-2.4-5.1.1-bin.tar.gz.sha512
==============================================================================
--- dev/phoenix/phoenix-5.1.1RC2/phoenix-hbase-2.4-5.1.1-bin.tar.gz.sha512 (added)
+++ dev/phoenix/phoenix-5.1.1RC2/phoenix-hbase-2.4-5.1.1-bin.tar.gz.sha512 Tue Mar 16 11:24:02 2021
@@ -0,0 +1,4 @@
+phoenix-hbase-2.4-5.1.1-bin.tar.gz: D0E56C6C 417F41EB 37DF6586 897C2007 D00FA033
+                                    6FC728F5 A2292570 D05A7AFB 0F169C12 E6773196
+                                    2B2D0264 4E93D175 E5060F60 1AFFEB88 2DA6F001
+                                    BFD52A47

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

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

Added: dev/phoenix/phoenix-5.1.1RC2/phoenix-hbase-2.4.0-5.1.1-bin.tar.gz.asc
==============================================================================
--- dev/phoenix/phoenix-5.1.1RC2/phoenix-hbase-2.4.0-5.1.1-bin.tar.gz.asc (added)
+++ dev/phoenix/phoenix-5.1.1RC2/phoenix-hbase-2.4.0-5.1.1-bin.tar.gz.asc Tue Mar 16 11:24:02 2021
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEglIDpwQFvIOuz199lzUcG3lEM8cFAmBQkokACgkQlzUcG3lE
+M8dQcwgArZCDL56fUMPaDSg1bPEaWfLVE4biDIUjFQDrlOHSI4q5huu0fzVEe4Iy
+4RO0E9HPWjRvb+FCCwTIvCM5EtKDNFd6epVQJVes8uCqafNPbAkkwmVCzCEl9u6g
+D92vBwjPdG+AEVgfLsK5mhmPSo/2oy3R8E1FdacLNWDHjn5b4UeTcLCjhlvOB+fm
+m7KONUL8FgmoldZgXWK9KF0FazjXXzFSEMCC47nWCO1HDDOaHvznajgNiO0x7D+/
+8Lz1osd32hi1bW33up9f0jOkp+tjRBzNZ5xnZfrxQ7D6pOPLtyDpzOCE+CxHyjwg
+su65kzqYbYje3BQjSZLpVVu6x33RyQ==
+=fV+b
+-----END PGP SIGNATURE-----

Added: dev/phoenix/phoenix-5.1.1RC2/phoenix-hbase-2.4.0-5.1.1-bin.tar.gz.sha512
==============================================================================
--- dev/phoenix/phoenix-5.1.1RC2/phoenix-hbase-2.4.0-5.1.1-bin.tar.gz.sha512 (added)
+++ dev/phoenix/phoenix-5.1.1RC2/phoenix-hbase-2.4.0-5.1.1-bin.tar.gz.sha512 Tue Mar 16 11:24:02 2021
@@ -0,0 +1,4 @@
+phoenix-hbase-2.4.0-5.1.1-bin.tar.gz: F5B48AEC F66363AB 38D9EF9F 8289F0A5
+                                      36EB10E7 67207550 DF72D3E4 32D3FCC6
+                                      EFDD0A49 1BCC5CF9 55C757AF 2D3E689B
+                                      FF037F36 BA146D44 5AB9B2DF 852FB846