See https://builds.apache.org/job/Hadoop-Mapreduce-trunk/2400/

###################################################################################
########################## LAST 60 LINES OF THE CONSOLE 
###########################
[...truncated 33122 lines...]
Tests in error: 
  TestJobHistoryParsing.testMultipleFailedTasks:836 » NoClassDefFound 
org/apache...
  TestJobHistoryParsing.testDeleteFileInfo:717 » YarnRuntime could not cleanup 
t...
  TestJobHistoryParsing.testDiagnosticsForKilledJob:533 » YarnRuntime could not 
...
  TestJobHistoryParsing.testScanningOldDirs:592 » YarnRuntime could not cleanup 
...
  TestJobHistoryParsing.testHistoryParsingForFailedAttempts:405 » YarnRuntime 
co...
  TestJobHistoryParsing.testCountersForFailedTask:470 » YarnRuntime could not 
cl...
  TestJobHistoryParsing.testHistoryParsing:130->checkHistoryParsing:164 » 
YarnRuntime

Tests run: 198, Failures: 8, Errors: 7, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Hadoop MapReduce Client .................... SUCCESS [  2.792 s]
[INFO] Apache Hadoop MapReduce Core ...................... SUCCESS [01:34 min]
[INFO] Apache Hadoop MapReduce Common .................... SUCCESS [ 29.463 s]
[INFO] Apache Hadoop MapReduce Shuffle ................... SUCCESS [  4.846 s]
[INFO] Apache Hadoop MapReduce App ....................... SUCCESS [09:06 min]
[INFO] Apache Hadoop MapReduce HistoryServer ............. FAILURE [04:28 min]
[INFO] Apache Hadoop MapReduce JobClient ................. SKIPPED
[INFO] Apache Hadoop MapReduce HistoryServer Plugins ..... SKIPPED
[INFO] Apache Hadoop MapReduce NativeTask ................ SKIPPED
[INFO] Apache Hadoop MapReduce Examples .................. SKIPPED
[INFO] Apache Hadoop MapReduce ........................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 15:48 min
[INFO] Finished at: 2015-09-29T03:16:37+00:00
[INFO] Final Memory: 44M/805M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on 
project hadoop-mapreduce-client-hs: There are test failures.
[ERROR] 
[ERROR] Please refer to 
/home/jenkins/jenkins-slave/workspace/Hadoop-Mapreduce-trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/target/surefire-reports
 for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :hadoop-mapreduce-client-hs
Build step 'Execute shell' marked build as failure
[FINDBUGS] Skipping publisher since build result is FAILURE
Archiving artifacts
Sending artifact delta relative to Hadoop-Mapreduce-trunk #2330
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 20467355 bytes
Compression is 0.0%
Took 5.5 sec
Recording test results
Updating HDFS-9092
Updating HADOOP-12440
Email was triggered for: Failure
Sending email for trigger: Failure



###################################################################################
############################## FAILED TESTS (if any) 
##############################
15 tests failed.
REGRESSION:  
org.apache.hadoop.mapreduce.v2.hs.TestJobHistoryParsing.testMultipleFailedTasks

Error Message:
org/apache/hadoop/io/ByteBufferPool

Stack Trace:
java.lang.NoClassDefFoundError: org/apache/hadoop/io/ByteBufferPool
        at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
        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 java.lang.Class.getDeclaredMethods0(Native Method)
        at java.lang.Class.privateGetDeclaredMethods(Class.java:2531)
        at java.lang.Class.getDeclaredMethods(Class.java:1855)
        at 
org.mockito.cglib.core.ReflectUtils.addAllMethods(ReflectUtils.java:349)
        at org.mockito.cglib.proxy.Enhancer.getMethods(Enhancer.java:422)
        at org.mockito.cglib.proxy.Enhancer.generateClass(Enhancer.java:457)
        at 
org.mockito.cglib.core.DefaultGeneratorStrategy.generate(DefaultGeneratorStrategy.java:25)
        at 
org.mockito.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:217)
        at org.mockito.cglib.proxy.Enhancer.createHelper(Enhancer.java:378)
        at org.mockito.cglib.proxy.Enhancer.createClass(Enhancer.java:318)
        at 
org.mockito.internal.creation.jmock.ClassImposterizer.createProxyClass(ClassImposterizer.java:93)
        at 
org.mockito.internal.creation.jmock.ClassImposterizer.imposterise(ClassImposterizer.java:50)
        at org.mockito.internal.util.MockUtil.createMock(MockUtil.java:54)
        at org.mockito.internal.MockitoCore.mock(MockitoCore.java:45)
        at org.mockito.Mockito.mock(Mockito.java:921)
        at org.mockito.Mockito.mock(Mockito.java:816)
        at 
org.apache.hadoop.mapreduce.v2.hs.TestJobHistoryParsing.testMultipleFailedTasks(TestJobHistoryParsing.java:836)


REGRESSION:  
org.apache.hadoop.mapreduce.v2.hs.TestJobHistoryParsing.testDeleteFileInfo

Error Message:
could not cleanup test dir

Stack Trace:
org.apache.hadoop.yarn.exceptions.YarnRuntimeException: could not cleanup test 
dir
        at 
org.apache.hadoop.fs.AbstractFileSystem.createFileSystem(AbstractFileSystem.java:161)
        at 
org.apache.hadoop.fs.AbstractFileSystem.get(AbstractFileSystem.java:250)
        at org.apache.hadoop.fs.FileContext$2.run(FileContext.java:332)
        at org.apache.hadoop.fs.FileContext$2.run(FileContext.java:329)
        at java.security.AccessController.doPrivileged(Native Method)
        at javax.security.auth.Subject.doAs(Subject.java:415)
        at 
org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1667)
        at 
org.apache.hadoop.fs.FileContext.getAbstractFileSystem(FileContext.java:329)
        at org.apache.hadoop.fs.FileContext.getFileContext(FileContext.java:446)
        at org.apache.hadoop.fs.FileContext.getFileContext(FileContext.java:423)
        at 
org.apache.hadoop.fs.FileContext.getLocalFSFileContext(FileContext.java:409)
        at org.apache.hadoop.mapreduce.v2.app.MRApp.<init>(MRApp.java:239)
        at org.apache.hadoop.mapreduce.v2.app.MRApp.<init>(MRApp.java:208)
        at org.apache.hadoop.mapreduce.v2.app.MRApp.<init>(MRApp.java:189)
        at org.apache.hadoop.mapreduce.v2.app.MRApp.<init>(MRApp.java:150)
        at 
org.apache.hadoop.mapreduce.v2.hs.TestJobHistoryEvents$MRAppWithHistory.<init>(TestJobHistoryEvents.java:219)
        at 
org.apache.hadoop.mapreduce.v2.hs.TestJobHistoryParsing.testDeleteFileInfo(TestJobHistoryParsing.java:717)


REGRESSION:  
org.apache.hadoop.mapreduce.v2.hs.TestJobHistoryParsing.testDiagnosticsForKilledJob

Error Message:
could not cleanup test dir

Stack Trace:
org.apache.hadoop.yarn.exceptions.YarnRuntimeException: could not cleanup test 
dir
        at 
org.apache.hadoop.fs.AbstractFileSystem.createFileSystem(AbstractFileSystem.java:161)
        at 
org.apache.hadoop.fs.AbstractFileSystem.get(AbstractFileSystem.java:250)
        at org.apache.hadoop.fs.FileContext$2.run(FileContext.java:332)
        at org.apache.hadoop.fs.FileContext$2.run(FileContext.java:329)
        at java.security.AccessController.doPrivileged(Native Method)
        at javax.security.auth.Subject.doAs(Subject.java:415)
        at 
org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1667)
        at 
