I'm trying to install Accumulo 1.7.2 using these directions. ./bin/build_native_library.sh
seems to succeed, and libaccumulo.so
winds up in lib/native/libaccumulo.so
in the Accumulo install directory.
When I run ./bin/bootstrap_config.sh
, I pick "Native" for the Accumulo memory-map type, because the native library build succeeded. The script then complains:
HADOOP_PREFIX not set cannot automatically configure LD_LIBRARY_PATH
Please remember to compile the native libraries using the bin/build_native_library.sh script and to set the LD_LIBRARY_PATH variable in the /home/zk/accumulo/conf/accumulo-env.sh script if needed.
Hadoop is already installed and running, but I don't have a HADOOP_PREFIX
set. I tried setting it to the same thing as HADOOP_HOME
(that is, my Hadoop install directory), and the script complains that Native libraries could not be found for your system in
that directory. What is this script expecting HADOOP_PREFIX
to be?