瀏覽代碼

HADOOP-11480. Typo in hadoop-aws/index.md uses wrong scheme for test.fs.s3.name. Contributed by Ted Yu.

(cherry picked from commit 1a625b8158ab1cf765fbda962ba725503409d9fe)
Akira Ajisaka 10 年之前
父節點
當前提交
e97613b429

+ 3 - 0
hadoop-common-project/hadoop-common/CHANGES.txt

@@ -593,6 +593,9 @@ Release 2.7.0 - UNRELEASED
     HADOOP-11619. FTPFileSystem should override getDefaultPort.
     HADOOP-11619. FTPFileSystem should override getDefaultPort.
     (Brahma Reddy Battula via gera)
     (Brahma Reddy Battula via gera)
 
 
+    HADOOP-11480. Typo in hadoop-aws/index.md uses wrong scheme for
+    test.fs.s3.name. (Ted Yu via aajisaka)
+
 Release 2.6.1 - UNRELEASED
 Release 2.6.1 - UNRELEASED
 
 
   INCOMPATIBLE CHANGES
   INCOMPATIBLE CHANGES

+ 2 - 2
hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/index.md

@@ -353,7 +353,7 @@ Example:
     
     
       <property>
       <property>
         <name>test.fs.s3.name</name>
         <name>test.fs.s3.name</name>
-        <value>s3a://test-aws-s3/</value>
+        <value>s3://test-aws-s3/</value>
       </property>
       </property>
   
   
       <property>
       <property>
@@ -493,4 +493,4 @@ Example:
 This example pulls in the `auth-keys.xml` file for the credentials. 
 This example pulls in the `auth-keys.xml` file for the credentials. 
 This provides one single place to keep the keys up to date —and means
 This provides one single place to keep the keys up to date —and means
 that the file `contract-test-options.xml` does not contain any
 that the file `contract-test-options.xml` does not contain any
-secret credentials itself.
+secret credentials itself.