Skip to content

Errors and Fixes

Peizhao Hu edited this page Jun 7, 2019 · 9 revisions

Common Errors or Warnings

unable to load native-hadoop library

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

Errors on Linux

Errors on Mac OS X

Failed to install the Boost package

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