فهرست منبع

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
Cheng Pan 10 ماه پیش
والد
کامیت
4eeb10318f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      hadoop-common-project/hadoop-common/src/site/markdown/NativeLibraries.md.vm

+ 1 - 1
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
 -----