Thanks Daniel. That makes sense.
On Sep 22, 2011, at 3:49 PM, Daniel Dai wrote:
> Pig assumes "pig.additional.jars" a system property. Need to find
> someway to put "pig.additional.jars" in system property before
> launching test. I can make it work by putting
>
> into task in build.xml, thoug
Pig assumes "pig.additional.jars" a system property. Need to find
someway to put "pig.additional.jars" in system property before
launching test. I can make it work by putting
into task in build.xml, though I am not sure it is acceptable
for your case.
Daniel
On Thu, Sep 22, 2011 at 11:43 AM, Je
Is there a way to use -Dpig.additional.jars with pigunit to auto-register jars
for unit test scripts? Maybe we're just missing something because this seems
like a basic thing that people would like to use. I see in
test/org/apache/pig/test/pigunit/TestPigTest.java that there is a commented out