HDFS-14838. RBF: Display RPC (instead of HTTP) Port Number in RBF web UI. Contributed by Xieming Li
(cherry picked from commit c255333e20c9af6166db5931d70151011d540359)
This commit is contained in:
parent
d75693bd6e
commit
8d5460a045
@ -526,7 +526,7 @@ public String getCompileInfo() {
|
||||
|
||||
@Override
|
||||
public String getHostAndPort() {
|
||||
InetSocketAddress address = this.router.getHttpServerAddress();
|
||||
InetSocketAddress address = this.router.getRpcServerAddress();
|
||||
if (address != null) {
|
||||
try {
|
||||
String hostname = InetAddress.getLocalHost().getHostName();
|
||||
|
Loading…
x
Reference in New Issue
Block a user