HADOOP-13634. Some configuration in doc has been outdated. Contributed by Genmao Yu
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/26d5df39 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/26d5df39 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/26d5df39 Branch: refs/heads/trunk Commit: 26d5df390cf976dcc1d17fc68d0fed789dc34e84 Parents: 846c5ce Author: Kai Zheng <[email protected]> Authored: Fri Sep 23 08:44:28 2016 +0800 Committer: Kai Zheng <[email protected]> Committed: Fri Sep 23 08:44:28 2016 +0800 ---------------------------------------------------------------------- .../src/site/markdown/tools/hadoop-aliyun/index.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/26d5df39/hadoop-tools/hadoop-aliyun/src/site/markdown/tools/hadoop-aliyun/index.md ---------------------------------------------------------------------- diff --git a/hadoop-tools/hadoop-aliyun/src/site/markdown/tools/hadoop-aliyun/index.md b/hadoop-tools/hadoop-aliyun/src/site/markdown/tools/hadoop-aliyun/index.md index 4095e06..88c83b5 100644 --- a/hadoop-tools/hadoop-aliyun/src/site/markdown/tools/hadoop-aliyun/index.md +++ b/hadoop-tools/hadoop-aliyun/src/site/markdown/tools/hadoop-aliyun/index.md @@ -167,7 +167,7 @@ please raise your issues with them. <property> <name>fs.oss.paging.maximum</name> - <value>500</value> + <value>1000</value> <description>How many keys to request from Aliyun OSS when doing directory listings at a time. </description> </property> @@ -196,11 +196,6 @@ please raise your issues with them. </property> <property> - <name>fs.oss.buffer.dir</name> - <description>Comma separated list of directories to buffer OSS data before uploading to Aliyun OSS</description> - </property> - - <property> <name>fs.oss.acl.default</name> <value></vaule> <description>Set a canned ACL for bucket. Value may be private, public-read, public-read-write. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
