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