Re: Questions on how to use DistributedCache

2008-05-23 Thread Taeho Kang
PM To: core-user@hadoop.apache.org Subject: Re: Questions on how to use DistributedCache Thanks for your reply. Just one more thing to ask.. From what I see from the source code, it looks like the files/jars registered in DistributedCache gets uploaded to DFS and then downloaded

Re: Questions on how to use DistributedCache

2008-05-22 Thread Arun C Murthy
On May 21, 2008, at 10:45 PM, Taeho Kang wrote: Dear all, I am trying to use DistributedCache class for distributing files required for running my jobs. While API documentation provides good guidelines, Is there any tips or usage examples (e.g. sample codes)?

Re: Questions on how to use DistributedCache

2008-05-22 Thread Edward J. Yoon
Long time no see, T If you do this on your own, please contribute it back to Hadoop! *smile* Edward On Thu, May 22, 2008 at 4:20 PM, Arun C Murthy [EMAIL PROTECTED] wrote: On May 21, 2008, at 10:45 PM, Taeho Kang wrote: Dear all, I am trying to use DistributedCache class for distributing

RE: Questions on how to use DistributedCache

2008-05-22 Thread Devaraj Das
-Original Message- From: Taeho Kang [mailto:[EMAIL PROTECTED] Sent: Thursday, May 22, 2008 3:41 PM To: core-user@hadoop.apache.org Subject: Re: Questions on how to use DistributedCache Thanks for your reply. Just one more thing to ask.. From what I see from the source

Questions on how to use DistributedCache

2008-05-21 Thread Taeho Kang
Dear all, I am trying to use DistributedCache class for distributing files required for running my jobs. While API documentation provides good guidelines, Is there any tips or usage examples (e.g. sample codes)? If you could share your experience with me, I would really appreciate it. Thank