HDFS-13914. Fix DN UI logs link broken when https is enabled after HDFS-13902. 
Contributed by Jianfei Jiang.

(cherry picked from commit e1b242a9844d6438c93cdc2ab2443d042b4d5aea)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/1314dc23
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/1314dc23
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/1314dc23

Branch: refs/heads/branch-3.0
Commit: 1314dc2397307ce675188cfe1da9899dce3cca40
Parents: 4e105a4
Author: Inigo Goiri <[email protected]>
Authored: Thu Sep 13 09:16:58 2018 -0700
Committer: Inigo Goiri <[email protected]>
Committed: Thu Sep 13 09:18:11 2018 -0700

----------------------------------------------------------------------
 .../hadoop-hdfs/src/main/webapps/datanode/datanode.html            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/1314dc23/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/datanode/datanode.html
----------------------------------------------------------------------
diff --git 
a/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/datanode/datanode.html 
b/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/datanode/datanode.html
index ee23056..1bb37fb 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/datanode/datanode.html
+++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/datanode/datanode.html
@@ -36,7 +36,7 @@
     <li class="dropdown">
       <a href="#" class="dropdown-toggle" data-toggle="dropdown">Utilities <b 
class="caret"></b></a>
       <ul class="dropdown-menu">
-        <li><a href="logs">Logs</a></li>
+        <li><a href="logs/">Logs</a></li>
         <li><a href="jmx">Metrics</a></li>
         <li><a href="conf">Configuration</a></li>
         <li><a href="stacks">Process Thread Dump</a></li>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to