[ https://issues.apache.org/jira/browse/MAPREDUCE-1425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12831626#action_12831626 ]
Tsz Wo (Nicholas), SZE commented on MAPREDUCE-1425: --------------------------------------------------- Hudson does not seem working. Ran test-patch locally. {noformat} [exec] -1 overall. [exec] [exec] +1 @author. The patch does not contain any @author tags. [exec] [exec] -1 tests included. The patch doesn't appear to include any new or modified tests. [exec] Please justify why no new tests are needed for this patch. [exec] Also please list what manual steps were performed to verify this patch. [exec] [exec] +1 javadoc. The javadoc tool did not generate any warning messages. [exec] [exec] +1 javac. The applied patch does not increase the total number of javac compiler warnings. [exec] [exec] +1 findbugs. The patch does not introduce any new Findbugs warnings. [exec] [exec] +1 release audit. The applied patch does not increase the total number of release audit warnings. [exec] {noformat} > 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.<init>(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.<init>(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.