mvn test build failure

2012-07-20 Thread Yanbo Liang
Hi All, I just try to run the Hadoop test framework with the command " mvn test " in the top level directory of this project, but get "BUILD FAILURE". >From the tail of this log segment which listed below, it said can't find org/apache/maven/surefire/report/ReporterFactory class when run test of

Re: mvn test build failure

2012-07-20 Thread Eric Charles
Hi, Try with JDK1.6. You will have much less failures. Eric On 07/20/2012 11:21 AM, Yanbo Liang wrote: Hi All, I just try to run the Hadoop test framework with the command " mvn test " in the top level directory of this project, but get "BUILD FAILURE". From the tail of this log segment which

Hadoop-Hdfs-trunk - Build # 1110 - Still Failing

2012-07-20 Thread Apache Jenkins Server
See https://builds.apache.org/job/Hadoop-Hdfs-trunk/1110/ ### ## LAST 60 LINES OF THE CONSOLE ### [...truncated 10887 lines...] Running org.apache.hadoop.fs.viewfs.TestV

Build failed in Jenkins: Hadoop-Hdfs-trunk #1110

2012-07-20 Thread Apache Jenkins Server
See Changes: [eli] HDFS-3690. BlockPlacementPolicyDefault incorrectly casts LOG. Contributed by Eli Collins -- [...truncated 10694 lines...] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, T

[jira] [Created] (HDFS-3696) FsShell put using WebHdfsFileSystem goes OOM when file size is big

2012-07-20 Thread Kihwal Lee (JIRA)
Kihwal Lee created HDFS-3696: Summary: FsShell put using WebHdfsFileSystem goes OOM when file size is big Key: HDFS-3696 URL: https://issues.apache.org/jira/browse/HDFS-3696 Project: Hadoop HDFS

Block missing issues in stress testing

2012-07-20 Thread Uma Maheswara Rao G
Hi Devs, We have seen couple of Block missing issues in stress testing. ( mostly all were with default configurations ) 1) HDFS-3584 Blocks are getting marked as corrupt with append operation under high load. 2) HDFS-3585 Blocks are getting marked as corrupt when commitblocksyncronization(S

[jira] [Created] (HDFS-3697) Enable fadvise readahead by default

2012-07-20 Thread Todd Lipcon (JIRA)
Todd Lipcon created HDFS-3697: - Summary: Enable fadvise readahead by default Key: HDFS-3697 URL: https://issues.apache.org/jira/browse/HDFS-3697 Project: Hadoop HDFS Issue Type: Improvement