[ 
https://issues.apache.org/jira/browse/HADOOP-13387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15384320#comment-15384320
 ] 

Steve Loughran commented on HADOOP-13387:
-----------------------------------------

example log
{code}
Discovery starting.
2016-07-19 16:07:43,375 INFO  s3.S3aIOSuite (Logging.scala:logInfo(54)) - 
Loading configuration from ../../cloud.xml
2016-07-19 16:07:43,713 WARN  util.NativeCodeLoader 
(NativeCodeLoader.java:<clinit>(62)) - Unable to load native-hadoop library for 
your platform... using builtin-java classes where applicable
S3FileSystem is deprecated and will be removed in future releases. Use 
NativeS3FileSystem or S3AFileSystem instead.
{code}

> users always get told off for using S3 —even when not using it.
> ---------------------------------------------------------------
>
>                 Key: HADOOP-13387
>                 URL: https://issues.apache.org/jira/browse/HADOOP-13387
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: fs/s3
>    Affects Versions: 2.8.0
>            Reporter: Steve Loughran
>
> 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



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to