Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is the source code for apache hadoop examples

Can anyone please direct me to the source code for Apache Hadoop Yarn examples. The 2.2.0 distribution comes with a jar names hadoop-mapreduce-examples-2.2.0.jar. I am trying to find the source code for the examples. Any pointer would be helpful...

Thanks,Amit

like image 450
Dutta Avatar asked Jan 13 '23 00:01

Dutta


2 Answers

Did you look at the source code in SVN? Here it is. http://svn.apache.org/viewvc/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-examples/src/

like image 148
Sean Owen Avatar answered Jan 16 '23 19:01

Sean Owen


Mirror link on Github (for Git users)

https://github.com/apache/hadoop/tree/trunk/hadoop-mapreduce-project/hadoop-mapreduce-examples

like image 27
Ramesh Ponnada Avatar answered Jan 16 '23 18:01

Ramesh Ponnada