Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The following page has been changed by AlexLoddengaard: http://wiki.apache.org/hadoop/HowToContribute ------------------------------------------------------------------------------ {{{ svn checkout http://svn.apache.org/repos/asf/hadoop/core/trunk/ hadoop-core-trunk + }}} + + You may also want to develop against a specific release. To do so, visit [http://svn.apache.org/repos/asf/hadoop/core/tags/] and find the release that you are interested in developing against. To checkout this release, run: + + {{{ + svn checkout http://svn.apache.org/repos/asf/hadoop/core/tags/release-X.Y.Z/ hadoop-core-X.Y.Z }}} If you prefer to use Eclipse for development, there are instructions for setting up SVN access from within Eclipse at EclipseEnvironment.
