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


##########
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:
   yeah, let me fix! (this was a quick patch and I was hoping that it would 
fail if needed :) )



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