Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change 
notification.

The "EclipseEnvironment" page has been changed by JimPlush:
http://wiki.apache.org/hadoop/EclipseEnvironment?action=diff&rev1=39&rev2=40

  
   * Under project Properties, select Java Build Path, and the Libraries tab
   * Click "Add External Class Folder" and select the `build` directory of the 
current project (it has to be an External folder, or Eclipse will complain)
+ 
+ == To Create a Patch: ==
+ cd into your hadoop-common parent directory. Assuming you've staged your 
files using "git add File1.java" you can create a patch with your files and 
changes with the following command.
+ 
+ {{{
+ git diff --cached --no-prefix > /tmp/HDFS-0000.txt
+ }}}
+ 
+ Verify the patch contains only the code you're proposing for the change/fix 
and it's ready to upload as a patch in Jira.
  
  == Longer instructions ==
  === Download and install the Subversive plug-in ===

Reply via email to