From d7979b8b35156301ed1c1a5bcad73a75c8ea3034 Mon Sep 17 00:00:00 2001 From: Chris Nauroth Date: Fri, 17 Jan 2014 23:27:00 +0000 Subject: [PATCH] HADOOP-10240. Windows build instructions incorrectly state requirement of protoc 2.4.1 instead of 2.5.0. Contributed by Chris Nauroth. git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1559278 13f79535-47bb-0310-9956-ffa450edef68 --- BUILDING.txt | 8 ++++---- hadoop-common-project/hadoop-common/CHANGES.txt | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/BUILDING.txt b/BUILDING.txt index 2deb2ac279..54e6ddd631 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -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) diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index 0ea6bb6938..ab78efe536 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -620,6 +620,9 @@ Release 2.3.0 - UNRELEASED HADOOP-10234. "hadoop.cmd jar" does not propagate exit code. (cnauroth) + HADOOP-10240. Windows build instructions incorrectly state requirement of + protoc 2.4.1 instead of 2.5.0. (cnauroth) + Release 2.2.0 - 2013-10-13 INCOMPATIBLE CHANGES