[
https://issues.apache.org/jira/browse/MAPREDUCE-5645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13837987#comment-13837987
]
Hadoop QA commented on MAPREDUCE-5645:
--------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12616814/MAPREDUCE-5645.patch
against trunk revision .
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 2 new
or modified test files.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 javadoc{color}. The javadoc tool did not generate any
warning messages.
{color:green}+1 eclipse:eclipse{color}. The patch built with
eclipse:eclipse.
{color:green}+1 findbugs{color}. The patch does not introduce any new
Findbugs (version 1.3.9) warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:red}-1 core tests{color}. The patch failed these unit tests in
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient:
org.apache.hadoop.mapreduce.security.TestJHSSecurity
{color:green}+1 contrib tests{color}. The patch passed contrib unit tests.
Test results:
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/4242//testReport/
Console output:
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/4242//console
This message is automatically generated.
> 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
> Attachments: MAPREDUCE-5645.patch
>
>
> mvn clean install -Pnative -DskipTests
> hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient
> mvn clean test -Dtest=TestFixedLengthInputFormat
> Running org.apache.hadoop.mapreduce.lib.input.TestFixedLengthInputFormat
> Tests run: 8, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 39.957 sec
> <<< FAILURE! - in
> org.apache.hadoop.mapreduce.lib.input.TestFixedLengthInputFormat
> testGzipWithTwoInputs(org.apache.hadoop.mapreduce.lib.input.TestFixedLengthInputFormat)
> Time elapsed: 0.029 sec <<< ERROR!
> java.lang.NullPointerException: null
> at
> org.apache.hadoop.io.compress.zlib.ZlibFactory.isNativeZlibLoaded(ZlibFactory.java:65)
> at
> org.apache.hadoop.io.compress.GzipCodec.createOutputStream(GzipCodec.java:162)
> at
> org.apache.hadoop.mapreduce.lib.input.TestFixedLengthInputFormat.writeFile(TestFixedLengthInputFormat.java:397)
> at
> org.apache.hadoop.mapreduce.lib.input.TestFixedLengthInputFormat.testGzipWithTwoInputs(TestFixedLengthInputFormat.java:229)
> testFormatCompressedIn(org.apache.hadoop.mapreduce.lib.input.TestFixedLengthInputFormat)
> Time elapsed: 0.01 sec <<< ERROR!
> java.lang.NullPointerException: null
> at
> org.apache.hadoop.io.compress.zlib.ZlibFactory.isNativeZlibLoaded(ZlibFactory.java:65)
> at
> org.apache.hadoop.io.compress.GzipCodec.createOutputStream(GzipCodec.java:162)
> at
> org.apache.hadoop.mapreduce.lib.input.TestFixedLengthInputFormat.createFile(TestFixedLengthInputFormat.java:261)
> at
> org.apache.hadoop.mapreduce.lib.input.TestFixedLengthInputFormat.runRandomTests(TestFixedLengthInputFormat.java:314)
> at
> org.apache.hadoop.mapreduce.lib.input.TestFixedLengthInputFormat.testFormatCompressedIn(TestFixedLengthInputFormat.java:96)
> Running org.apache.hadoop.mapred.TestFixedLengthInputFormat
> Tests run: 8, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 46.151 sec
> <<< FAILURE! - in org.apache.hadoop.mapred.TestFixedLengthInputFormat
> testPartialRecordCompressedIn(org.apache.hadoop.mapred.TestFixedLengthInputFormat)
> Time elapsed: 0.031 sec <<< ERROR!
> java.lang.NullPointerException: null
> at
> org.apache.hadoop.io.compress.zlib.ZlibFactory.isNativeZlibLoaded(ZlibFactory.java:65)
> at
> org.apache.hadoop.io.compress.GzipCodec.createOutputStream(GzipCodec.java:162)
> at
> org.apache.hadoop.mapred.TestFixedLengthInputFormat.writeFile(TestFixedLengthInputFormat.java:357)
> at
> org.apache.hadoop.mapred.TestFixedLengthInputFormat.runPartialRecordTest(TestFixedLengthInputFormat.java:386)
> at
> org.apache.hadoop.mapred.TestFixedLengthInputFormat.testPartialRecordCompressedIn(TestFixedLengthInputFormat.java:182)
> testGzipWithTwoInputs(org.apache.hadoop.mapred.TestFixedLengthInputFormat)
> Time elapsed: 0.009 sec <<< ERROR!
> java.lang.NullPointerException: null
> at
> org.apache.hadoop.io.compress.zlib.ZlibFactory.isNativeZlibLoaded(ZlibFactory.java:65)
> at
> org.apache.hadoop.io.compress.GzipCodec.createOutputStream(GzipCodec.java:162)
> at
> org.apache.hadoop.mapred.TestFixedLengthInputFormat.writeFile(TestFixedLengthInputFormat.java:357)
> at
> org.apache.hadoop.mapred.TestFixedLengthInputFormat.testGzipWithTwoInputs(TestFixedLengthInputFormat.java:201)
> testFormatCompressedIn(org.apache.hadoop.mapred.TestFixedLengthInputFormat)
> Time elapsed: 0.017 sec <<< ERROR!
> java.lang.NullPointerException: null
> at
> org.apache.hadoop.io.compress.zlib.ZlibFactory.isNativeZlibLoaded(ZlibFactory.java:65)
> at
> org.apache.hadoop.io.compress.GzipCodec.createOutputStream(GzipCodec.java:162)
> at
> org.apache.hadoop.mapred.TestFixedLengthInputFormat.createFile(TestFixedLengthInputFormat.java:234)
> at
> org.apache.hadoop.mapred.TestFixedLengthInputFormat.runRandomTests(TestFixedLengthInputFormat.java:287)
> at
> org.apache.hadoop.mapred.TestFixedLengthInputFormat.testFormatCompressedIn(TestFixedLengthInputFormat.java:90)
> Results :
> Tests in error:
> TestFixedLengthInputFormat.testGzipWithTwoInputs:229->writeFile:397 »
> NullPointer
>
> TestFixedLengthInputFormat.testFormatCompressedIn:96->runRandomTests:314->createFile:261
> » NullPointer
>
> TestFixedLengthInputFormat.testPartialRecordCompressedIn:182->runPartialRecordTest:386->writeFile:357
> » NullPointer
> TestFixedLengthInputFormat.testGzipWithTwoInputs:201->writeFile:357 »
> NullPointer
>
> TestFixedLengthInputFormat.testFormatCompressedIn:90->runRandomTests:287->createFile:234
> » NullPointer
> Tests run: 16, Failures: 0, Errors: 5, Skipped: 0
--
This message was sent by Atlassian JIRA
(v6.1#6144)