This looks something that needs to be fixed in bin/pig. Jameson, feel free to raise jira for it.
Ashutosh On Tue, Jul 5, 2011 at 19:12, Jameson Li <[email protected]> wrote: > 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" >> >
