You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by bf...@apache.org on 2011/02/04 18:56:37 UTC

svn commit: r1067242 - /oodt/branches/wengine-branch/wengine/README.txt

Author: bfoster
Date: Fri Feb  4 17:56:36 2011
New Revision: 1067242

URL: http://svn.apache.org/viewvc?rev=1067242&view=rev
Log:

- install instructions for hadoop

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

Added:
    oodt/branches/wengine-branch/wengine/README.txt   (with props)

Added: oodt/branches/wengine-branch/wengine/README.txt
URL: http://svn.apache.org/viewvc/oodt/branches/wengine-branch/wengine/README.txt?rev=1067242&view=auto
==============================================================================
--- oodt/branches/wengine-branch/wengine/README.txt (added)
+++ oodt/branches/wengine-branch/wengine/README.txt Fri Feb  4 17:56:36 2011
@@ -0,0 +1,15 @@
+
+Because the Hadoop 0.21.0 jars are currently not deployed anywhere you must check out the following source code:
+
+http://svn.apache.org/repos/asf/hadoop/common/tags/release-0.21.0
+http://svn.apache.org/repos/asf/hadoop/mapreduce/tags/release-0.21.0
+
+In the checkout directory for common run:
+
+ant
+ant mvn-install
+
+For mapreduce run:
+
+ant
+ant mvn-install-mapred
\ No newline at end of file

Propchange: oodt/branches/wengine-branch/wengine/README.txt
------------------------------------------------------------------------------
    svn:mime-type = text/plain