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/EclipseSetup ------------------------------------------------------------------------------ After checking out the source code run the following from the top-level directory: - * $ ant eclipse-files -Dhadoop.version=<your-hadoop-version> + * $ ant eclipse-files -Dhadoop.version="<your-hadoop-version>" - * $ ant package -Dhadoop.version=<your-hadoop-version> + * $ ant package -Dhadoop.version="<your-hadoop-version>" * $ cd metastore - * $ ant model-jar -Dhadoop.version=<your-hadoop-version> + * $ ant model-jar -Dhadoop.version="<your-hadoop-version>" * $ cd ../ql - * $ ant gen-test -Dhadoop.version=<your-hadoop-version> + * $ ant gen-test -Dhadoop.version="<your-hadoop-version>" You should see the following new files/directories in the top-level-directory. * .classpath
