You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by Apache Wiki <wi...@apache.org> on 2011/06/13 18:19:47 UTC

[Hadoop Wiki] Update of "HowToContribute" by ToddLipcon

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 ToddLipcon:
http://wiki.apache.org/hadoop/HowToContribute?action=diff&rev1=53&rev2=54

  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":
  
  {{{
- svn checkout http://svn.apache.org/repos/asf/hadoop/common/trunk/ hadoop-common-trunk
+ svn checkout http://svn.apache.org/repos/asf/hadoop/common/trunk/ hadoop-trunk
  }}}
  You may also want to develop against a specific release.  To do so, visit http://svn.apache.org/repos/asf/hadoop/common/tags/ and find the release that you are interested in developing against.  To checkout this release, run:
  
@@ -19, +19 @@

  }}}
  If you prefer to use Eclipse for development, there are instructions for setting up SVN access from within Eclipse at EclipseEnvironment.
  
- The Hadoop system is split into three separate projects: common, hdfs, and mapreduce. You'll also need to check out the other subprojects:
- 
- {{{
- svn checkout http://svn.apache.org/repos/asf/hadoop/hdfs/trunk/ hadoop-hdfs-trunk
- svn checkout http://svn.apache.org/repos/asf/hadoop/mapreduce/trunk/ hadoop-mapred-trunk
- }}}
  ==== Git Access ====
  See GitAndHadoop
  
@@ -211, +205 @@

  
  Please be patient.  Committers are busy people too.  If no one responds to your patch after a few days, please make friendly reminders.  Please incorporate other's suggestions into your patch if you think they're reasonable.  Finally, remember that even a patch that is not committed is useful to the community.
  
- Should your patch receive a "-1" from the Hudson testing, select the '''Resume Progress''' on the issue's Jira, upload a new patch with necessary fixes, and then select the '''Submit Patch''' link again.
+ Should your patch receive a "-1" from the Hudson testing, select the '''Cancel Patch''' on the issue's Jira, upload a new patch with necessary fixes, and then select the '''Submit Patch''' link again.
  
  Committers: for non-trivial changes, it is best to get another committer to review your patches before commit.  Use '''Submit Patch''' link like other contributors, and then wait for a "+1" from another committer before committing.  Please also try to frequently review things in the patch queues: