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