Repository: hadoop Updated Branches: refs/heads/branch-2 08cfd010a -> 3d36f75f2
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/3d36f75f Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/3d36f75f Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/3d36f75f Branch: refs/heads/branch-2 Commit: 3d36f75f23bd6df2c906b38bcf3d075226084d52 Parents: 08cfd01 Author: Yiqun Lin <[email protected]> Authored: Tue Oct 24 10:46:09 2017 +0800 Committer: Yiqun Lin <[email protected]> Committed: Tue Oct 24 10:50:39 2017 +0800 ---------------------------------------------------------------------- hadoop-project/src/site/site.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/3d36f75f/hadoop-project/src/site/site.xml ---------------------------------------------------------------------- diff --git a/hadoop-project/src/site/site.xml b/hadoop-project/src/site/site.xml index e20fdec..62e9deb 100644 --- a/hadoop-project/src/site/site.xml +++ b/hadoop-project/src/site/site.xml @@ -100,6 +100,7 @@ <item name="Memory Storage Support" href="hadoop-project-dist/hadoop-hdfs/MemoryStorage.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]
