Skip to content

Commit

Permalink
HADOOP-19192. Log level is WARN when fail to load native hadoop libs (#…
Browse files Browse the repository at this point in the history
…6863)


Updates the documentation to be consistent with the logging.

Contributed by Cheng Pan
  • Loading branch information
pan3793 authored Jun 14, 2024
1 parent a1f5dc5 commit 2bde5cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----
Expand Down

0 comments on commit 2bde5cc

Please sign in to comment.