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
This commit is contained in:
parent
a1f5dc5865
commit
2bde5ccb81
@ -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.
|
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 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
|
Check
|
||||||
-----
|
-----
|
||||||
|
Loading…
Reference in New Issue
Block a user