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

Hudson commented on HDFS-9082:
------------------------------

FAILURE: Integrated in Hadoop-Mapreduce-trunk #2339 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk/2339/])
HDFS-9082. Change the log level in WebHdfsFileSystem.initialize() from INFO to 
DEBUG. Contributed by Santhosh Nayak. (cnauroth: rev 
559c09dc0eba28666c4b16435512cc2d35e31683)
* hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
* 
hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/web/WebHdfsFileSystem.java


> Change the log level in WebHdfsFileSystem.initialize() from INFO to DEBUG
> -------------------------------------------------------------------------
>
>                 Key: HDFS-9082
>                 URL: https://issues.apache.org/jira/browse/HDFS-9082
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>          Components: webhdfs
>            Reporter: Santhosh G Nayak
>            Assignee: Santhosh G Nayak
>            Priority: Minor
>             Fix For: 2.8.0
>
>         Attachments: HDFS-9082.1.patch
>
>
> Log info statements described below show up in the stdouts of {{FileSystem}} 
> operations on {{WebHdfsFileSystem}}. So, the proposal is to change the log 
> level from INFO to DEBUG.
>  
> {code}
>  if(isOAuth) {
>       LOG.info("Enabling OAuth2 in WebHDFS");
>       connectionFactory = URLConnectionFactory
>           .newOAuth2URLConnectionFactory(conf);
>     } else {
>       LOG.info("Not enabling OAuth2 in WebHDFS");
>       connectionFactory = URLConnectionFactory
>           .newDefaultURLConnectionFactory(conf);
>     }
> {code}



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

Reply via email to