HADOOP-11480. Typo in hadoop-aws/index.md uses wrong scheme for test.fs.s3.name. Contributed by Ted Yu.
(cherry picked from commit 1a625b8158
)
This commit is contained in:
parent
5c0073e706
commit
e97613b429
|
@ -593,6 +593,9 @@ Release 2.7.0 - UNRELEASED
|
|||
HADOOP-11619. FTPFileSystem should override getDefaultPort.
|
||||
(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
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
|
|
@ -353,7 +353,7 @@ Example:
|
|||
|
||||
<property>
|
||||
<name>test.fs.s3.name</name>
|
||||
<value>s3a://test-aws-s3/</value>
|
||||
<value>s3://test-aws-s3/</value>
|
||||
</property>
|
||||
|
||||
<property>
|
||||
|
|
Loading…
Reference in New Issue