You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Mit Desai (JIRA)" <ji...@apache.org> on 2014/09/23 22:35:34 UTC

[jira] [Created] (MAPREDUCE-6104) TestJobHistoryParsing.testPartialJob fails in branch-2

Mit Desai created MAPREDUCE-6104:
------------------------------------

             Summary: TestJobHistoryParsing.testPartialJob fails in branch-2
                 Key: MAPREDUCE-6104
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6104
             Project: Hadoop Map/Reduce
          Issue Type: Bug
    Affects Versions: 2.6.0
            Reporter: Mit Desai
            Assignee: Mit Desai


TestJobHistoryParsing.testPartialJob intermittently fails with the following timeout error.

{noformat}
-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.hadoop.mapreduce.v2.hs.TestJobHistoryParsing
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.239 sec <<<
FAILURE! - in org.apache.hadoop.mapreduce.v2.hs.TestJobHistoryParsing
testPartialJob(org.apache.hadoop.mapreduce.v2.hs.TestJobHistoryParsing)  Time
elapsed: 1.025 sec  <<< ERROR!
java.lang.Exception: test timed out after 1000 milliseconds
    at java.util.zip.Inflater.inflateBytes(Native Method)
    at java.util.zip.Inflater.inflate(Inflater.java:259)
    at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:152)
    at sun.misc.Resource.getBytes(Resource.java:124)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:444)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
    at org.apache.hadoop.security.Groups.parseStaticMapping(Groups.java:93)
    at org.apache.hadoop.security.Groups.<init>(Groups.java:77)
    at
org.apache.hadoop.security.Groups.getUserToGroupsMappingService(Groups.java:240)
    at
org.apache.hadoop.security.UserGroupInformation.initialize(UserGroupInformation.java:257)
    at
org.apache.hadoop.security.UserGroupInformation.ensureInitialized(UserGroupInformation.java:234)
    at
org.apache.hadoop.security.UserGroupInformation.loginUserFromSubject(UserGroupInformation.java:773)
    at
org.apache.hadoop.security.UserGroupInformation.getLoginUser(UserGroupInformation.java:758)
    at
org.apache.hadoop.security.UserGroupInformation.getCurrentUser(UserGroupInformation.java:631)
    at
org.apache.hadoop.mapreduce.v2.hs.TestJobHistoryParsing.testPartialJob(TestJobHistoryParsing.java:824)


Results :

Tests in error: 
  TestJobHistoryParsing.testPartialJob:824 ยป  test timed out after 1000
millisec...

Tests run: 1, Failures: 0, Errors: 1, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)