You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by in...@apache.org on 2018/09/13 16:19:42 UTC

[1/5] hadoop git commit: HDFS-13914. Fix DN UI logs link broken when https is enabled after HDFS-13902. Contributed by Jianfei Jiang.

Repository: hadoop
Updated Branches:
  refs/heads/branch-2 9befa5ed9 -> bbd09877d
  refs/heads/branch-2.9 4349b442a -> ab39d2979
  refs/heads/branch-3.0 4e105a4b9 -> 1314dc239
  refs/heads/branch-3.1 a7b1d1e00 -> 2f7d22658
  refs/heads/trunk 39c1ea1ed -> e1b242a98


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


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

Branch: refs/heads/trunk
Commit: e1b242a9844d6438c93cdc2ab2443d042b4d5aea
Parents: 39c1ea1
Author: Inigo Goiri <in...@apache.org>
Authored: Thu Sep 13 09:16:58 2018 -0700
Committer: Inigo Goiri <in...@apache.org>
Committed: Thu Sep 13 09:16:58 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/e1b242a9/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 ba3eadc..0fdf552 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: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org


[3/5] hadoop git commit: HDFS-13914. Fix DN UI logs link broken when https is enabled after HDFS-13902. Contributed by Jianfei Jiang.

Posted by in...@apache.org.
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 <in...@apache.org>
Authored: Thu Sep 13 09:16:58 2018 -0700
Committer: Inigo Goiri <in...@apache.org>
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: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org


[5/5] hadoop git commit: HDFS-13914. Fix DN UI logs link broken when https is enabled after HDFS-13902. Contributed by Jianfei Jiang.

Posted by in...@apache.org.
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/ab39d297
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/ab39d297
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/ab39d297

Branch: refs/heads/branch-2.9
Commit: ab39d297919b70bb30684d5603ff45d2c0142118
Parents: 4349b44
Author: Inigo Goiri <in...@apache.org>
Authored: Thu Sep 13 09:16:58 2018 -0700
Committer: Inigo Goiri <in...@apache.org>
Committed: Thu Sep 13 09:18:52 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/ab39d297/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: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org


[4/5] hadoop git commit: HDFS-13914. Fix DN UI logs link broken when https is enabled after HDFS-13902. Contributed by Jianfei Jiang.

Posted by in...@apache.org.
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/bbd09877
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/bbd09877
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/bbd09877

Branch: refs/heads/branch-2
Commit: bbd09877d064ebcbeb05374f04f7fd4d4ff2a7f1
Parents: 9befa5e
Author: Inigo Goiri <in...@apache.org>
Authored: Thu Sep 13 09:16:58 2018 -0700
Committer: Inigo Goiri <in...@apache.org>
Committed: Thu Sep 13 09:18:40 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/bbd09877/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: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org


[2/5] hadoop git commit: HDFS-13914. Fix DN UI logs link broken when https is enabled after HDFS-13902. Contributed by Jianfei Jiang.

Posted by in...@apache.org.
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/2f7d2265
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/2f7d2265
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/2f7d2265

Branch: refs/heads/branch-3.1
Commit: 2f7d226589b81a1581543bd3342cfcb7b6f1e7ff
Parents: a7b1d1e
Author: Inigo Goiri <in...@apache.org>
Authored: Thu Sep 13 09:16:58 2018 -0700
Committer: Inigo Goiri <in...@apache.org>
Committed: Thu Sep 13 09:17:37 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/2f7d2265/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 726a5de..9229dd2 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: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org