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


##########
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:
   updated 
[patch](https://github.com/apache/hive/pull/6304/changes/ce63624bd5600fb11ef84268370f7c0e02d39bfe)
 gives:
   ```
   2026-02-10T04:22:45,615  INFO [main] shims.HadoopShimsSecure: Namenode nn1 
(ns=minidfs) address: localhost/127.0.0.1:55017
   2026-02-10T04:22:45,615  INFO [main] shims.HadoopShimsSecure: Namenode nn2 
(ns=minidfs) address: localhost/127.0.0.1:55019
   ```



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