Member since
02-16-2022
1
Post
1
Kudos Received
0
Solutions
02-16-2022
06:47 PM
1 Kudo
This answer may not help the person who asked but still wanted to post it as somebody could benefit from it. There are multiple ways to solve this that explained in this artilce. https://sparkbyexamples.com/hadoop/hadoop-unable-to-load-native-hadoop-library-for-your-platform-warning/ For me, setting the below environments solved my problem. export LD_LIBRARY_PATH=$HADOOP_HOME/lib/native # (OR) If you have hadoop library installed at /usr/lib/ export LD_LIBRARY_PATH=/usr/lib/hadoop/lib/native Thanks
... View more