[
https://issues.apache.org/jira/browse/HADOOP-8075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eli Collins updated HADOOP-8075:
--------------------------------
Description:
The following log shows up in stderr all commands. We've already got a warning
if the native library can't be loaded, don't need to log this every time at
info level.
{noformat}
[eli@centos6 ~]$ hadoop fs -cat /user/eli/foo
12/02/12 20:10:20 INFO util.NativeCodeLoader: Loaded the native-hadoop library
{noformat}
was:
The following log shows up in all commands. It's useful to have it in the
server log, but let's figure out a way so that it isn't logged eg every time
you cat a file.
{noformat}
[eli@centos6 ~]$ hadoop fs -cat /user/eli/foo
12/02/12 20:10:20 INFO util.NativeCodeLoader: Loaded the native-hadoop library
{noformat}
> Lower native-hadoop library log from info to debug
> ---------------------------------------------------
>
> Key: HADOOP-8075
> URL: https://issues.apache.org/jira/browse/HADOOP-8075
> Project: Hadoop Common
> Issue Type: Improvement
> Components: native
> Affects Versions: 0.23.0, 2.0.0-alpha
> Reporter: Eli Collins
> Assignee: Hızır Sefa İrken
> Labels: newbie
> Fix For: 2.2.0-alpha
>
> Attachments: HDFS-8075.patch
>
>
> The following log shows up in stderr all commands. We've already got a
> warning if the native library can't be loaded, don't need to log this every
> time at info level.
> {noformat}
> [eli@centos6 ~]$ hadoop fs -cat /user/eli/foo
> 12/02/12 20:10:20 INFO util.NativeCodeLoader: Loaded the native-hadoop library
> {noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira