Skip to content

Instantly share code, notes, and snippets.

@wyukawa
Created April 30, 2012 16:48
Show Gist options
  • Save wyukawa/2559954 to your computer and use it in GitHub Desktop.
Save wyukawa/2559954 to your computer and use it in GitHub Desktop.
HiveのソースをEclipseに取り込む手順
http://mt.orz.at/archives/2012/04/hive-1.html
のupdate版
svn checkout http://svn.apache.org/repos/asf/hive/trunk hive-trunk
cd hive-trunk
wget https://issues.apache.org/jira/secure/attachment/12524106/HIVE-2902.3.patch.txt
patch -p0 < HIVE-2902.3.patch.txt
ant clean package eclipse-files #ただしmakeがないとcleanで怒られるのでオレはant package eclipse-filesしかしてない
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment