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/65c1469b Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/65c1469b Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/65c1469b Branch: refs/heads/branch-3.2 Commit: 65c1469b1afe25447d1b078b043052cd73138a76 Parents: b185964 Author: Inigo Goiri <[email protected]> Authored: Fri Oct 12 10:10:12 2018 -0700 Committer: Inigo Goiri <[email protected]> Committed: Fri Oct 12 10:10:52 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/65c1469b/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 7359087..1564ce3 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]
