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 <[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; > > >
