
Using the HADOOP Procedure
Configuring SAS and Hadoop
To submit PROC HADOOP and connect to a Hadoop server, the following
configuration steps must be completed:
• To connect to the Hadoop server, a single configuration file must be created by
merging the properties from multiple Hadoop configuration files. The configuration
file must be identified with the PROC HADOOP CFG= server option. PROC
HADOOP supports several options that control access to the Hadoop server. For the
list of server options, see “Hadoop Server Options” on page 915.
• To submit PIG and MAPREDUCE statements, you must configure a required set of
Hadoop JAR files. The JAR files ...