Hi, How long is Hadoop full unit test suit expected to run? How do you go about running Hadoop tests? I found that it can take hours for [ant test] target to run which does not seem to be very efficient for development. Is there anything I can do to speed up tests (like running Hadoop in a real cluster)?
Say I would like to fix a bug in Hadoop in ABC.java. Is it OK if I execute just ABCTest.java (if available) for the development phase before the patch is attached to JIRA ticket? I don't expect the answer to this question is positive but I can not think of better workaround for now... Regards, Lukas -- http://blog.lukas-vlcek.com/
