This is an automated email from the ASF dual-hosted git repository.
iwasakims pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/trunk by this push:
new b988487 HADOOP-16701. Fix broken links in site index.
b988487 is described below
commit b988487cae912247d48b6f9a2d65058695eaa124
Author: Masatake Iwasaki <[email protected]>
AuthorDate: Tue Nov 12 11:07:05 2019 +0900
HADOOP-16701. Fix broken links in site index.
Signed-off-by: Masatake Iwasaki <[email protected]>
---
hadoop-project/src/site/site.xml | 13 ++-----------
1 file changed, 2 insertions(+), 11 deletions(-)
diff --git a/hadoop-project/src/site/site.xml b/hadoop-project/src/site/site.xml
index 5f1a101..6ed2b32 100644
--- a/hadoop-project/src/site/site.xml
+++ b/hadoop-project/src/site/site.xml
@@ -73,6 +73,7 @@
<item name="Hadoop KMS" href="hadoop-kms/index.html"/>
<item name="Tracing"
href="hadoop-project-dist/hadoop-common/Tracing.html"/>
<item name="Unix Shell Guide"
href="hadoop-project-dist/hadoop-common/UnixShellGuide.html"/>
+ <item name="Registry"
href="hadoop-project-dist/hadoop-common/registry/index.html"/>
</menu>
<menu name="HDFS" inherit="top">
@@ -111,15 +112,6 @@
<item name="Provided Storage"
href="hadoop-project-dist/hadoop-hdfs/HdfsProvidedStorage.html"/>
</menu>
- <menu name="Ozone" inherit="top">
- <item name="Getting Started"
href="hadoop-project-dist/hadoop-hdfs/OzoneGettingStarted.html"/>
- <item name="Ozone Overview"
- href="hadoop-project-dist/hadoop-hdfs/OzoneOverview.html"/>
- <item name="Commands Reference"
href="hadoop-project-dist/hadoop-hdfs/OzoneCommandShell.html"/>
- <item name="Ozone Rest API"
href="hadoop-project-dist/hadoop-hdfs/OzoneRest.html"/>
- <item name="Ozone Metrics"
href="hadoop-project-dist/hadoop-hdfs/OzoneMetrics.html"/>
- </menu>
-
<menu name="MapReduce" inherit="top">
<item name="Tutorial"
href="hadoop-mapreduce-client/hadoop-mapreduce-client-core/MapReduceTutorial.html"/>
<item name="Commands Reference"
href="hadoop-mapreduce-client/hadoop-mapreduce-client-core/MapredCommands.html"/>
@@ -154,7 +146,6 @@
<item name="Running Applications in Docker Containers"
href="hadoop-yarn/hadoop-yarn-site/DockerContainers.html"/>
<item name="Using CGroups"
href="hadoop-yarn/hadoop-yarn-site/NodeManagerCgroups.html"/>
<item name="Secure Containers"
href="hadoop-yarn/hadoop-yarn-site/SecureContainer.html"/>
- <item name="Registry"
href="hadoop-yarn/hadoop-yarn-site/registry/index.html"/>
<item name="Reservation System"
href="hadoop-yarn/hadoop-yarn-site/ReservationSystem.html"/>
<item name="Graceful Decommission"
href="hadoop-yarn/hadoop-yarn-site/GracefulDecommission.html"/>
<item name="Opportunistic Containers"
href="hadoop-yarn/hadoop-yarn-site/OpportunisticContainers.html"/>
@@ -220,7 +211,7 @@
</menu>
<menu name="Reference" inherit="top">
- <item name="Changelog and Release Notes"
href="hadoop-project-dist/hadoop-common/release/index.html"/>
+ <item name="Changelog and Release Notes"
href="hadoop-project-dist/hadoop-common/release/"/>
<item name="Java API docs" href="api/index.html"/>
<item name="Unix Shell API"
href="hadoop-project-dist/hadoop-common/UnixShellAPI.html"/>
<item name="Metrics"
href="hadoop-project-dist/hadoop-common/Metrics.html"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]