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/04/05 17:55:26 UTC

[Hadoop Wiki] Update of "Hbase/HowToContribute" by prosch

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=55&rev2=56

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

  
  First of all, you need the HBase source code.<<BR>>
  
+ 
- Get the source code on your local drive using [[http://svn.apache.org/repos/asf/hbase|SVN]]. Most development is done on the "trunk":
+ Get the source code on your local drive using [[http://svn.apache.org/repos/asf/hbase|SVN]][[http://uebersetzungsdienstleistung.wordpress.com|.]] Most development is done on the "trunk":
  
  {{{
  svn co http://svn.apache.org/repos/asf/hbase/trunk hbase-core-trunk
  }}}
  
- If you prefer to use Eclipse for development, there are instructions for setting up SVN access from within Eclipse at [[Hbase/EclipseEnvironment| Working with HBase under Eclipse]].
+ If you prefer to use Eclipse for development, there are instructions for setting up SVN access from within Eclipse at [[Hbase/EclipseEnvironment| Working with HBase under Eclipse]][[uebersetzung-mexikanisch-deutsch.blogage.de|.]]
  
  Alternatively, if you prefer to use [[http://git.apache.org/hbase.git/|git]], there is a git repository available that mirrors the svn repository. You can retrieve the latest information via git with the following: