You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by iw...@apache.org on 2021/02/23 22:57:16 UTC

[hadoop] branch branch-3.2 updated: HADOOP-17538. Add kms-default.xml and httpfs-default.xml to site index. (#2716)

This is an automated email from the ASF dual-hosted git repository.

iwasakims pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.2 by this push:
     new 165eaaf  HADOOP-17538. Add kms-default.xml and httpfs-default.xml to site index. (#2716)
165eaaf is described below

commit 165eaafabaa538b0821049c80def90abffc3e9c9
Author: Masatake Iwasaki <iw...@apache.org>
AuthorDate: Wed Feb 24 07:46:02 2021 +0900

    HADOOP-17538. Add kms-default.xml and httpfs-default.xml to site index. (#2716)
    
    (cherry picked from commit e9a3c2950e869482a8f1a9d7027c1b0b0f1bbd0d)
---
 hadoop-project/src/site/site.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/hadoop-project/src/site/site.xml b/hadoop-project/src/site/site.xml
index ba08ef9..5e0cf66 100644
--- a/hadoop-project/src/site/site.xml
+++ b/hadoop-project/src/site/site.xml
@@ -221,6 +221,8 @@
       <item name="hdfs-rbf-default.xml" href="hadoop-project-dist/hadoop-hdfs-rbf/hdfs-rbf-default.xml"/>
       <item name="mapred-default.xml" href="hadoop-mapreduce-client/hadoop-mapreduce-client-core/mapred-default.xml"/>
       <item name="yarn-default.xml" href="hadoop-yarn/hadoop-yarn-common/yarn-default.xml"/>
+      <item name="kms-default.xml" href="hadoop-kms/kms-default.html"/>
+      <item name="httpfs-default.xml" href="hadoop-hdfs-httpfs/httpfs-default.html"/>
       <item name="Deprecated Properties" href="hadoop-project-dist/hadoop-common/DeprecatedProperties.html"/>
     </menu>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org