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 19:36:25 UTC

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

Author: bfoster
Date: Fri Feb  4 18:36:25 2011
New Revision: 1067254

URL: http://svn.apache.org/viewvc?rev=1067254&view=rev
Log:
updated wengine hadoop install README.txt

Added:
    oodt/branches/wengine-branch/README.txt
      - copied, changed from r1067253, oodt/branches/wengine-branch/wengine/README.txt
Removed:
    oodt/branches/wengine-branch/wengine/README.txt

Copied: oodt/branches/wengine-branch/README.txt (from r1067253, oodt/branches/wengine-branch/wengine/README.txt)
URL: http://svn.apache.org/viewvc/oodt/branches/wengine-branch/README.txt?p2=oodt/branches/wengine-branch/README.txt&p1=oodt/branches/wengine-branch/wengine/README.txt&r1=1067253&r2=1067254&rev=1067254&view=diff
==============================================================================
--- oodt/branches/wengine-branch/wengine/README.txt (original)
+++ oodt/branches/wengine-branch/README.txt Fri Feb  4 18:36:25 2011
@@ -1,15 +1,12 @@
 
-Because the Hadoop 0.21.0 jars are currently not deployed anywhere you must check out the following source code:
+Because the Hadoop 0.21.0 jars are currently not deployed 
+anywhere, you must install the hadoop source. The source
+has been checked in for your convenience in the hadoop-src
+directory. To install this code into your maven repo:
 
-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
+In common-0.21.0:
 ant mvn-install
 
-For mapreduce run:
+Then in mapreduce-0.21.0:
+ant mvn-install-mapred
 
-ant
-ant mvn-install-mapred
\ No newline at end of file