Zaki Rahaman
Fri, 05 Feb 2010 11:37:32 -0800
Sent from my iPhoneOn Feb 5, 2010, at 1:58 PM, Chris Riccomini <criccom...@linkedin.com> wrote:
What I want to do is register the jar WITHOUT register. That is, when I issue my pig commandline call to start pig, it will register it at thatpoint rather than in my pig script.This will save our users from all having to register 3 or 4 jars that theyalways will need to use pig effectively on our Hadoop cluster. Thanks, ChrisOn 2/5/10 10:46 AM, "Ashutosh Chauhan" <ashutosh.chau...@gmail.com> wrote:'register' is your friend here http://hadoop.apache.org/pig/docs/r0.5.0/piglatin_reference.html#REGISTER AshutoshOn Thu, Feb 4, 2010 at 23:25, Chris Riccomini <criccom...@linkedin.com > wrote:Hi All,We have a use-case where we want to automatically register certain jars for command-line users. I tried using –jar, but this switch seems t o doabsolutely nothing. How do we go about auto-registering jars using pig? Any help is much appreciated. Thanks in advance! Chris