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 2015/07/16 22:55:19 UTC

[Hadoop Wiki] Update of "HowToContribute" by SomeOtherAccount

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 SomeOtherAccount:
https://wiki.apache.org/hadoop/HowToContribute?action=diff&rev1=110&rev2=111

  In order to create a patch, type (from the base directory of hadoop):
  
  {{{
- git diff --no-prefix trunk > HADOOP-1234.patch
+ git diff trunk > HADOOP-1234.patch
  }}}
  This will report all modifications done on Hadoop sources on your local disk and save them into the ''HADOOP-1234.patch'' file.  Read the patch file. Make sure it includes ONLY the modifications required to fix a single issue.