Apache9 commented on code in PR #6670:
URL: https://github.com/apache/hbase/pull/6670#discussion_r1948118721
##########
pom.xml:
##########
@@ -4205,6 +4209,32 @@
</dependencyManagement>
</profile>
+ <!-- Override Kerby version for the supported Hadoop 3.3.x versions
Review Comment:
This is really a pain that we need to have a profile for every patch release
of hadoop...
For me, I would suggest that, we just remove the kerby dependency and use
the one in hadoop if there is no problem for now...
Or we just specify the same version with hadoop 3.4.x since we only publish
artifacts build with 3.4.x. If user wants to specify hadoop with other
versions, then I think it is the user's duty to also specify kerby version to
make things right?
--
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]