org.apache.hadoop.fs.FileContext.getAbstractFileSystem(FileContext.java:329)
        at org.apache.hadoop.fs.FileContext.getFileContext(FileContext.java:446)
        at org.apache.hadoop.fs.FileContext.getFileContext(FileContext.java:423)
        at 
org.apache.hadoop.fs.FileContext.getLocalFSFileContext(FileContext.java:409)
        at org.apache.hadoop.mapreduce.v2.app.MRApp.<init>(MRApp.java:239)
        at org.apache.hadoop.mapreduce.v2.app.MRApp.<init>(MRApp.java:208)
        at org.apache.hadoop.mapreduce.v2.app.MRApp.<init>(MRApp.java:189)
        at org.apache.hadoop.mapreduce.v2.app.MRApp.<init>(MRApp.java:150)
        at 
org.apache.hadoop.mapreduce.v2.hs.TestJobHistoryEvents$MRAppWithHistory.<init>(TestJobHistoryEvents.java:219)
        at 
org.apache.hadoop.mapreduce.v2.hs.TestJobHistoryParsing$MRAppWithHistoryWithJobKilled.<init>(TestJobHistoryParsing.java:673)
        at 
org.apache.hadoop.mapreduce.v2.hs.TestJobHistoryParsing.testDiagnosticsForKilledJob(TestJobHistoryParsing.java:533)


REGRESSION:  
org.apache.hadoop.mapreduce.v2.hs.TestJobHistoryParsing.testScanningOldDirs

Error Message:
could not cleanup test dir

Stack Trace:
org.apache.hadoop.yarn.exceptions.YarnRuntimeException: could not cleanup test 
dir
        at 
org.apache.hadoop.fs.AbstractFileSystem.createFileSystem(AbstractFileSystem.java:161)
        at 
org.apache.hadoop.fs.AbstractFileSystem.get(AbstractFileSystem.java:250)
        at org.apache.hadoop.fs.FileContext$2.run(FileContext.java:332)
        at org.apache.hadoop.fs.FileContext$2.run(FileContext.java:329)
        at java.security.AccessController.doPrivileged(Native Method)
        at javax.security.auth.Subject.doAs(Subject.java:415)
        at 
org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1667)
        at 
org.apache.hadoop.fs.FileContext.getAbstractFileSystem(FileContext.java:329)
        at org.apache.hadoop.fs.FileContext.getFileContext(FileContext.java:446)
        at org.apache.hadoop.fs.FileContext.getFileContext(FileContext.java:423)
        at 
org.apache.hadoop.fs.FileContext.getLocalFSFileContext(FileContext.java:409)
        at org.apache.hadoop.mapreduce.v2.app.MRApp.<init>(MRApp.java:239)
        at org.apache.hadoop.mapreduce.v2.app.MRApp.<init>(MRApp.java:208)
        at org.apache.hadoop.mapreduce.v2.app.MRApp.<init>(MRApp.java:189)
        at org.apache.hadoop.mapreduce.v2.app.MRApp.<init>(MRApp.java:150)
        at 
org.apache.hadoop.mapreduce.v2.hs.TestJobHistoryEvents$MRAppWithHistory.<init>(TestJobHistoryEvents.java:219)
        at 
org.apache.hadoop.mapreduce.v2.hs.TestJobHistoryParsing.testScanningOldDirs(TestJobHistoryParsing.java:592)


REGRESSION:  
org.apache.hadoop.mapreduce.v2.hs.TestJobHistoryParsing.testHistoryParsingForFailedAttempts

Error Message:
could not cleanup test dir

Stack Trace:
org.apache.hadoop.yarn.exceptions.YarnRuntimeException: could not cleanup test 
dir
        at 
org.apache.hadoop.fs.AbstractFileSystem.createFileSystem(AbstractFileSystem.java:161)
        at 
