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/6e5d0528 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/6e5d0528 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/6e5d0528 Branch: refs/heads/branch-2-jhung-test Commit: 6e5d0528a48e18e5848e5240782f823589d15fa1 Parents: ec9a67f Author: Inigo Goiri <[email protected]> Authored: Fri Oct 12 10:10:12 2018 -0700 Committer: Jonathan Hung <[email protected]> Committed: Fri Dec 14 16:03:55 2018 -0800 ---------------------------------------------------------------------- .../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/6e5d0528/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]
