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 2010/07/08 01:54:41 UTC

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

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 CarlSteinbach.
http://wiki.apache.org/hadoop/Hive/HowToContribute?action=diff&rev1=24&rev2=25

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

  {{{
  svn checkout http://svn.apache.org/repos/asf/hadoop/hive/trunk hive-trunk
  }}}
+ 
+ You also have the option of using one of the Git mirrors of the SVN repository:
+ 
+ {{{
+ git clone git://git.apache.org/hive.git
+ }}}
+ 
+ or
+ 
+ {{{
+ git clone http://github.com/apache/hive.git
+ }}}
+ 
  == Setting up Eclipse Development Environment (Optional) ==
  This is an optional step.  Eclipse has a lot of advanced features for Java development, and it makes the life much easier for Hive developers as well.