[
https://issues.apache.org/jira/browse/HADOOP-4650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647689#action_12647689
]
Hudson commented on HADOOP-4650:
--------------------------------
Integrated in Hadoop-trunk #661 (See
[http://hudson.zones.apache.org/hudson/job/Hadoop-trunk/661/])
. Correct a mismatch between the default value of
local.cache.size in the config and the source. Contributed by Jeff Hammerbacher.
> local.cache.size is set to 10 GB, while DEFAULT_CACHE_SIZE is set to 1 MB
> -------------------------------------------------------------------------
>
> Key: HADOOP-4650
> URL: https://issues.apache.org/jira/browse/HADOOP-4650
> Project: Hadoop Core
> Issue Type: Bug
> Components: filecache
> Reporter: Jeff Hammerbacher
> Assignee: Jeff Hammerbacher
> Priority: Trivial
> Fix For: 0.20.0
>
> Attachments: HADOOP-4650.patch
>
>
> In filecache.DistributedCache.java, the constant DEFAULT_CACHE_SIZE is set to
> 1 MB, while the value of local.cache.size in conf/hadoop-default.xml is 10
> GB. I'm assuming these two values should be consistent, and that 10 GB is the
> appropriate value.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.