okumin commented on code in PR #6304:
URL: https://github.com/apache/hive/pull/6304#discussion_r2777225464


##########
shims/0.23/src/main/java/org/apache/hadoop/hive/shims/Hadoop23Shims.java:
##########
@@ -556,6 +556,7 @@ public static class MiniDFSShim implements 
HadoopShims.MiniDFSShim {
     @SuppressFBWarnings(value = "EI_EXPOSE_REP2", justification = "intended")
     public MiniDFSShim(MiniDFSCluster cluster) {
       this.cluster = cluster;
+      LOG.info("Namenode address: {}", 
cluster.getNameNode().getNameNodeAddress());

Review Comment:
   It would fail when testing HA
   
https://ci.hive.apache.org/blue/organizations/jenkins/hive-precommit/detail/PR-6304/1/tests/



-- 
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]

Reply via email to