소스 검색

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 11 달 전
부모
커밋
2bde5ccb81
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
 -----