Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.23.0
-
None
-
Reviewed
Description
Currently configuring FileSystem implementations must be done by declaring the FileSystem class in the Hadoop configuration files (core-default.xml, ...).
Using JDK ServiceLoader mechanism this configuration step can be avoided. Adding the JAR file with the additional FileSystem implementation would suffice.
This is similar to what is being proposed for compression codecs (HADOOP-7350).
Attachments
Attachments
Issue Links
- breaks
-
HADOOP-10716 Cannot use more than 1 har filesystem
- Closed
-
MAPREDUCE-4202 TestYarnClientProtocolProvider is broken
- Closed
- depends upon
-
HDFS-2096 Mavenization of hadoop-hdfs
- Closed
- relates to
-
HADOOP-7601 Move common fs implementations to a hadoop-fs module
- Resolved