You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Hennig, Ryan" <ry...@ebay.com> on 2012/04/03 02:06:57 UTC

unit test failure in hadoop-common 0.23

Hello,

I'm trying to run "mvn test" on hadoop 0.23 (freshly cloned)  and I'm getting this error:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.10:test (default-test) on project hadoop-common: Failure or timeout -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.10:test (default-test) on project hadoop-common: Failure or timeout

The last thing to run before the results were printed with this error was:

Forking command line: /bin/sh -c cd /home/rhennig/src/hadoop-common-0.23/hadoop-common-project/hadoop-common && /usr/java/jdk1.6.0_27/jre/bin/java -Xmx1024m -jar /home/rhennig/src/hadoop-common-0.23/hadoop-common-project/hadoop-common/target/surefire/surefirebooter5119103135497442408.jar /home/rhennig/src/hadoop-common-0.23/hadoop-common-project/hadoop-common/target/surefire/surefire6172212555271806678tmp /home/rhennig/src/hadoop-common-0.23/hadoop-common-project/hadoop-common/target/surefire/surefire3146795527716588200tmp
Running org.apache.hadoop.util.TestRunJar
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.727 sec

I'm new to Maven… could anyone suggest how to troubleshoot this?

Thanks,
Ryan Hennig