ChengbingLiu commented on code in PR #6674:
URL: https://github.com/apache/hbase/pull/6674#discussion_r1955666148
##########
pom.xml:
##########
@@ -4166,6 +4158,14 @@
</exclusion>
</exclusions>
</dependency>
+ <!--
+ We use hadoop-minikdc everywhere instead of depending
on kerby is
+ because hadoop upgrade kerby version in hadoop 3.4.x
and kerby 1.x
+ and 2.x are not compatible, so if we specify the
version of kerby
+ in our pom will cause compile/runtime error while
compiling against
+ different hadoop versions, and also cause problem for
downstream
+ projects. See HBASE-29117 for more details.
+ -->
Review Comment:
A minor formatting problem: tabs should be replaced with spaces.
--
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]