Re: a question about hadoop source code repo

2014-05-16 Thread Ted Yu
Which branch are you looking at ? In trunk, I see: $ ls hadoop-mapreduce-project CHANGES.txt NOTICE.txt conf hadoop-mapreduce-examples target INSTALL assembly dev-support lib LICENSE.txt bin hadoop-mapreduce-client pom.xml $ find hadoop-mapreduce-project -name src hadoop-mapreduce-project/hadoop-

a question about hadoop source code repo

2014-05-12 Thread Libo Yu
Hi, Under hadoop-mapreduce-project directory, I notice the following two directories: 1hadoop-mapreduce-client/ 2src/ 2 src/ can be expanded to java/org/apache/hadoop/mapreduce My question is what the directory is for. And I wonder why mapreduce code is in hadoop-mapreduce-client. Thank