Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 65887 invoked from network); 9 Feb 2010 23:42:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Feb 2010 23:42:00 -0000 Received: (qmail 83867 invoked by uid 500); 9 Feb 2010 23:42:00 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 83791 invoked by uid 500); 9 Feb 2010 23:41:59 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 83781 invoked by uid 99); 9 Feb 2010 23:41:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Feb 2010 23:41:59 +0000 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; Tue, 09 Feb 2010 23:41:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 30BFB234C48C for ; Tue, 9 Feb 2010 15:41:28 -0800 (PST) Message-ID: <1273252326.166371265758888198.JavaMail.jira@brutus.apache.org> Date: Tue, 9 Feb 2010 23:41:28 +0000 (UTC) From: "Tsz Wo (Nicholas), SZE (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Updated: (MAPREDUCE-1425) archive throws OutOfMemoryError In-Reply-To: <260514094.115521264717654604.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MAPREDUCE-1425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsz Wo (Nicholas), SZE updated MAPREDUCE-1425: ---------------------------------------------- Resolution: Fixed Status: Resolved (was: Patch Available) I have committed this. Thanks, Mahadev! > archive throws OutOfMemoryError > ------------------------------- > > Key: MAPREDUCE-1425 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-1425 > Project: Hadoop Map/Reduce > Issue Type: Improvement > Components: harchive > Reporter: Tsz Wo (Nicholas), SZE > Assignee: Mahadev konar > Fix For: 0.22.0 > > Attachments: har.sh, m1425_20100129TextFileGenerator.patch, MAPREDUCE-1425.patch, MAPREDUCE-1425.patch, MAPREDUCE-1425.patch, MAPREDUCE-1425_y_0.20.patch > > > {noformat} > -bash-3.1$ hadoop archive -archiveName t4.har -p . t4 . > Exception in thread "main" java.lang.OutOfMemoryError: Java heap space > at java.util.regex.Pattern.compile(Pattern.java:1432) > at java.util.regex.Pattern.(Pattern.java:1133) > at java.util.regex.Pattern.compile(Pattern.java:847) > at java.lang.String.replace(String.java:2208) > at org.apache.hadoop.fs.Path.normalizePath(Path.java:146) > at org.apache.hadoop.fs.Path.initialize(Path.java:137) > at org.apache.hadoop.fs.Path.(Path.java:126) > at org.apache.hadoop.fs.Path.makeQualified(Path.java:296) > at org.apache.hadoop.hdfs.DistributedFileSystem.makeQualified(DistributedFileSystem.java:244) > at org.apache.hadoop.hdfs.DistributedFileSystem.listStatus(DistributedFileSystem.java:256) > at org.apache.hadoop.tools.HadoopArchives.archive(HadoopArchives.java:393) > at org.apache.hadoop.tools.HadoopArchives.run(HadoopArchives.java:736) > at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65) > at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:79) > at org.apache.hadoop.tools.HadoopArchives.main(HadoopArchives.java:751) > {noformat} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.