Repository: hadoop Updated Branches: refs/heads/branch-2 437bfa90c -> 0ba621029 refs/heads/branch-2.9 550db5f35 -> 81d3208a8 refs/heads/branch-3.0 2abc4ab60 -> 53b522af6 refs/heads/branch-3.1 bed2f407a -> 6342a7cb9 refs/heads/branch-3.2 b185964b1 -> 65c1469b1 refs/heads/trunk 38fe447d9 -> f63ee083d
HDFS-13802. RBF: Remove FSCK from Router Web UI. Contributed by Fei Hui. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/f63ee083 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/f63ee083 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/f63ee083 Branch: refs/heads/trunk Commit: f63ee083db7c261207b726f0f44be2e5a92124f3 Parents: 38fe447 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:12 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/f63ee083/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]
