I am using Hadoop in Mac OS X. I think I installed Hadoop properly. When I tried to run an example WordCount problem, I got this error:
INFO util.NativeCodeLoader - Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
From Googling this error, I learned that Hadoop Native Libraries are not supported in Mac OS.
Is there a way to load the Native Hadoop Library for Mac using some third-party software?