Re: [VOTE] Release Hadoop 0.21.0 (candidate 2)

2010-08-20 Thread Tom White
On Fri, Aug 20, 2010 at 10:32 AM, Doug Cutting wrote: > +1 > > I verified the checksum & signature and ran some of the example programs.  I > also ran RAT to check that sources are licensed correctly. > > I only examined the merged artifact.  Do we need to release the others? I think we can relea

[jira] Created: (HADOOP-6917) Remove empty FTPFileSystemConfigKeys.java file

2010-08-20 Thread Tom White (JIRA)
Remove empty FTPFileSystemConfigKeys.java file -- Key: HADOOP-6917 URL: https://issues.apache.org/jira/browse/HADOOP-6917 Project: Hadoop Common Issue Type: Bug Affects Versions: 0.21.0

Re: [VOTE] Release Hadoop 0.21.0 (candidate 2)

2010-08-20 Thread Doug Cutting
+1 I verified the checksum & signature and ran some of the example programs. I also ran RAT to check that sources are licensed correctly. I only examined the merged artifact. Do we need to release the others? The out-of-box experience isn't great. There's no documentation at the top-level

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

where distributed cache start working

2010-08-20 Thread Gang Luo
Hi all, I go through the code, but couldn't find the place where distributed cache start working. I want to know between DistriubtedCache.addCacheFile at the master node and DistributedCache.getLocalCacheFiles at the client side, when and where are the files get distributed. Thanks, -Gang