Antonio Magnaghi a écrit :
Benjamin,

Can you please attach a fragment of the code you were using previously
and that was working ok?

Do you mean PigContext code ? or my own "client" code ?
Because my own code is already under this line ;)
{code:java}
PigContext pigContext = new PigContext(ExecType.MAPREDUCE);
pigContext.setConf(myJobConf);
PigServer pigServer = new PigServer(pigContext);
...
{code}

I am using a copy from svn that does not contain the code factorization
changes, but don't' see setConf on PigContext.

Thanks,
-a.

pigContext.setConf(myJobConf) method was (briefly) present in PigContext 
r616129 because of PIG-69

Reply via email to