Repository: hadoop Updated Branches: refs/heads/trunk 6aa09dc28 -> 2a942eed2
HADOOP-14045. Aliyun OSS documentation missing from website. 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/2a942eed Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/2a942eed Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/2a942eed Branch: refs/heads/trunk Commit: 2a942eed214015379ba26854e54372d9a919e6fb Parents: 6aa09dc Author: Yiqun Lin <[email protected]> Authored: Thu Feb 2 10:07:24 2017 +0800 Committer: Yiqun Lin <[email protected]> Committed: Thu Feb 2 10:07:24 2017 +0800 ---------------------------------------------------------------------- hadoop-project/src/site/site.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/2a942eed/hadoop-project/src/site/site.xml ---------------------------------------------------------------------- diff --git a/hadoop-project/src/site/site.xml b/hadoop-project/src/site/site.xml index 953f8f0..ee52a96 100644 --- a/hadoop-project/src/site/site.xml +++ b/hadoop-project/src/site/site.xml @@ -148,6 +148,7 @@ </menu> <menu name="Hadoop Compatible File Systems" inherit="top"> + <item name="Aliyun OSS" href="hadoop-aliyun/tools/hadoop-aliyun/index.html"/> <item name="Amazon S3" href="hadoop-aws/tools/hadoop-aws/index.html"/> <item name="Azure Blob Storage" href="hadoop-azure/index.html"/> <item name="Azure Data Lake Storage" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
