Re: Re: support for distributed cache archives

2013-11-07 Thread Jim Donofrio
Thanks I submitted a patch on https://issues.apache.org/jira/browse/PIG-3563 On 11/04/2013 11:33 AM, Alan Gates wrote: I don't see why we couldn't. Step one would be to file a JIRA. After that, if you have the time and inclination feel free to provide a patch for it. Alan. On Nov 1, 2013, a

Re: support for distributed cache archives

2013-11-04 Thread Alan Gates
I don't see why we couldn't. Step one would be to file a JIRA. After that, if you have the time and inclination feel free to provide a patch for it. Alan. On Nov 1, 2013, at 10:31 PM, Jim Donofrio wrote: > Any thoughts on this? > > On 10/22/2013 10:36 AM, Jim Donofrio wrote: >> JobControlCom

Re: support for distributed cache archives

2013-11-02 Thread Jim Donofrio
Any thoughts on this? On 10/22/2013 10:36 AM, Jim Donofrio wrote: JobControlCompiler.setupDistributedCache only calls DistributedCache.addCacheFile. Can you add support for adding archives in the distributed cache by calling DistributedCache.addCacheArchive based on a set of typical file extensi

support for distributed cache archives

2013-10-22 Thread Jim Donofrio
JobControlCompiler.setupDistributedCache only calls DistributedCache.addCacheFile. Can you add support for adding archives in the distributed cache by calling DistributedCache.addCacheArchive based on a set of typical file extensions or by adding a getCacheArchives() method to EvalFunc? Thank