Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The "HowToContribute" page has been changed by SteveLoughran. The comment on this change is: injecting a new page on Git. http://wiki.apache.org/hadoop/HowToContribute?action=diff&rev1=37&rev2=38 -------------------------------------------------- === Getting the source code === - First of all, you need the Hadoop source code.<<BR>> + First of all, you need the Hadoop source code. The official location for Hadoop is the Apache SVN repository; Git is also supported, and useful if you want to make lots of local changes -and keep those changes under some form or private or public revision control. + + ==== SVN Access ==== Get the source code on your local drive using [[http://hadoop.apache.org/core/version_control.html|SVN]]. Most development is done on the "trunk": @@ -21, +23 @@ }}} If you prefer to use Eclipse for development, there are instructions for setting up SVN access from within Eclipse at EclipseEnvironment. + + ==== Git Access ==== + + See [[GitAndHadoop]] === Making Changes ===
