Repository: hadoop Updated Branches: refs/heads/branch-2 f11c8eb09 -> 059f774f9
HDFS-6657. Remove link to 'Legacy UI' in trunk's Namenode UI. Contributed by Vinayakumar B. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/059f774f Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/059f774f Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/059f774f Branch: refs/heads/branch-2 Commit: 059f774f90435fc797a18380375f458760fe09e8 Parents: f11c8eb Author: Haohui Mai <[email protected]> Authored: Thu Jul 24 17:28:31 2014 +0000 Committer: Haohui Mai <[email protected]> Committed: Fri Oct 10 17:27:30 2014 -0700 ---------------------------------------------------------------------- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 3 +++ .../hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html | 1 - .../hadoop-hdfs/src/main/webapps/hdfs/index.html | 13 +------------ .../hadoop-hdfs/src/main/webapps/secondary/index.html | 11 ----------- 4 files changed, 4 insertions(+), 24 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/059f774f/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index 2466322..31f0af3 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -33,6 +33,9 @@ Release 2.7.0 - UNRELEASED HDFS-7198. Fix or suppress findbugs "unchecked conversion" warning in DFSClient#getPathTraceScope (cmccabe) + HDFS-6657. Remove link to 'Legacy UI' in the Namenode UI. + (Vinayakumar B via wheat9) + Release 2.6.0 - UNRELEASED INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/059f774f/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html b/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html index 1e2813c..02858f1 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html +++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/dfshealth.html @@ -66,7 +66,6 @@ <div class="row"> <hr /> <div class="col-xs-2"><p>Hadoop, 2014.</p></div> - <div class="col-xs-1 pull-right"><a style="color: #ddd" href="dfshealth.jsp">Legacy UI</a></div> </div> </div> http://git-wip-us.apache.org/repos/asf/hadoop/blob/059f774f/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/index.html ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/index.html b/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/index.html index 99bb13b..aa62a37 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/index.html +++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/index.html @@ -18,18 +18,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> -<meta http-equiv="REFRESH" content="1;url=dfshealth.jsp" /> +<meta http-equiv="REFRESH" content="0;url=dfshealth.html" /> <title>Hadoop Administration</title> </head> -<body> -<script type="text/javascript"> -//<![CDATA[ -window.location.href='dfshealth.html'; -//]]> -</script> -<h1>Hadoop Administration</h1> -<ul> -<li><a href="dfshealth.jsp">DFS Health/Status</a></li> -</ul> -</body> </html> http://git-wip-us.apache.org/repos/asf/hadoop/blob/059f774f/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/secondary/index.html ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/secondary/index.html b/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/secondary/index.html index 97e0207..f7ef858 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/secondary/index.html +++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/secondary/index.html @@ -21,15 +21,4 @@ <meta http-equiv="REFRESH" content="0;url=status.html" /> <title>Hadoop Administration</title> </head> -<body> -<script type="text/javascript"> -//<![CDATA[ -window.location.href='status.html'; -//]]> -</script> -<h1>Hadoop Administration</h1> -<ul> - <li><a href="status.jsp">Status</a></li> -</ul> -</body> </html> \ No newline at end of file
