Repository: hadoop Updated Branches: refs/heads/trunk fc570b55b -> 7ddef0fee
HDFS-10647. Add a link to HDFS disk balancer 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/7ddef0fe Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/7ddef0fe Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/7ddef0fe Branch: refs/heads/trunk Commit: 7ddef0fee40845c2a13f25206994a6279b7b5dbf Parents: fc570b5 Author: Akira Ajisaka <[email protected]> Authored: Tue Jul 19 14:46:07 2016 -0700 Committer: Akira Ajisaka <[email protected]> Committed: Tue Jul 19 14:46:07 2016 -0700 ---------------------------------------------------------------------- hadoop-project/src/site/site.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/7ddef0fe/hadoop-project/src/site/site.xml ---------------------------------------------------------------------- diff --git a/hadoop-project/src/site/site.xml b/hadoop-project/src/site/site.xml index c74c55b..de09016 100644 --- a/hadoop-project/src/site/site.xml +++ b/hadoop-project/src/site/site.xml @@ -100,7 +100,8 @@ <item name="Memory Storage Support" href="hadoop-project-dist/hadoop-hdfs/MemoryStorage.html"/> <item name="Synthetic Load Generator" href="hadoop-project-dist/hadoop-hdfs/SLGUserGuide.html"/> <item name="Erasure Coding" href="hadoop-project-dist/hadoop-hdfs/HDFSErasureCoding.html"/> - </menu> + <item name="Disk Balancer" href="hadoop-project-dist/hadoop-hdfs/HDFSDiskbalancer.html"/> + </menu> <menu name="MapReduce" inherit="top"> <item name="Tutorial" href="hadoop-mapreduce-client/hadoop-mapreduce-client-core/MapReduceTutorial.html"/> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
