HADOOPJAR= Parameter File Option

Specifies the location of the Hadoop distribution JAR files.

Valid in: libnames.parm file
spdsserv.parm file
Interactions: If you specify this option in the spdsserv.parm file, it affects only domains that specify HADOOP=YES or domains that specify other Hadoop domain options.
If you specify any Hadoop domain option, SPD Server assumes that the HADOOP=YES option is set for that domain.
See: Making the Hadoop Cluster Configuration Files and Hadoop Distribution JAR Files Available to SPD Server

Syntax

HADOOPJAR=pathname;

Required Argument

pathname

specifies the directory path for the Hadoop distribution JAR files. Here is an example:

hadoopjar=/u/hadoop/hdist/cdh/cdh54;
Tip
If multiple paths are required, you can use the colon (:) to concatenate pathnames. Here is a UNIX example:
HADOOPJAR=/u/hadoop/hdist/cdh/cdh54:/u/myjars/cdh/cdh54;