Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The "Hbase/HowToContribute" page has been changed by prosch: http://wiki.apache.org/hadoop/Hbase/HowToContribute?action=diff&rev1=84&rev2=85 === Getting the source code === First of all, you need the HBase source code.<<BR>> - [[http://www.uebersetzung-deutsch-englisch|Übersetzung Englisch Deutsch]] + Get the source code on your local drive using [[http://svn.apache.org/repos/asf/hbase|SVN]]. Most development is done on the "trunk": {{{ @@ -30, +30 @@ But take care about the following points * All public classes and methods should have informative [[http://java.sun.com/j2se/javadoc/writingdoccomments/|Javadoc comments]] - * Do not use @author tags. + * Do not use @author tags - * Please include the Apache License + * Please include the Apache License
