Configuring a Linux runtime to use Hadoop native IO libraries
To use the Hadoop native IO libraries on Linux, configure a Linux basic runtime.
Procedure
-
Create a new folder under the basic runtime root directory and name it userlib/hadoop/native.
-
Extract the contents of either the hadoop-lib_native-Linux64.tar.gz or the hadoop-lib_native-Linux32.tar.gz to the new folder.
-
Set the library path in bin/atom.vmoptions to: —Djava.library.path=/home/userid/Boomi_AtomSphere/Atom_xxx_q/userlib/hadoop/native
-
Alternatively, you can set the environment variable to
export LD_LIBRARY_PATH=/home/userid/Boomi_AtomSphere/Atom/Atom_xxx_qa/**userlib/hadoop/native**