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 NeilConway: http://wiki.apache.org/hadoop/Hive/HowToContribute The comment on the change is: As far as I can tell, there's no useful test output in build/test by default ------------------------------------------------------------------------------ ==== 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. + Please make sure that all unit tests succeed before and after applying your patch and that no new javac compiler warnings are introduced by your patch. {{{ > cd hive-trunk @@ -55, +55 @@ {{{ BUILD FAILED }}} - then please examine error messages in {{{build/test}}} and fix things before proceeding. + then you should fix things before proceeding. Running + {{{ + > ant testreport + }}} + and examining the HTML report in {{{build/test}}} might be helpful. ==== Creating a patch ==== Check to see what files you have modified with:
