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/06 21:02:01 UTC

Hbase/HowToContribute reverted to revision 55 on Hadoop Wiki

Dear wiki user,

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

The page Hbase/HowToContribute has been reverted to revision 55 by stack.
http://wiki.apache.org/hadoop/Hbase/HowToContribute?action=diff&rev1=56&rev2=57

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

  
  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]][[http://uebersetzungsdienstleistung.wordpress.com|.]] Most development is done on the "trunk":
+ Get the source code on your local drive using [[http://svn.apache.org/repos/asf/hbase|SVN]]. 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]][[uebersetzung-mexikanisch-deutsch.blogage.de|.]]
+ 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]].
  
  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: