The Apache Pig (version 0.4) patched for hadoop 0.19.x.
Apache Pig SVN: http://svn.apache.org/repos/asf/pig/tags/release-0.4.0
Patch applied: https://issues.apache.org/jira/browse/PIG-573
Getting Started
First download the binary package here and type these commands in bash:
tar xvfz pig-0.4.0.tar.gzexport PIG_HOME=/path/to/pig-0.4.0export PATH=$PIG_HOME/bin:$PATH
Then change the hadoop settings in $PIG_HOME/conf/pig.properties:
fs.default.name=hdfs://hdpnn:9000mapred.job.tracker=hdpjt:9001hadoop.job.ugi=
,mapred.job.queue.name=
Now you can try Pig via typing "pig"!
For more Pig documentation, go to http://pig.apache.org/.