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 a98c4df HADOOP-16702. Move documentation of hadoop-cos to under src
directory.
a98c4df is described below
commit a98c4dfc47e0e4e20b38baf6e879a3e3da537ef2
Author: Masatake Iwasaki <[email protected]>
AuthorDate: Tue Nov 12 14:54:29 2019 +0900
HADOOP-16702. Move documentation of hadoop-cos to under src directory.
Signed-off-by: Masatake Iwasaki <[email protected]>
---
.../hadoop-cos/{ => src}/site/markdown/cloud-storage/index.md | 2 +-
.../hadoop-cos/{ => src}/site/resources/css/site.css | 0
hadoop-project/src/site/site.xml | 2 +-
3 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/hadoop-cloud-storage-project/hadoop-cos/site/markdown/cloud-storage/index.md
b/hadoop-cloud-storage-project/hadoop-cos/src/site/markdown/cloud-storage/index.md
similarity index 96%
rename from
hadoop-cloud-storage-project/hadoop-cos/site/markdown/cloud-storage/index.md
rename to
hadoop-cloud-storage-project/hadoop-cos/src/site/markdown/cloud-storage/index.md
index 7049b3f..d4f8728 100644
---
a/hadoop-cloud-storage-project/hadoop-cos/site/markdown/cloud-storage/index.md
+++
b/hadoop-cloud-storage-project/hadoop-cos/src/site/markdown/cloud-storage/index.md
@@ -237,7 +237,7 @@ Hadoop-COS provides rich runtime properties to set, and
most of these do not req
| properties | description | default value | required |
|:----------:|:-----------|:-------------:|:--------:|
| fs.defaultFS | Configure the default file system used by Hadoop.| None | NO |
-| fs.cosn.credentials.provider | This option allows the user to specify how to
get the credentials. Comma-separated class names of credential provider classes
which implement com.qcloud.cos.auth.COSCredentialsProvider: <br> 1.
org.apache.hadoop.fs.cos.auth.SimpleCredentialProvider: Obtain the secret id
and secret key from `fs.cosn.userinfo.secretId` and
`fs.cosn.userinfo.secretKey` in core-site.xml; <br> 2.
org.apache.hadoop.fs.auth.EnvironmentVariableCredentialProvider: Obtain the
secre [...]
+| fs.cosn.credentials.provider | This option allows the user to specify how to
get the credentials. Comma-separated class names of credential provider classes
which implement com.qcloud.cos.auth.COSCredentialsProvider: <br/> 1.
org.apache.hadoop.fs.cos.auth.SimpleCredentialProvider: Obtain the secret id
and secret key from `fs.cosn.userinfo.secretId` and
`fs.cosn.userinfo.secretKey` in core-site.xml; <br/> 2.
org.apache.hadoop.fs.auth.EnvironmentVariableCredentialProvider: Obtain the sec
[...]
| fs.cosn.userinfo.secretId/secretKey | The API key information of your
account | None | YES |
| fs.cosn.bucket.region | The region where the bucket is located. | None | YES
|
| fs.cosn.impl | The implementation class of the CosN filesystem. | None | YES
|
diff --git
a/hadoop-cloud-storage-project/hadoop-cos/site/resources/css/site.css
b/hadoop-cloud-storage-project/hadoop-cos/src/site/resources/css/site.css
similarity index 100%
rename from hadoop-cloud-storage-project/hadoop-cos/site/resources/css/site.css
rename to
hadoop-cloud-storage-project/hadoop-cos/src/site/resources/css/site.css
diff --git a/hadoop-project/src/site/site.xml b/hadoop-project/src/site/site.xml
index 6ed2b32..25723a1 100644
--- a/hadoop-project/src/site/site.xml
+++ b/hadoop-project/src/site/site.xml
@@ -187,7 +187,7 @@
<item name="Azure Data Lake Storage"
href="hadoop-azure-datalake/index.html"/>
<item name="OpenStack Swift" href="hadoop-openstack/index.html"/>
- <item name="Tencent COS" href="hadoop-cos/index.html"/>
+ <item name="Tencent COS" href="hadoop-cos/cloud-storage/index.html"/>
</menu>
<menu name="Auth" inherit="top">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]