virajjasani commented on a change in pull request #3768:
URL: https://github.com/apache/hadoop/pull/3768#discussion_r767104461
##########
File path: hadoop-project/pom.xml
##########
@@ -2428,9 +2428,10 @@
</activation>
<properties>
<hbase.version>${hbase.two.version}</hbase.version>
-
<hbase-compatible-hadoop.version>3.0.0</hbase-compatible-hadoop.version>
+
<hbase-compatible-hadoop.version>2.8.5</hbase-compatible-hadoop.version>
Review comment:
> Out of curiosity, why 2.8.5, nothing from 2.10 line or so?
To provide in-depth dependency view for this question:
https://github.com/apache/hbase/blob/rel/2.2.4/pom.xml#L1373-L1378
```
<hadoop-two.version>2.8.5</hadoop-two.version>
<hadoop-three.version>3.1.2</hadoop-three.version>
<!-- These must be defined here for downstream build tools that don't
look at profiles.
They ought to match the values found in our default hadoop profile,
which is
currently "hadoop-2.0". See HBASE-15925 for more info. -->
<hadoop.version>${hadoop-two.version}</hadoop.version>
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]