Good morning,
I did not succeed to find a mapReduce example on YARN (i.e. The 2nd version of MapReduce), the one that is always presented is WordCount which is just the very same code as the one presented on the first version of MapReduce. Even "Hadoop: the definitive guide" doesn't have codes in YARN!
Can you provide me with a code that shows me the difference of writing a mapReduce code in the previous version and the newest version?
In fact, I was trying to write a branch and bound code on MR1 but then I saw that YARN can make the things easiser thanks to BranchReduce.
Any help is appreciated, Thanks in advance