http://thedatachef.blogspot.com/2011/01/apache-pig-08-with-cloudera-cdh3.html
a little difference: update "for jar in $HADOOP_HOME/hadoop-core-*.jar $HADOOP_HOME/lib/* ; do" to "for jar in $HADOOP_HOME/hadoop*core*.jar $HADOOP_HOME/lib/* ; do" 2011/7/4 Dmitriy Ryaboy <[email protected]> > Use the jar built with "ant jar-withouthadoop" and make sure your > HADOOP_HOME is set so that the production hadoop jars get picked up. > Check what the classpath is that pig will use by running "pig > -secretDebugCmd" >
