Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The following page has been changed by JimKellerman: http://wiki.apache.org/hadoop/Hbase/HowToContribute ------------------------------------------------------------------------------ * Place your class in the {{{src/test}}} tree. * you can run all the unit test with the command {{{ant test}}}, or you can run a specific unit test with the command {{{ant test -Dtestcase=<ClassName>}}} (For example {{{ant test -Dtestcase=TestHBaseCluster}}}) - === Generating a patch === + == Generating a patch == - ==== Unit Tests ==== + === Unit Tests === - Please make sure that all unit tests succeed before constructing your patch and that no new javac compiler warnings are introduced by your patch. {{{ @@ -57, +56 @@ }}} then please examine error messages in {{{build/test}}} and fix things before proceeding. - ==== Javadoc ==== + === Javadoc === Please also check the javadoc. @@ -68, +67 @@ Examine all public classes you've changed to see that documentation is complete and informative. Your patch must not generate any javadoc warnings. - ==== Creating a patch ==== + === Creating a patch === Check to see what files you have modified with: {{{ svn stat @@ -101, +100 @@ * comment code whose function or rationale is not obvious; * update documentation (e.g., ''package.html'' files, this wiki, etc.) - ==== Applying a patch ==== + === Applying a patch === To apply a patch either you generated or found from JIRA, you can issue {{{
