Redirecting to mapreduce-dev. As described in http://hadoop.apache.org/mailing_lists.html, general isn't for user/dev questions.
On Fri, Jan 14, 2011 at 3:58 AM, Grandl Robert <rgra...@yahoo.com> wrote: > I want to make some minor modifications in FairShare scheduler and > recompile it such that to use it as before. Is there an easy way to do it > without spending much time on recompiling everything or without errors ? Assuming you are working on a 0.20 release, get the source and run "ant compile". That will create all of the jars for you including the contrib ones. -- Owen