Author: jitendra
Date: Mon Feb 27 19:29:16 2012
New Revision: 1294293
URL: http://svn.apache.org/viewvc?rev=1294293&view=rev
Log:
HADOOP-8113. Correction to BUILDING.txt: HDFS needs ProtocolBuffer, too (not
just MapReduce). Contributed by Eugene Koontz.
Modified:
hadoop/common/trunk/BUILDING.txt
Modified: hadoop/common/trunk/BUILDING.txt
URL:
http://svn.apache.org/viewvc/hadoop/common/trunk/BUILDING.txt?rev=1294293&r1=1294292&r2=1294293&view=diff
==============================================================================
--- hadoop/common/trunk/BUILDING.txt (original)
+++ hadoop/common/trunk/BUILDING.txt Mon Feb 27 19:29:16 2012
@@ -8,7 +8,7 @@ Requirements:
* Maven 3.0
* Forrest 0.8 (if generating docs)
* Findbugs 1.3.9 (if running findbugs)
-* ProtocolBuffer 2.4.1+ (for MapReduce)
+* ProtocolBuffer 2.4.1+ (for MapReduce and HDFS)
* Autotools (if compiling native code)
* Internet connection for first build (to fetch all Maven and Hadoop
dependencies)