Jira: https://issues.apache.org/jira/browse/TEZ-3090
Build: https://builds.apache.org/job/PreCommit-TEZ-Build/1459/

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE 
###########################
[...truncated 3594 lines...]
[ERROR] [Help 2] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :tez-mapreduce
[INFO] Build failures were ignored.




{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment
  http://issues.apache.org/jira/secure/attachment/12785956/TEZ-3090.2.txt
  against master revision f352cfb.

    {color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

    {color:green}+1 tests included{color}.  The patch appears to include 1 new 
or modified test files.

    {color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

    {color:red}-1 javadoc{color}.  The javadoc tool appears to have generated 
30 warning messages.
        See 
https://builds.apache.org/job/PreCommit-TEZ-Build/1459//artifact/patchprocess/diffJavadocWarnings.txt
 for details.

    {color:green}+1 findbugs{color}.  The patch does not introduce any new 
Findbugs (version 3.0.1) 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 :
                   org.apache.tez.mapreduce.input.TestMultiMRInput

Test results: 
https://builds.apache.org/job/PreCommit-TEZ-Build/1459//testReport/
Console output: https://builds.apache.org/job/PreCommit-TEZ-Build/1459//console

This message is automatically generated.


======================================================================
======================================================================
    Adding comment to Jira.
======================================================================
======================================================================


Comment added.
cadb9bb48c4506a31ddd90d5eee076e990dc90c7 logged out


======================================================================
======================================================================
    Finished build.
======================================================================
======================================================================


Build step 'Execute shell' marked build as failure
Archiving artifacts
[description-setter] Could not determine description.
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



###################################################################################
############################## FAILED TESTS (if any) 
##############################
4 tests failed.
FAILED:  org.apache.tez.mapreduce.input.TestMultiMRInput.test0PhysicalInputs

Error Message:
The value of property tez.mapreduce.unique.identifier must not be null

Stack Trace:
java.lang.IllegalArgumentException: The value of property 
tez.mapreduce.unique.identifier must not be null
        at 
com.google.common.base.Preconditions.checkArgument(Preconditions.java:88)
        at org.apache.hadoop.conf.Configuration.set(Configuration.java:1010)
        at org.apache.hadoop.conf.Configuration.set(Configuration.java:991)
        at 
org.apache.tez.mapreduce.input.base.MRInputBase.initialize(MRInputBase.java:109)
        at 
org.apache.tez.mapreduce.input.MultiMRInput.initialize(MultiMRInput.java:110)
        at 
org.apache.tez.mapreduce.input.TestMultiMRInput.test0PhysicalInputs(TestMultiMRInput.java:108)


FAILED:  org.apache.tez.mapreduce.input.TestMultiMRInput.testMultipleSplits

Error Message:
The value of property tez.mapreduce.unique.identifier must not be null

Stack Trace:
java.lang.IllegalArgumentException: The value of property 
tez.mapreduce.unique.identifier must not be null
        at 
com.google.common.base.Preconditions.checkArgument(Preconditions.java:88)
        at org.apache.hadoop.conf.Configuration.set(Configuration.java:1010)
        at org.apache.hadoop.conf.Configuration.set(Configuration.java:991)
        at 
org.apache.tez.mapreduce.input.base.MRInputBase.initialize(MRInputBase.java:109)
        at 
org.apache.tez.mapreduce.input.MultiMRInput.initialize(MultiMRInput.java:110)
        at 
org.apache.tez.mapreduce.input.TestMultiMRInput.testMultipleSplits(TestMultiMRInput.java:198)


FAILED:  org.apache.tez.mapreduce.input.TestMultiMRInput.testExtraEvents

Error Message:
The value of property tez.mapreduce.unique.identifier must not be null

Stack Trace:
java.lang.IllegalArgumentException: The value of property 
tez.mapreduce.unique.identifier must not be null
        at 
com.google.common.base.Preconditions.checkArgument(Preconditions.java:88)
        at org.apache.hadoop.conf.Configuration.set(Configuration.java:1010)
        at org.apache.hadoop.conf.Configuration.set(Configuration.java:991)
        at 
org.apache.tez.mapreduce.input.base.MRInputBase.initialize(MRInputBase.java:109)
        at 
org.apache.tez.mapreduce.input.MultiMRInput.initialize(MultiMRInput.java:110)
        at 
org.apache.tez.mapreduce.input.TestMultiMRInput.testExtraEvents(TestMultiMRInput.java:271)


FAILED:  org.apache.tez.mapreduce.input.TestMultiMRInput.testSingleSplit

Error Message:
The value of property tez.mapreduce.unique.identifier must not be null

Stack Trace:
java.lang.IllegalArgumentException: The value of property 
tez.mapreduce.unique.identifier must not be null
        at 
com.google.common.base.Preconditions.checkArgument(Preconditions.java:88)
        at org.apache.hadoop.conf.Configuration.set(Configuration.java:1010)
        at org.apache.hadoop.conf.Configuration.set(Configuration.java:991)
        at 
org.apache.tez.mapreduce.input.base.MRInputBase.initialize(MRInputBase.java:109)
        at 
org.apache.tez.mapreduce.input.MultiMRInput.initialize(MultiMRInput.java:110)
        at 
org.apache.tez.mapreduce.input.TestMultiMRInput.testSingleSplit(TestMultiMRInput.java:139)


Reply via email to