NihalJain commented on code in PR #6587:
URL: https://github.com/apache/hbase/pull/6587#discussion_r1908924474


##########
src/main/asciidoc/_chapters/configuration.adoc:
##########
@@ -464,6 +465,33 @@ whole cluster. Hadoop version mismatch issues have various 
manifestations. Check
 HBase appears hung.
 ====
 
+[[binary_release_hadoop_version]]
+==== Hadoop 3 Support for the HBase Binary Releases and Maven Artifacts ====
+
+For HBase 2.5.1 and earlier, the official HBase binary releases and Maven 
artifacts were built with Hadoop 2.x.
+
+Starting with HBase 2.5.2, HBase provides binary releases and Maven artifacts 
built with both Hadoop 2.x and Hadoop 3.x.
+The Hadoop 2 artifacts do not have any version suffix, the Hadoop 3 artifacts 
add the `-hadoop-3` suffix to the version.
+i.e. `hbase-2.5.2-bin.tar.gz.asc` is the Binary release built with Hadoop2, 
and `hbase-2.5.2-hadoop3-bin.tar.gz` is the
+release built with Hadoop 3.
+
+[[binary_version_policy]]

Review Comment:
   binary_release_hadoop_version_policy ?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to