Re: Registering *.jar

2012-05-18 Thread Raghu Angadi
if you still want to use 8.1, you can apply 0.8 patch from https://issues.apache.org/jira/browse/PIG-2142 On Wed, May 16, 2012 at 5:04 PM, Mohit Anchlia wrote: > .8.1 > > On Wed, May 16, 2012 at 4:58 PM, Prashant Kommireddi >wrote: > > > What version are you using? > > > > Sent from my iPhone >

Re: Registering *.jar

2012-05-16 Thread Prashant Kommireddi
Daniel's blog post talks about it. Try it out. Sent from my iPhone On May 16, 2012, at 5:34 PM, Alan Gates wrote: > See http://hortonworks.com/blog/new-features-in-apache-pig-0-10/ > > Alan. > > On May 16, 2012, at 5:30 PM, Russell Jurney wrote: > >> Does 0.10+ do jar globbing? I need this too!

Re: Registering *.jar

2012-05-16 Thread Alan Gates
See http://hortonworks.com/blog/new-features-in-apache-pig-0-10/ Alan. On May 16, 2012, at 5:30 PM, Russell Jurney wrote: > Does 0.10+ do jar globbing? I need this too! > > Russell Jurney > twitter.com/rjurney > russell.jur...@gmail.com > datasyndrome.com > > On May 16, 2012, at 5:16 PM, Prash

Re: Registering *.jar

2012-05-16 Thread Russell Jurney
Does 0.10+ do jar globbing? I need this too! Russell Jurney twitter.com/rjurney russell.jur...@gmail.com datasyndrome.com On May 16, 2012, at 5:16 PM, Prashant Kommireddi wrote: > That's a quite old version. You might want to upgrade to 0.10 which > has a bunch of new features, improvements and

Re: Registering *.jar

2012-05-16 Thread Prashant Kommireddi
That's a quite old version. You might want to upgrade to 0.10 which has a bunch of new features, improvements and bug fixes. Sent from my iPhone On May 16, 2012, at 5:05 PM, Mohit Anchlia wrote: > .8.1 > > On Wed, May 16, 2012 at 4:58 PM, Prashant Kommireddi > wrote: > >> What version are you

Re: Registering *.jar

2012-05-16 Thread Prashant Kommireddi
I think 0.10 already supports globbing. Sent from my iPhone On May 16, 2012, at 5:05 PM, Ashutosh Chauhan wrote: > This I think is a useful feature to have. Another possibility is to let > user specify dir name and then add all the jars in that directory. > > register /home/hadoop/pigtest/ > >

Re: Registering *.jar

2012-05-16 Thread Mohit Anchlia
.8.1 On Wed, May 16, 2012 at 4:58 PM, Prashant Kommireddi wrote: > What version are you using? > > Sent from my iPhone > > On May 16, 2012, at 4:52 PM, Mohit Anchlia wrote: > > > I have something like this in pig script. But pig doesn't recognize *.jar > > regular expression. It seems to be look

Re: Registering *.jar

2012-05-16 Thread Ashutosh Chauhan
This I think is a useful feature to have. Another possibility is to let user specify dir name and then add all the jars in that directory. register /home/hadoop/pigtest/ Ashutosh On Wed, May 16, 2012 at 4:58 PM, Prashant Kommireddi wrote: > What version are you using? > > Sent from my iPhone >

Re: Registering *.jar

2012-05-16 Thread Prashant Kommireddi
What version are you using? Sent from my iPhone On May 16, 2012, at 4:52 PM, Mohit Anchlia wrote: > I have something like this in pig script. But pig doesn't recognize *.jar > regular expression. It seems to be looking for a file name "*.jar" Is there > a way to register using regular expressio

Registering *.jar

2012-05-16 Thread Mohit Anchlia
I have something like this in pig script. But pig doesn't recognize *.jar regular expression. It seems to be looking for a file name "*.jar" Is there a way to register using regular expression? SET mapred.map.tasks.speculative.execution false; %default ES_JAR_DIR '/root/elasticsearch/lib' %defa