Author: cnauroth
Date: Fri Jan 17 23:27:00 2014
New Revision: 1559278

URL: http://svn.apache.org/r1559278
Log:
HADOOP-10240. Windows build instructions incorrectly state requirement of 
protoc 2.4.1 instead of 2.5.0. Contributed by Chris Nauroth.

Modified:
    hadoop/common/trunk/BUILDING.txt

Modified: hadoop/common/trunk/BUILDING.txt
URL: 
http://svn.apache.org/viewvc/hadoop/common/trunk/BUILDING.txt?rev=1559278&r1=1559277&r2=1559278&view=diff
==============================================================================
--- hadoop/common/trunk/BUILDING.txt (original)
+++ hadoop/common/trunk/BUILDING.txt Fri Jan 17 23:27:00 2014
@@ -183,11 +183,11 @@ Building on Windows
 Requirements:
 
 * Windows System
-* JDK 1.6
-* Maven 3.0
-* Windows SDK or Visual Studio 2010 Professional
-* ProtocolBuffer 2.4.1+ (for MapReduce and HDFS)
+* JDK 1.6+
+* Maven 3.0 or later
 * Findbugs 1.3.9 (if running findbugs)
+* ProtocolBuffer 2.5.0
+* Windows SDK or Visual Studio 2010 Professional
 * Unix command-line tools from GnuWin32 or Cygwin: sh, mkdir, rm, cp, tar, gzip
 * Internet connection for first build (to fetch all Maven and Hadoop 
dependencies)
 


Reply via email to