Praveen,

Thanks for your response.

> add build/ivy/lib/Pig dir to build path in eclipse

The unresolved dependencies I am getting are related to something else.

The jars in this directory were/are already included in my eclipse Build
Path ... presumably put there by the 'ant eclipse-files' step at
https://cwiki.apache.org/confluence/display/PIG/How+to+set+up+Eclipse+environment


The dependencies that I am missing are:
org.apache.tez.*
org.apache.hadoop.yarn.*

I can't find .jar files which contain these classes anyplace in my pig
sandbox.

$ for jar in $(find . -name \*.jar) ; do echo $jar ; jar tf $jar | grep
org/apache/tez ; done


I have not yet found the the "ivy equivalent" of a local maven .m2
repository, but am still looking.


Michael

Reply via email to