Skip to main content
Feedback

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

  1. Create a new folder under the basic runtime root directory and name it userlib/hadoop/native.

  2. Extract the contents of either the hadoop-lib_native-Linux64.tar.gz or the hadoop-lib_native-Linux32.tar.gz to the new folder.

  3. Set the library path in bin/atom.vmoptions to: —Djava.library.path=/home/userid/Boomi_AtomSphere/Atom_xxx_q/userlib/hadoop/native

  4. Alternatively, you can set the environment variable to export LD_LIBRARY_PATH=/home/userid/Boomi_AtomSphere/Atom/Atom_xxx_qa/**userlib/hadoop/native**

On this Page