Hi guys ! I was trying to use capacity scheduler with mumak simulator. hadoop version : haddop-0.21 I am able to run mumak simulator as per slides of Hong Tong http://www.slideshare.net/hadoopusergroup/mumak As per https://issues.apache.org/jira/browse/MAPREDUCE-1253 i need to apply the patch.
i have tried like this : 1 > copied patch file to HADOOP_HOME/mapreduce/src/ contrib/mumak 2 > $cd HADOOP_HOME/mapreduce/src/contrib/mumak 3 > $patch -p0 < patch_file_name but i get ERROR 3 out of 3 HUNK failed Is it the right way to apply patches ? If not what is the general way ? Thanks, Arun