From da2e4496d820bab8acd7e7b22fc117336b9e7d77 Mon Sep 17 00:00:00 2001 From: Jitendra Nath Pandey Date: Mon, 27 Feb 2012 19:29:16 +0000 Subject: [PATCH] HADOOP-8113. Correction to BUILDING.txt: HDFS needs ProtocolBuffer, too (not just MapReduce). Contributed by Eugene Koontz. git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1294293 13f79535-47bb-0310-9956-ffa450edef68 --- BUILDING.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.txt b/BUILDING.txt index 662bd2577a..c4252d757b 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -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)