Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 93968 invoked from network); 14 Nov 2008 18:34:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Nov 2008 18:34:45 -0000 Received: (qmail 94899 invoked by uid 500); 14 Nov 2008 18:34:45 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 94862 invoked by uid 500); 14 Nov 2008 18:34:45 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 94547 invoked by uid 99); 14 Nov 2008 18:34:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Nov 2008 10:34:44 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Nov 2008 18:33:31 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8F497234C2A5 for ; Fri, 14 Nov 2008 10:33:44 -0800 (PST) Message-ID: <1596058590.1226687624585.JavaMail.jira@brutus> Date: Fri, 14 Nov 2008 10:33:44 -0800 (PST) From: "Hudson (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Commented: (HADOOP-4650) local.cache.size is set to 10 GB, while DEFAULT_CACHE_SIZE is set to 1 MB In-Reply-To: <951625913.1226562284206.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ 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.