Repository: hadoop Updated Branches: refs/heads/branch-3.0 61aba4f0c -> 1e7ea6604
HDFS-12695. Add a link to HDFS router federation document in site.xml. Contributed by Yiqun Lin. (cherry picked from commit b90750cfb8887fecbd83caff3800455b4f911339) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/1e7ea660 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/1e7ea660 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/1e7ea660 Branch: refs/heads/branch-3.0 Commit: 1e7ea660446b9e5c81007317451e684d693ad9cd Parents: 61aba4f Author: Yiqun Lin <[email protected]> Authored: Tue Oct 24 10:46:09 2017 +0800 Committer: Yiqun Lin <[email protected]> Committed: Tue Oct 24 10:48:19 2017 +0800 ---------------------------------------------------------------------- hadoop-project/src/site/site.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/1e7ea660/hadoop-project/src/site/site.xml ---------------------------------------------------------------------- diff --git a/hadoop-project/src/site/site.xml b/hadoop-project/src/site/site.xml index aebf719..d0ca1f8 100644 --- a/hadoop-project/src/site/site.xml +++ b/hadoop-project/src/site/site.xml @@ -103,6 +103,7 @@ <item name="Disk Balancer" href="hadoop-project-dist/hadoop-hdfs/HDFSDiskbalancer.html"/> <item name="Upgrade Domain" href="hadoop-project-dist/hadoop-hdfs/HdfsUpgradeDomain.html"/> <item name="DataNode Admin" href="hadoop-project-dist/hadoop-hdfs/HdfsDataNodeAdminGuide.html"/> + <item name="Router Federation" href="hadoop-project-dist/hadoop-hdfs/HDFSRouterFederation.html"/> </menu> <menu name="MapReduce" inherit="top"> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
