HADOOP-14138. Remove S3A ref from META-INF service discovery, rely on existing core-default entry.
Contributed by Steve Loughran
(cherry picked from commit 51fefbe38b
)
This commit is contained in:
parent
c8b1112ed9
commit
c67d2f96da
|
@ -31,6 +31,9 @@ Release 2.7.4 - UNRELEASED
|
|||
|
||||
OPTIMIZATIONS
|
||||
|
||||
HADOOP-14138. Remove S3A ref from META-INF service discovery, rely on
|
||||
existing core-default entry (Steve Loughran via jlowe)
|
||||
|
||||
BUG FIXES
|
||||
|
||||
HADOOP-13362. DefaultMetricsSystem leaks the source name when a source
|
||||
|
|
|
@ -15,4 +15,3 @@
|
|||
|
||||
org.apache.hadoop.fs.s3.S3FileSystem
|
||||
org.apache.hadoop.fs.s3native.NativeS3FileSystem
|
||||
org.apache.hadoop.fs.s3a.S3AFileSystem
|
||||
|
|
Loading…
Reference in New Issue