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 TomWhite:
http://wiki.apache.org/hadoop/HowToContribute?action=diff&rev1=57&rev2=58
Comment:
Updated to simplify test-patch.sh command following HADOOP-7525
* the {{{patch}}} command must support the -E flag
* you may need to explicitly set ANT_HOME. Running {{{ant -diagnostics}}} will tell you
the default value on your system.
- For testing a patch in Hadoop Common, use a command like this one, run from the top-level
({{{hadoop-trunk}}}) checkout:
+ For testing a patch in Hadoop Common, use the following command, run from the top-level
({{{hadoop-trunk}}}) checkout:
{{{
+ dev-support/test-patch.sh /path/to/my.patch
- export MAVEN_HOME=...
- dev-support/test-patch.sh DEVELOPER \
- /path/to/my.patch \
- /tmp \
- svn \
- grep \
- patch \
- $FINDBUGS_HOME \
- $FORREST_HOME \
- `pwd`
}}}
+
+ Run the same command with no arguments to see the usage options.
==== Applying a patch ====
To apply a patch either you generated or found from JIRA, you can issue
|