Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Hadoop 2.6+ does not contain AWS S3 related filesystem by default.
So, IOException(No FileSystem for scheme) occurred while trying to access S3 via s3 or s3n schema.
I know it's not a Hama bug but it will be helpful to Hama users who using AWS S3 because it can be used by previous version(includes 1.x) without manual setting. Of course, we can also guide through the changes, without modification any source code.