org.apache.hadoop.fs.AbstractFileSystem.get(AbstractFileSystem.java:250)
        at org.apache.hadoop.fs.FileContext$2.run(FileContext.java:332)
        at org.apache.hadoop.fs.FileContext$2.run(FileContext.java:329)
        at java.security.AccessController.doPrivileged(Native Method)
        at javax.security.auth.Subject.doAs(Subject.java:415)
        at 
org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1667)
        at 
org.apache.hadoop.fs.FileContext.getAbstractFileSystem(FileContext.java:329)
        at org.apache.hadoop.fs.FileContext.getFileContext(FileContext.java:446)
        at org.apache.hadoop.fs.FileContext.getFileContext(FileContext.java:423)
        at 
org.apache.hadoop.fs.FileContext.getLocalFSFileContext(FileContext.java:409)
        at org.apache.hadoop.mapreduce.v2.app.MRApp.<init>(MRApp.java:239)
        at org.apache.hadoop.mapreduce.v2.app.MRApp.<init>(MRApp.java:208)
        at org.apache.hadoop.mapreduce.v2.app.MRApp.<init>(MRApp.java:189)
        at org.apache.hadoop.mapreduce.v2.app.MRApp.<init>(MRApp.java:150)
        at 
org.apache.hadoop.mapreduce.v2.hs.TestJobHistoryEvents$MRAppWithHistory.<init>(TestJobHistoryEvents.java:219)
        at 
org.apache.hadoop.mapreduce.v2.hs.TestJobHistoryParsing$MRAppWithHistoryWithFailedAttempt.<init>(TestJobHistoryParsing.java:633)
        at 
org.apache.hadoop.mapreduce.v2.hs.TestJobHistoryParsing.testHistoryParsingForFailedAttempts(TestJobHistoryParsing.java:405)


REGRESSION:  
org.apache.hadoop.mapreduce.v2.hs.TestJobHistoryParsing.testCountersForFailedTask

Error Message:
could not cleanup test dir

Stack Trace:
org.apache.hadoop.yarn.exceptions.YarnRuntimeException: could not cleanup test 
dir
        at 
org.apache.hadoop.fs.AbstractFileSystem.createFileSystem(AbstractFileSystem.java:161)
        at 
org.apache.hadoop.fs.AbstractFileSystem.get(AbstractFileSystem.java:250)
        at org.apache.hadoop.fs.FileContext$2.run(FileContext.java:332)
        at org.apache.hadoop.fs.FileContext$2.run(FileContext.java:329)
        at java.security.AccessController.doPrivileged(Native Method)
        at javax.security.auth.Subject.doAs(Subject.java:415)
        at 
org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1667)
        at 
org.apache.hadoop.fs.FileContext.getAbstractFileSystem(FileContext.java:329)
        at org.apache.hadoop.fs.FileContext.getFileContext(FileContext.java:446)
        at org.apache.hadoop.fs.FileContext.getFileContext(FileContext.java:423)
        at 
org.apache.hadoop.fs.FileContext.getLocalFSFileContext(FileContext.java:409)
        at org.apache.hadoop.mapreduce.v2.app.MRApp.<init>(MRApp.java:239)
        at org.apache.hadoop.mapreduce.v2.app.MRApp.<init>(MRApp.java:208)
        at org.apache.hadoop.mapreduce.v2.app.MRApp.<init>(MRApp.java:189)
        at org.apache.hadoop.mapreduce.v2.app.MRApp.<init>(MRApp.java:150)
        at 
org.apache.hadoop.mapreduce.v2.hs.TestJobHistoryEvents$MRAppWithHistory.<init>(TestJobHistoryEvents.java:219)
        at 
org.apache.hadoop.mapreduce.v2.hs.TestJobHistoryParsing$MRAppWithHistoryWithFailedTask.<init>(TestJobHistoryParsing.java:653)
        at 
org.apache.hadoop.mapreduce.v2.hs.TestJobHistoryParsing.testCountersForFailedTask(TestJobHistoryParsing.java:470)


REGRESSION:  
org.apache.hadoop.mapreduce.v2.hs.TestJobHistoryParsing.testHistoryParsing

