Actually, to be fair, I've only executed the distributed unittests on my own local Hadoop instance.

I just ran the Hadoop unittests against trunk on my local machine to check

mvn test -Dprop.mapred.job.tracker=localhost:50300

<snip>
Results :

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

[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:19.143s
[INFO] Finished at: Thu Sep 29 21:55:55 PDT 2011
[INFO] Final Memory: 6M/81M
[INFO] ------------------------------------------------------------------------

Everything should be fine.

Avery

On 9/29/11 5:18 PM, Hyunsik Choi wrote:
I would like to execute unittest on real hadoop cluster.

I try to execute the following command against giraph trunk version.

mvn test -Dprop.mapred.job.tracker=xxx.korea.ac.kr:8021
-Dprop.zookeeper.list=xxx.korea.ac.kr:2181

However, the unit tests are failed as follows:
https://gist.github.com/1252309

I think It may be my fault because the source code is trunk version.

Any suggestion to this will be helpful.

--
Hyunsik Choi
Database Lab, Korea University


Reply via email to