Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The following page has been changed by RaghothamMurthy: http://wiki.apache.org/hadoop/Hive/GettingStarted ------------------------------------------------------------------------------ {{{ $ svn co http://svn.apache.org/repos/asf/hadoop/hive/trunk hive $ cd hive - $ ant package + $ ant -Dhadoop.version="<your-hadoop-version>" package + # For example + $ ant -Dhadoop.version="0.17.2.1" package $ cd build/dist $ ls README.txt
