Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Download hadoop.dlland winutils.exe ​https://github.com/cdarlint/winutils/tree/master/hadoop-3.2.2/bin (SnapLogic’s Hadoop version is 3.2.2)

  2. Create a temporary directory.

  3. Place the hadoop.dlland winutils.exe files in this path: c:\winutils\bin

  4. Set the environment variable HADOOP_HOME to point to c:\winutils

  5. Add c:\winutils\bin to the environment variable PATH as shown below:

  6. Add the JVM options in the Windows Snaplex:jcc.jvm_options= -Djava.library.path=c:\winutils\binC:\\testbin

    If you already have an existing jvm_options, then add: "-Djava.library.path=C:\\test" after the space.
    For example:jcc.jvm_options = -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8000 -Djava.library.path=c:\winutils\binC:\\testbin

  7. Restart the JCC for configurations to take effect.

...