You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@pig.apache.org by Jim Donofrio <do...@gmail.com> on 2013/10/22 16:36:28 UTC

support for distributed cache archives

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?

Thanks

Re: Re: support for distributed cache archives

Posted by Jim Donofrio <do...@gmail.com>.
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, at 10:31 PM, Jim Donofrio wrote:
>
>> 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 extensions or by adding a
>>> getCacheArchives() method to EvalFunc?
>>>
>>> Thanks
>
>

Re: support for distributed cache archives

Posted by Alan Gates <ga...@hortonworks.com>.
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:
>> 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?
>> 
>> Thanks


-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: support for distributed cache archives

Posted by Jim Donofrio <do...@gmail.com>.
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 extensions or by adding a
> getCacheArchives() method to EvalFunc?
>
> Thanks