
Submitting Pig Language Code
The Apache Pig language is a high-level programming language that creates MapReduce
programs that are used with Hadoop.
The PROC HADOOP PIG statement submits Pig language code into a Hadoop cluster.
For more information, see “PIG Statement” on page 921.
Submitting Configuration Properties
Rather than specifying a Hadoop configuration file, you can submit configuration
properties with the PROC HADOOP PROPERTIES statement. For more information,
see “PROPERTIES Statement” on page 922.
Examples: HADOOP Procedure
Example 1: Submitting HDFS Commands
Features: PROC HADOOP statement
HDFS statement
Other features: FILENAME statement ...