Author: mahadev
Date: Wed May 11 20:25:42 2011
New Revision: 1102069

URL: http://svn.apache.org/viewvc?rev=1102069&view=rev
Log:
Minor fix for install instructions.

Modified:
    hadoop/mapreduce/branches/MR-279/CHANGES.txt
    hadoop/mapreduce/branches/MR-279/yarn/README

Modified: hadoop/mapreduce/branches/MR-279/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/hadoop/mapreduce/branches/MR-279/CHANGES.txt?rev=1102069&r1=1102068&r2=1102069&view=diff
==============================================================================
--- hadoop/mapreduce/branches/MR-279/CHANGES.txt (original)
+++ hadoop/mapreduce/branches/MR-279/CHANGES.txt Wed May 11 20:25:42 2011
@@ -3,6 +3,8 @@ Hadoop MapReduce Change Log
 Trunk (unreleased changes)
 
   MAPREDUCE-279
+    Minor fix for install instructions.
+    
     Add license header and minor cleanup in history server. (Siddharth Seth 
     via sharad)
 

Modified: hadoop/mapreduce/branches/MR-279/yarn/README
URL: 
http://svn.apache.org/viewvc/hadoop/mapreduce/branches/MR-279/yarn/README?rev=1102069&r1=1102068&r2=1102069&view=diff
==============================================================================
--- hadoop/mapreduce/branches/MR-279/yarn/README (original)
+++ hadoop/mapreduce/branches/MR-279/yarn/README Wed May 11 20:25:42 2011
@@ -13,7 +13,7 @@ mvn install:install-file -Dfile=./avro-m
 
 Install protobuf 2.4.0a (Download from 
http://code.google.com/p/protobuf/downloads/list)
  - install the protoc executable (configure, make, make install)
- - install the maven artifact (mvn install)
+ - install the maven artifact (cd java; mvn install)
 Installing protoc requires gcc 4.1.x or higher.
 If the make step fails with (Valid until a fix is released for protobuf 2.4.0a)
     ./google/protobuf/descriptor.h:1152: error:


Reply via email to