You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by Apache Wiki <wi...@apache.org> on 2011/05/20 02:05:45 UTC

[Hadoop Wiki] Update of "Hive/HowToContribute" by PatrickHunt

Dear Wiki user,

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

The "Hive/HowToContribute" page has been changed by PatrickHunt.
http://wiki.apache.org/hadoop/Hive/HowToContribute?action=diff&rev1=36&rev2=37

--------------------------------------------------

  
  {{{
  > cd hive-trunk
- > ant clean test tar -logfile ant.log
+ > ant clean package test tar -logfile ant.log
  }}}
  After a while, if you see
  
@@ -189, +189 @@

  
  When you believe that your patch is ready to be committed, select the '''Submit Patch''' link on the issue's JIRA.
  
- Folks should run {{{ant clean test}}} before selecting '''Submit Patch'''.  Tests should all pass. If your patch involves performance optimizations, they should be validated by benchmarks that demonstrate an improvement.
+ Folks should run {{{ant clean package test}}} before selecting '''Submit Patch'''.  Tests should all pass. If your patch involves performance optimizations, they should be validated by benchmarks that demonstrate an improvement.
  
  If your patch creates an incompatibility with the latest major release, then you must set the '''Incompatible change''' flag on the issue's JIRA 'and' fill in the '''Release Note''' field with an explanation of the impact of the incompatibility and the necessary steps users must take.