Skip to content

HIVE-29444: Log namenode address in testing scenarios#6304

Open
abstractdog wants to merge 1 commit intoapache:masterfrom
abstractdog:HIVE-29444
Open

HIVE-29444: Log namenode address in testing scenarios#6304
abstractdog wants to merge 1 commit intoapache:masterfrom
abstractdog:HIVE-29444

Conversation

@abstractdog
Copy link
Contributor

What changes were proposed in this pull request?

Why are the changes needed?

Does this PR introduce any user-facing change?

How was this patch tested?

@sonarqubecloud
Copy link

sonarqubecloud bot commented Feb 6, 2026

@SuppressFBWarnings(value = "EI_EXPOSE_REP2", justification = "intended")
public MiniDFSShim(MiniDFSCluster cluster) {
this.cluster = cluster;
LOG.info("Namenode address: {}", cluster.getNameNode().getNameNodeAddress());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, let me fix! (this was a quick patch and I was hoping that it would fail if needed :) )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants