File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
hadoop-hdfs-project/hadoop-hdfs
src/main/java/org/apache/hadoop/hdfs/web Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -736,6 +736,9 @@ Release 2.4.0 - UNRELEASED
736736
737737 HDFS-5892. TestDeleteBlockPool fails in branch-2. (Ted Yu via wheat9)
738738
739+ HDFS-6077. Running slive with webhdfs on secure HA cluster fails with unkown
740+ host exception. (jing9)
741+
739742 BREAKDOWN OF HDFS-5698 SUBTASKS AND RELATED JIRAS
740743
741744 HDFS-5717. Save FSImage header in protobuf. (Haohui Mai via jing9)
Original file line number Diff line number Diff line change @@ -1114,4 +1114,10 @@ private InetSocketAddress[] resolveNNAddr() throws IOException {
11141114 InetSocketAddress [] r = new InetSocketAddress [ret .size ()];
11151115 return ret .toArray (r );
11161116 }
1117+
1118+ @ Override
1119+ public String getCanonicalServiceName () {
1120+ return tokenServiceName == null ? super .getCanonicalServiceName ()
1121+ : tokenServiceName .toString ();
1122+ }
11171123}
You can’t perform that action at this time.
0 commit comments