Hi Jerry, I did some tests on the lastest trunk and it worked for me. Can you provide some code snippets?
--Lorand On 04/10/2014 11:43 PM, Jerry Lam wrote:
Hi Lorand, Thanks for giving me a hand. I just tried. It doesn't work. I'm using Pig 0.10.1 that might be the reason why... Regards, Jerry On Wed, Apr 9, 2014 at 3:32 PM, Lorand Bendig <[email protected]> wrote:what about setting it via: PigTest.getPigServer().getPigContext().getProperties( ).setProperty("pig.import.search.path", "/path/to/script"); --Lorand On 04/09/2014 07:15 PM, Jerry Lam wrote:Hi Pig users, anyone knows how to set pig.import.search.path in junit test for PigTest? I have trouble to get it to run the PigTest because in my script, it imports other scripts. Any help is appreciated, Jerry
