Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The "EclipseEnvironment" page has been changed by madhukara phatak: http://wiki.apache.org/hadoop/EclipseEnvironment?action=diff&rev1=40&rev2=41 Comment: The older https url was returning error Let's begin by getting the latest source from GitHub (please note there is a time delay between the Apache svn repository and replicating over changes to GitHub). {{{ - git clone https://github.com/apache/hadoop-common.git + git clone git://github.com/apache/hadoop-common.git }}} This will create a hadoop-common folder in your current directory, if you "cd" into that folder you will see the 3 subprojects. Now we will build the code to get it ready for importing into Eclipse.
