HADOOP-15868. AliyunOSS: update document for properties of multiple part 
download, multiple part upload and directory copy. Contributed by Jinhu Wu.


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/7574d185
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/7574d185
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/7574d185

Branch: refs/heads/HDFS-13532
Commit: 7574d18538e838f40581519080d7c8621c65e53b
Parents: 38a65e3
Author: Sammi Chen <sammi.c...@intel.com>
Authored: Fri Oct 26 15:19:56 2018 +0800
Committer: Sammi Chen <sammi.c...@intel.com>
Committed: Fri Oct 26 15:19:56 2018 +0800

----------------------------------------------------------------------
 .../site/markdown/tools/hadoop-aliyun/index.md  | 36 ++++++++++++++++++++
 1 file changed, 36 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/7574d185/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 0703790..0c3131d 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
@@ -229,6 +229,42 @@ please raise your issues with them.
     </property>
 
     <property>
+      <name>fs.oss.upload.active.blocks</name>
+      <value>4</value>
+      <description>Active(Concurrent) upload blocks when uploading a 
file.</description>
+    </property>
+
+    <property>
+      <name>fs.oss.multipart.download.threads</name>
+      <value>10</value>
+      <description>The maximum number of threads allowed in the pool for 
multipart download and upload.</description>
+    </property>
+
+    <property>
+      <name>fs.oss.multipart.download.ahead.part.max.number</name>
+      <value>4</value>
+      <description>The maximum number of read ahead parts when reading a 
file.</description>
+    </property>
+
+    <property>
+      <name>fs.oss.max.total.tasks</name>
+      <value>128</value>
+      <description>The maximum queue number for multipart download and 
upload.</description>
+    </property>
+
+    <property>
+      <name>fs.oss.max.copy.threads</name>
+      <value>25</value>
+      <description>The maximum number of threads allowed in the pool for copy 
operations.</description>
+    </property>
+
+    <property>
+      <name>fs.oss.max.copy.tasks.per.dir</name>
+      <value>5</value>
+      <description>The maximum number of concurrent tasks allowed when copying 
a directory.</description>
+    </property>
+
+    <property>
       <name>fs.oss.multipart.upload.threshold</name>
       <value>20971520</value>
       <description>Minimum size in bytes before we start a multipart uploads 
or copy.</description>


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

Reply via email to