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:
Cheng Pan 2024-06-15 02:05:27 +08:00 committed by GitHub
parent a1f5dc5865
commit 2bde5ccb81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
-----