HDFS-12695. Add a link to HDFS router federation document in site.xml. Contributed by Yiqun Lin.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b90750cf Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/b90750cf Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/b90750cf Branch: refs/heads/HDFS-9806 Commit: b90750cfb8887fecbd83caff3800455b4f911339 Parents: 5da295a Author: Yiqun Lin <[email protected]> Authored: Tue Oct 24 10:46:09 2017 +0800 Committer: Yiqun Lin <[email protected]> Committed: Tue Oct 24 10:46:09 2017 +0800 ---------------------------------------------------------------------- hadoop-project/src/site/site.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/b90750cf/hadoop-project/src/site/site.xml ---------------------------------------------------------------------- diff --git a/hadoop-project/src/site/site.xml b/hadoop-project/src/site/site.xml index 4512947..ae92605 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]
