HDFS-13802. RBF: Remove FSCK from Router Web UI. Contributed by Fei Hui. (cherry picked from commit f63ee083db7c261207b726f0f44be2e5a92124f3)
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/0ba62102 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/0ba62102 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/0ba62102 Branch: refs/heads/branch-2 Commit: 0ba621029cb419e6ea0c6cbc3c98b548f81d9f67 Parents: 437bfa9 Author: Inigo Goiri <[email protected]> Authored: Fri Oct 12 10:10:12 2018 -0700 Committer: Inigo Goiri <[email protected]> Committed: Fri Oct 12 10:12:40 2018 -0700 ---------------------------------------------------------------------- .../hadoop-hdfs-rbf/src/main/webapps/router/federationhealth.html | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/0ba62102/hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/webapps/router/federationhealth.html ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/webapps/router/federationhealth.html b/hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/webapps/router/federationhealth.html index 37fcb92..cf19c94 100644 --- a/hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/webapps/router/federationhealth.html +++ b/hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/webapps/router/federationhealth.html @@ -44,7 +44,6 @@ <li><a href="jmx">Metrics</a></li> <li><a href="conf">Configuration</a></li> <li><a href="logs">Logs</a></li> - <li><a href="fsck">FSCK</a></li> </ul> </li> </ul> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
