Return-Path: X-Original-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E0A9B10135 for ; Wed, 4 Dec 2013 13:42:51 +0000 (UTC) Received: (qmail 8854 invoked by uid 500); 4 Dec 2013 13:40:06 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 8474 invoked by uid 500); 4 Dec 2013 13:39:48 -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 8304 invoked by uid 99); 4 Dec 2013 13:39:40 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Dec 2013 13:39:40 +0000 Date: Wed, 4 Dec 2013 13:39:40 +0000 (UTC) From: "Hudson (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (MAPREDUCE-5645) TestFixedLengthInputFormat fails with native libs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MAPREDUCE-5645?page=3Dcom.atlas= sian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D= 13838890#comment-13838890 ]=20 Hudson commented on MAPREDUCE-5645: ----------------------------------- SUCCESS: Integrated in Hadoop-Hdfs-trunk #1602 (See [https://builds.apache.= org/job/Hadoop-Hdfs-trunk/1602/]) MAPREDUCE-5645. TestFixedLengthInputFormat fails with native libs (Mit Desa= i via jeagles) (jeagles: http://svn.apache.org/viewcvs.cgi/?root=3DApache-S= VN&view=3Drev&rev=3D1547624) * /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt * /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/had= oop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapred/TestF= ixedLengthInputFormat.java * /hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/had= oop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapreduce/li= b/input/TestFixedLengthInputFormat.java > TestFixedLengthInputFormat fails with native libs > ------------------------------------------------- > > Key: MAPREDUCE-5645 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-5645 > Project: Hadoop Map/Reduce > Issue Type: Bug > Affects Versions: 3.0.0, 2.4.0 > Reporter: Jonathan Eagles > Assignee: Mit Desai > Labels: native > Fix For: 3.0.0, 2.4.0 > > Attachments: MAPREDUCE-5645.patch > > > mvn clean install -Pnative -DskipTests > hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-= jobclient > mvn clean test -Dtest=3DTestFixedLengthInputFormat > Running org.apache.hadoop.mapreduce.lib.input.TestFixedLengthInputFormat > Tests run: 8, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 39.957 se= c <<< FAILURE! - in org.apache.hadoop.mapreduce.lib.input.TestFixedLengthIn= putFormat > testGzipWithTwoInputs(org.apache.hadoop.mapreduce.lib.input.TestFixedLeng= thInputFormat) Time elapsed: 0.029 sec <<< ERROR! > java.lang.NullPointerException: null > =09at org.apache.hadoop.io.compress.zlib.ZlibFactory.isNativeZlibLoaded(Z= libFactory.java:65) > =09at org.apache.hadoop.io.compress.GzipCodec.createOutputStream(GzipCode= c.java:162) > =09at org.apache.hadoop.mapreduce.lib.input.TestFixedLengthInputFormat.wr= iteFile(TestFixedLengthInputFormat.java:397) > =09at org.apache.hadoop.mapreduce.lib.input.TestFixedLengthInputFormat.te= stGzipWithTwoInputs(TestFixedLengthInputFormat.java:229) > testFormatCompressedIn(org.apache.hadoop.mapreduce.lib.input.TestFixedLen= gthInputFormat) Time elapsed: 0.01 sec <<< ERROR! > java.lang.NullPointerException: null > =09at org.apache.hadoop.io.compress.zlib.ZlibFactory.isNativeZlibLoaded(Z= libFactory.java:65) > =09at org.apache.hadoop.io.compress.GzipCodec.createOutputStream(GzipCode= c.java:162) > =09at org.apache.hadoop.mapreduce.lib.input.TestFixedLengthInputFormat.cr= eateFile(TestFixedLengthInputFormat.java:261) > =09at org.apache.hadoop.mapreduce.lib.input.TestFixedLengthInputFormat.ru= nRandomTests(TestFixedLengthInputFormat.java:314) > =09at org.apache.hadoop.mapreduce.lib.input.TestFixedLengthInputFormat.te= stFormatCompressedIn(TestFixedLengthInputFormat.java:96) > Running org.apache.hadoop.mapred.TestFixedLengthInputFormat > Tests run: 8, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 46.151 se= c <<< FAILURE! - in org.apache.hadoop.mapred.TestFixedLengthInputFormat > testPartialRecordCompressedIn(org.apache.hadoop.mapred.TestFixedLengthInp= utFormat) Time elapsed: 0.031 sec <<< ERROR! > java.lang.NullPointerException: null > =09at org.apache.hadoop.io.compress.zlib.ZlibFactory.isNativeZlibLoaded(Z= libFactory.java:65) > =09at org.apache.hadoop.io.compress.GzipCodec.createOutputStream(GzipCode= c.java:162) > =09at org.apache.hadoop.mapred.TestFixedLengthInputFormat.writeFile(TestF= ixedLengthInputFormat.java:357) > =09at org.apache.hadoop.mapred.TestFixedLengthInputFormat.runPartialRecor= dTest(TestFixedLengthInputFormat.java:386) > =09at org.apache.hadoop.mapred.TestFixedLengthInputFormat.testPartialReco= rdCompressedIn(TestFixedLengthInputFormat.java:182) > testGzipWithTwoInputs(org.apache.hadoop.mapred.TestFixedLengthInputFormat= ) Time elapsed: 0.009 sec <<< ERROR! > java.lang.NullPointerException: null > =09at org.apache.hadoop.io.compress.zlib.ZlibFactory.isNativeZlibLoaded(Z= libFactory.java:65) > =09at org.apache.hadoop.io.compress.GzipCodec.createOutputStream(GzipCode= c.java:162) > =09at org.apache.hadoop.mapred.TestFixedLengthInputFormat.writeFile(TestF= ixedLengthInputFormat.java:357) > =09at org.apache.hadoop.mapred.TestFixedLengthInputFormat.testGzipWithTwo= Inputs(TestFixedLengthInputFormat.java:201) > testFormatCompressedIn(org.apache.hadoop.mapred.TestFixedLengthInputForma= t) Time elapsed: 0.017 sec <<< ERROR! > java.lang.NullPointerException: null > =09at org.apache.hadoop.io.compress.zlib.ZlibFactory.isNativeZlibLoaded(Z= libFactory.java:65) > =09at org.apache.hadoop.io.compress.GzipCodec.createOutputStream(GzipCode= c.java:162) > =09at org.apache.hadoop.mapred.TestFixedLengthInputFormat.createFile(Test= FixedLengthInputFormat.java:234) > =09at org.apache.hadoop.mapred.TestFixedLengthInputFormat.runRandomTests(= TestFixedLengthInputFormat.java:287) > =09at org.apache.hadoop.mapred.TestFixedLengthInputFormat.testFormatCompr= essedIn(TestFixedLengthInputFormat.java:90) > Results : > Tests in error:=20 > TestFixedLengthInputFormat.testGzipWithTwoInputs:229->writeFile:397 =C2= =BB NullPointer > TestFixedLengthInputFormat.testFormatCompressedIn:96->runRandomTests:31= 4->createFile:261 =C2=BB NullPointer > TestFixedLengthInputFormat.testPartialRecordCompressedIn:182->runPartia= lRecordTest:386->writeFile:357 =C2=BB NullPointer > TestFixedLengthInputFormat.testGzipWithTwoInputs:201->writeFile:357 =C2= =BB NullPointer > TestFixedLengthInputFormat.testFormatCompressedIn:90->runRandomTests:28= 7->createFile:234 =C2=BB NullPointer > Tests run: 16, Failures: 0, Errors: 5, Skipped: 0 -- This message was sent by Atlassian JIRA (v6.1#6144)