This is an automated email from the ASF dual-hosted git repository.

stevel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 2bde5ccb813 HADOOP-19192. Log level is WARN when fail to load native 
hadoop libs (#6863)
2bde5ccb813 is described below

commit 2bde5ccb8139aa798eedf554bf52007895777595
Author: Cheng Pan <cheng...@apache.org>
AuthorDate: Sat Jun 15 02:05:27 2024 +0800

    HADOOP-19192. Log level is WARN when fail to load native hadoop libs (#6863)
    
    
    Updates the documentation to be consistent with the logging.
    
    Contributed by Cheng Pan
---
 .../hadoop-common/src/site/markdown/NativeLibraries.md.vm               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/hadoop-common-project/hadoop-common/src/site/markdown/NativeLibraries.md.vm 
b/hadoop-common-project/hadoop-common/src/site/markdown/NativeLibraries.md.vm
index 9756c42340d..a5d93a60e07 100644
--- 
a/hadoop-common-project/hadoop-common/src/site/markdown/NativeLibraries.md.vm
+++ 
b/hadoop-common-project/hadoop-common/src/site/markdown/NativeLibraries.md.vm
@@ -104,7 +104,7 @@ The bin/hadoop script ensures that the native hadoop 
library is on the library p
 During runtime, check the hadoop log files for your MapReduce tasks.
 
 * If everything is all right, then: `DEBUG util.NativeCodeLoader - Trying to 
load the custom-built native-hadoop library...` `INFO util.NativeCodeLoader - 
Loaded the native-hadoop library`
-* If something goes wrong, then: `INFO util.NativeCodeLoader - Unable to load 
native-hadoop library for your platform... using builtin-java classes where 
applicable`
+* If something goes wrong, then: `WARN util.NativeCodeLoader - Unable to load 
native-hadoop library for your platform... using builtin-java classes where 
applicable`
 
 Check
 -----


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

Reply via email to