Skip to content

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?

@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 :) )

Copy link
Contributor Author

@abstractdog abstractdog Feb 10, 2026

Choose a reason for hiding this comment

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

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

@sonarqubecloud
Copy link

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