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:
Steve Loughran 2017-03-02 21:41:49 +00:00 committed by Jason Lowe
parent c8b1112ed9
commit c67d2f96da
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -15,4 +15,3 @@
org.apache.hadoop.fs.s3.S3FileSystem
org.apache.hadoop.fs.s3native.NativeS3FileSystem
org.apache.hadoop.fs.s3a.S3AFileSystem