TestLocal_S3FileContextURI test is creating wrong FileContext for testing
-------------------------------------------------------------------------
Key: HADOOP-6296
URL: https://issues.apache.org/jira/browse/HADOOP-6296
Project: Hadoop Common
Issue Type: Bug
Reporter: Boris Shkolnik
S3Conf.set( FsConfig.FS_DEFAULT_NAME, S3Conf.get("test.fs.s3.name"));
is translated to
S3Conf.set("file://", "s3:///")
instead it should use
S3Conf.set("fs.defautlFS", "s3:///") or something like this.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.