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

Comment:
Fix broken list

  git apply -p0 cool_patch.patch
  }}}
  
- If you are an Eclipse user, you can apply a patch by : 1. Right click project 
name in Package Explorer , 2. Team -> Apply Patch
+ If you are an Eclipse user, you can apply a patch by :
+ 
+  1. Right click project name in Package Explorer
+  1. Team -> Apply Patch
  
  === Changes that span projects ===
  You may find that you need to modify both the common project and MapReduce or 
HDFS. Or perhaps you have changed something in common, and need to verify that 
these changes do not break the existing unit tests for HDFS and MapReduce. 
Hadoop's build system integrates with a local maven repository to support 
cross-project development. Use this general workflow for your development:

Reply via email to