Re: where distributed cache start working

2010-08-27 Thread Hemanth Yamijala
> > - 原始邮件 > 发件人: Arun C Murthy > 收件人: mapreduce-u...@hadoop.apache.org > 发送日期: 2010/8/22 (周日) 9:38:02 下午 > 主 题: Re: where distributed cache start working > > Moving to mapreduce-user@, bcc common-...@. Please use the project specific > lists. > > Distributed

Re: where distributed cache start working

2010-08-25 Thread Gang Luo
, B, C and D). Whose timestamp is used by DistributedCache? Thanks. -Gang - 原始邮件 发件人: Arun C Murthy 收件人: mapreduce-u...@hadoop.apache.org 发送日期: 2010/8/22 (周日) 9:38:02 下午 主 题: Re: where distributed cache start working Moving to mapreduce-user@, bcc common-...@. Please use the

Re: where distributed cache start working

2010-08-25 Thread Gang Luo
; re-distributed the cache again anyway? > > Thanks, > -Gang > > > > > - 原始邮件 > 发件人: Jeff Zhang > 收件人: common-dev@hadoop.apache.org > 发送日期: 2010/8/20 (周五) 11:22:49 上午 > 主 题: Re: where distributed cache start working > > Hi Gang, > > In the TaskRunne

Re: where distributed cache start working

2010-08-22 Thread Jeff Zhang
; Thanks, > -Gang > > > > > - 原始邮件 > 发件人: Jeff Zhang > 收件人: common-dev@hadoop.apache.org > 发送日期: 2010/8/20 (周五) 11:22:49 上午 > 主   题: Re: where distributed cache start working > > Hi Gang, > > In the TaskRunner's run() method, hadoop will dow

Re: where distributed cache start working

2010-08-22 Thread Arun C Murthy
distributed the cache again anyway? Thanks, -Gang - 原始邮件 发件人: Jeff Zhang 收件人: common-dev@hadoop.apache.org 发送日期: 2010/8/20 (周五) 11:22:49 上午 主 题: Re: where distributed cache start working Hi Gang, In the TaskRunner's run() method, hadoop will download the cache files which y

Re: where distributed cache start working

2010-08-22 Thread Gang Luo
hanks, -Gang - 原始邮件 发件人: Jeff Zhang 收件人: common-dev@hadoop.apache.org 发送日期: 2010/8/20 (周五) 11:22:49 上午 主 题: Re: where distributed cache start working Hi Gang, In the TaskRunner's run() method, hadoop will download the cache files which you set on the client side to local, then

Re: where distributed cache start working

2010-08-20 Thread Jeff Zhang
Hi Gang, In the TaskRunner's run() method, hadoop will download the cache files which you set on the client side to local, then the forked child jvm can use these cache files locally. On Fri, Aug 20, 2010 at 8:08 AM, Gang Luo wrote: > Hi all, > I go through the code, but couldn't find the plac