-
Notifications
You must be signed in to change notification settings - Fork 7
Errors and Fixes
Peizhao Hu edited this page Jun 7, 2019
·
9 revisions
WARN NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable"
Solution:
export LD_LIBRARY_PATH=$HADOOP_HOME/lib/native:$LD_LIBRARY_PATH
Failed to build Boost. Build build engine
Consult 'bootstrap.log' for more details"
rm -rf $BOOST" command failed with exit code 1.
Refer to bootstrap.log file which can be found in: /Deps/Boost/
If you see the following log output:cc: error: unable to find utility "clang", not a developer tool or in PATH Then run
sudo xcode-select --switch /Library/Developer/CommandLineTools