Apache9 commented on code in PR #5625:
URL: https://github.com/apache/hbase/pull/5625#discussion_r1452875480
##########
hbase-it/pom.xml:
##########
@@ -408,6 +408,10 @@
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-minikdc</artifactId>
</dependency>
+ <dependency>
Review Comment:
I think HBASE-22052 is for fixing running IT against a real cluster, where
we do not need to start a mini cluster in process? But anyway, I think if we
can run the IT with a mini cluster, it does not make sense that we can not run
it with a real cluster...
SO let's just remove the exclusion to see if things go 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]