Error Message:
could not cleanup test dir

Stack Trace:
org.apache.hadoop.yarn.exceptions.YarnRuntimeException: could not cleanup test 
dir
        at 
org.apache.hadoop.fs.AbstractFileSystem.createFileSystem(AbstractFileSystem.java:161)
        at 
org.apache.hadoop.fs.AbstractFileSystem.get(AbstractFileSystem.java:250)
        at org.apache.hadoop.fs.FileContext$2.run(FileContext.java:332)
        at org.apache.hadoop.fs.FileContext$2.run(FileContext.java:329)
        at java.security.AccessController.doPrivileged(Native Method)
        at javax.security.auth.Subject.doAs(Subject.java:415)
        at 
org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1667)
        at 
org.apache.hadoop.fs.FileContext.getAbstractFileSystem(FileContext.java:329)
        at org.apache.hadoop.fs.FileContext.getFileContext(FileContext.java:446)
        at org.apache.hadoop.fs.FileContext.getFileContext(FileContext.java:423)
        at 
org.apache.hadoop.fs.FileContext.getLocalFSFileContext(FileContext.java:409)
        at org.apache.hadoop.mapreduce.v2.app.MRApp.<init>(MRApp.java:239)
        at org.apache.hadoop.mapreduce.v2.app.MRApp.<init>(MRApp.java:208)
        at org.apache.hadoop.mapreduce.v2.app.MRApp.<init>(MRApp.java:189)
        at org.apache.hadoop.mapreduce.v2.app.MRApp.<init>(MRApp.java:150)
        at 
org.apache.hadoop.mapreduce.v2.hs.TestJobHistoryEvents$MRAppWithHistory.<init>(TestJobHistoryEvents.java:219)
        at 
org.apache.hadoop.mapreduce.v2.hs.TestJobHistoryParsing.checkHistoryParsing(TestJobHistoryParsing.java:164)
        at 
org.apache.hadoop.mapreduce.v2.hs.TestJobHistoryParsing.testHistoryParsing(TestJobHistoryParsing.java:130)


REGRESSION:  
org.apache.hadoop.mapreduce.v2.hs.webapp.TestHsWebServicesJobsQuery.testJobsQueryStartTimeEnd

Error Message:
expected:<application/json> but was:<text/html; charset=ISO-8859-1>

Stack Trace:
java.lang.AssertionError: expected:<application/json> but was:<text/html; 
charset=ISO-8859-1>
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:743)
        at org.junit.Assert.assertEquals(Assert.java:118)
        at org.junit.Assert.assertEquals(Assert.java:144)
        at 
org.apache.hadoop.mapreduce.v2.hs.webapp.TestHsWebServicesJobsQuery.testJobsQueryStartTimeEnd(TestHsWebServicesJobsQuery.java:302)


REGRESSION:  
org.apache.hadoop.mapreduce.v2.hs.webapp.TestHsWebServicesJobsQuery.testJobsQueryLimit

Error Message:
expected:<application/json> but was:<text/html; charset=ISO-8859-1>

Stack Trace:
java.lang.AssertionError: expected:<application/json> but was:<text/html; 
charset=ISO-8859-1>
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:743)
        at org.junit.Assert.assertEquals(Assert.java:118)
        at org.junit.Assert.assertEquals(Assert.java:144)
        at 
org.apache.hadoop.mapreduce.v2.hs.webapp.TestHsWebServicesJobsQuery.testJobsQueryLimit(TestHsWebServicesJobsQuery.java:234)


REGRESSION:  
org.apache.hadoop.mapreduce.v2.hs.webapp.TestHsWebServicesJobsQuery.testJobsQueryQueue

Error Message:
expected:<application/json> but was:<text/html; charset=ISO-8859-1>

Stack Trace:
java.lang.AssertionError: expected:<application/json> but was:<text/html; 
charset=ISO-8859-1>
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:743)
        at org.junit.Assert.assertEquals(Assert.java:118)
        at org.junit.Assert.assertEquals(Assert.java:144)
        at 
