Can explain what testing you would like to do?

If you want to test hadoop as a user who is using hadoop, then best is to 
install hadoop on single node cluster and execute various dfs command and 
example map/reduce programs.
You will find lot of info on the wiki. 
http://wiki.apache.org/hadoop/

If you want to run test cases for haoop, then hadoop sources also have unit 
test cases, which tests the functionality of various components of hadoop.
Look at the test cases in $HADOOP_HOME/src/test sub directory.
Checkout the source and execute 'ant test' which will run each of unit tests.
http://wiki.apache.org/hadoop/HowToContribute

HTH,
Lohit

----- Original Message ----
From: Udayan Singh <[EMAIL PROTECTED]>
To: [email protected]
Sent: Thursday, June 26, 2008 9:49:42 PM
Subject: Testing of Hadoop

Hi,

I have been looking into the aspect of how to test (any type of testing)
hadoop?

Is there any link that talks about the same ?

tia,
Udayan

Reply via email to