Re: pig.import.search.path not working in 0.10.0

2012-09-10 Thread Cheolsoo Park
Hi, Can you please try the patch for PIG-2729? I believe that that fixes the issue. Thanks, Cheolsoo On Mon, Sep 10, 2012 at 10:15 AM, Vincent Barat wrote: > Hi, > > I've a very simple script that try to import a PIG file: > > set pig.import.search.path '/tmp' > import 'event.pig'; > > Even

pig.import.search.path not working in 0.10.0

2012-09-10 Thread Vincent Barat
Hi, I've a very simple script that try to import a PIG file: set pig.import.search.path '/tmp' import 'event.pig'; Even if the file /tmp/event.pig exists, it cannot be found. It seems that the function getImportScriptAsReader that deals with th

Re: pig.import.search.path not working in 0.10.0 ?

2012-09-05 Thread Johannes Schwenk
Hi! You are correct. Please see https://issues.apache.org/jira/browse/PIG-2729 Greetings, Johannes Am 05.09.2012 12:37, schrieb Vincent Barat: > Hi, > > I've a very simple script that try to import a PIG file: > > set pig.import.search.path '/tmp' > import 'event.pig'; > > Even if the file /

pig.import.search.path not working in 0.10.0 ?

2012-09-05 Thread Vincent Barat
Hi, I've a very simple script that try to import a PIG file: set pig.import.search.path '/tmp' import 'event.pig'; Even if the file /tmp/event.pig exists, it cannot be found. It seems that the function getImportScriptAsReader that deals with the pig.import.search.path property is not even cal