Hadoop-Mapreduce-trunk - Build # 1940 - Still Failing

2014-10-28 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1940/

###
## LAST 60 LINES OF THE CONSOLE 
###
[...truncated 29971 lines...]
[INFO] Reactor Summary:
[INFO] 
[INFO] hadoop-mapreduce-client ... SUCCESS [  2.569 s]
[INFO] hadoop-mapreduce-client-core .. SUCCESS [ 59.727 s]
[INFO] hadoop-mapreduce-client-common  SUCCESS [ 27.109 s]
[INFO] hadoop-mapreduce-client-shuffle ... SUCCESS [  4.323 s]
[INFO] hadoop-mapreduce-client-app ... FAILURE [08:51 min]
[INFO] hadoop-mapreduce-client-hs  SKIPPED
[INFO] hadoop-mapreduce-client-jobclient . SKIPPED
[INFO] hadoop-mapreduce-client-hs-plugins  SKIPPED
[INFO] hadoop-mapreduce-client-nativetask  SKIPPED
[INFO] Apache Hadoop MapReduce Examples .. SKIPPED
[INFO] hadoop-mapreduce .. SKIPPED
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 10:26 min
[INFO] Finished at: 2014-10-28T13:34:38+00:00
[INFO] Final Memory: 31M/690M
[INFO] 
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on 
project hadoop-mapreduce-client-app: 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-app/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-app
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 #1870
Archived 2 artifacts
Archive block size is 32768
Received 0 blocks and 20235113 bytes
Compression is 0.0%
Took 12 sec
Updating YARN-2502
Updating HADOOP-11233
Updating HDFS-6741
Updating HADOOP-11236
Updating HDFS-7278
Updating YARN-2726
Updating YARN-2704
Updating HDFS-6934
Updating MAPREDUCE-6018
Updating HDFS-5928
Updating YARN-2591
Updating HDFS-6538
Updating HADOOP-10926
Updating MAPREDUCE-5933
Updating HDFS-7282
Email was triggered for: Failure
Sending email for trigger: Failure



###
## FAILED TESTS (if any) 
##
No tests ran.

[jira] [Created] (MAPREDUCE-6140) TestMRJobsWithProfiler uses unsuppported profiler argument

2014-10-28 Thread David Villegas (JIRA)
David Villegas created MAPREDUCE-6140:
-

 Summary: TestMRJobsWithProfiler uses unsuppported profiler argument
 Key: MAPREDUCE-6140
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6140
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: mrv2
Affects Versions: 2.5.1
 Environment: IBM JDK 1.7
Reporter: David Villegas
Assignee: David Villegas
Priority: Minor


TestMRJobsWithProfiler passes -Xprof to reducer tasks, but this option is not 
supported by IBM JDK



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


[jira] [Created] (MAPREDUCE-6141) History server leveldb recovery store

2014-10-28 Thread Jason Lowe (JIRA)
Jason Lowe created MAPREDUCE-6141:
-

 Summary: History server leveldb recovery store
 Key: MAPREDUCE-6141
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6141
 Project: Hadoop Map/Reduce
  Issue Type: Improvement
  Components: jobhistoryserver
Reporter: Jason Lowe
Assignee: Jason Lowe


It would be nice to have a leveldb option to the job history server recovery 
store.  Leveldb would provide some benefits over the existing filesystem store 
such as better support for atomic operations, fewer I/O ops per state update, 
and far fewer total files on the filesystem.



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