Description
The warning telling people not to use s3 appears during filesystem initialization -even if you aren't using the FS. This is because it is printed during static initialization, and when the FS code loads all available filesystems, that static code is inited.
It needs to be moved into the init() code of an instance
Attachments
Attachments
Issue Links
- is broken by
-
HADOOP-13239 Deprecate s3:// in branch-2
- Resolved