org.apache.hadoop.mapreduce.v2.hs.webapp.TestHsWebServicesJobsQuery.testJobsQueryQueue(TestHsWebServicesJobsQuery.java:273)


REGRESSION:  
org.apache.hadoop.mapreduce.v2.hs.webapp.TestHsWebServicesJobsQuery.testJobsQueryState

Error Message:
expected:<application/json> but was:<text/html; charset=ISO-8859-1>

Stack Trace:
java.lang.AssertionError: expected:<application/json> but was:<text/html; 
charset=ISO-8859-1>
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:743)
        at org.junit.Assert.assertEquals(Assert.java:118)
        at org.junit.Assert.assertEquals(Assert.java:144)
        at 
org.apache.hadoop.mapreduce.v2.hs.webapp.TestHsWebServicesJobsQuery.testJobsQueryState(TestHsWebServicesJobsQuery.java:157)


REGRESSION:  
org.apache.hadoop.mapreduce.v2.hs.webapp.TestHsWebServicesJobsQuery.testJobsQueryStartTimeBeginEnd

Error Message:
expected:<application/json> but was:<text/html; charset=ISO-8859-1>

Stack Trace:
java.lang.AssertionError: expected:<application/json> but was:<text/html; 
charset=ISO-8859-1>
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:743)
        at org.junit.Assert.assertEquals(Assert.java:118)
        at org.junit.Assert.assertEquals(Assert.java:144)
        at 
org.apache.hadoop.mapreduce.v2.hs.webapp.TestHsWebServicesJobsQuery.testJobsQueryStartTimeBeginEnd(TestHsWebServicesJobsQuery.java:345)


REGRESSION:  
org.apache.hadoop.mapreduce.v2.hs.webapp.TestHsWebServicesJobsQuery.testJobsQueryUser

Error Message:
expected:<application/json> but was:<text/html; charset=ISO-8859-1>

Stack Trace:
java.lang.AssertionError: expected:<application/json> but was:<text/html; 
charset=ISO-8859-1>
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:743)
        at org.junit.Assert.assertEquals(Assert.java:118)
        at org.junit.Assert.assertEquals(Assert.java:144)
        at 
org.apache.hadoop.mapreduce.v2.hs.webapp.TestHsWebServicesJobsQuery.testJobsQueryUser(TestHsWebServicesJobsQuery.java:214)


REGRESSION:  
org.apache.hadoop.mapreduce.v2.hs.webapp.TestHsWebServicesJobsQuery.testJobsQueryFinishTimeBeginEnd

Error Message:
expected:<application/json> but was:<text/html; charset=ISO-8859-1>

Stack Trace:
java.lang.AssertionError: expected:<application/json> but was:<text/html; 
charset=ISO-8859-1>
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:743)
        at org.junit.Assert.assertEquals(Assert.java:118)
        at org.junit.Assert.assertEquals(Assert.java:144)
        at 
org.apache.hadoop.mapreduce.v2.hs.webapp.TestHsWebServicesJobsQuery.testJobsQueryFinishTimeBeginEnd(TestHsWebServicesJobsQuery.java:666)


REGRESSION:  
org.apache.hadoop.mapreduce.v2.hs.webapp.TestHsWebServicesJobsQuery.testJobsQueryFinishTimeBegin

Error Message:
expected:<application/json> but was:<text/html; charset=ISO-8859-1>

Stack Trace:
java.lang.AssertionError: expected:<application/json> but was:<text/html; 
charset=ISO-8859-1>
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:743)
        at org.junit.Assert.assertEquals(Assert.java:118)
        at org.junit.Assert.assertEquals(Assert.java:144)
        at 
org.apache.hadoop.mapreduce.v2.hs.webapp.TestHsWebServicesJobsQuery.testJobsQueryFinishTimeBegin(TestHsWebServicesJobsQuery.java:622)


Reply via email to