Where is the source code for apache hadoop example

2019-03-31 05:55发布

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

3条回答
虎瘦雄心在
4楼-- · 2019-03-31 06:45

Here is the SVN link to get the source code to your local machine.

You can install svn with the below command in Linux.

sudo apt-get install subversion

svn checkout http://svn.apache.org/repos/asf/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-examples

查看更多
登录 后发表回答