Skip to main content
Feedback

Configuring a Windows runtime to use Hadoop native IO libraries

To use the Hadoop native IO libraries on Windows,, configure a Windows basic runtime. .

Procedure

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

  2. Extract the contents of the hadoop-bin-Win32.zip or hadoop-bin-Win64.zip to the new folder.

  3. Set the library path in bin/atom.vmoptions to: -Dhadoop.home.dir=atom_installation_directory/userlib/hadoop -Djava.library.path=atom_installation_directory/userlib/hadoop/bin.

On this Page