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.
