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 > [email protected] > datasyndrome.com > > On May 16, 2012, at 5:16 PM, Prashant Kommireddi <[email protected]> wrote: > >> 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 <[email protected]> wrote: >> >>> .8.1 >>> >>> On Wed, May 16, 2012 at 4:58 PM, Prashant Kommireddi >>> <[email protected]>wrote: >>> >>>> What version are you using? >>>> >>>> Sent from my iPhone >>>> >>>> On May 16, 2012, at 4:52 PM, Mohit Anchlia <[email protected]> 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 expression? >>>>> >>>>> SET mapred.map.tasks.speculative.execution false; >>>>> >>>>> %default ES_JAR_DIR '/root/elasticsearch/lib' >>>>> >>>>> %default INDEX 'testIdx' >>>>> >>>>> %default OBJ 'testType' >>>>> >>>>> register /home/hadoop/pigtest/*.jar; >>>>
