From b7c2dece6cc87434d3f28488cf2c2d0b23005d0f Mon Sep 17 00:00:00 2001 From: Suresh Srinivas Date: Mon, 10 Feb 2014 19:35:46 +0000 Subject: [PATCH] HADOOP-10333. Merge 1566709 from trunk. git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1566710 13f79535-47bb-0310-9956-ffa450edef68 --- hadoop-common-project/hadoop-common/CHANGES.txt | 3 +++ .../hadoop-common/src/main/java/overview.html | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index 12a94584fd7..03d1761ccca 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -14,6 +14,9 @@ Release 2.4.0 - UNRELEASED HADOOP-10295. Allow distcp to automatically identify the checksum type of source files and use it for the target. (jing9 and Laurent Goujon) + HADOOP-10333. Fix grammatical error in overview.html document. + (René Nyffenegger via suresh) + OPTIMIZATIONS BUG FIXES diff --git a/hadoop-common-project/hadoop-common/src/main/java/overview.html b/hadoop-common-project/hadoop-common/src/main/java/overview.html index 759c093aa59..5868617709b 100644 --- a/hadoop-common-project/hadoop-common/src/main/java/overview.html +++ b/hadoop-common-project/hadoop-common/src/main/java/overview.html @@ -57,7 +57,7 @@ that process vast amounts of data. Here's what makes Hadoop especially useful:
  • - Hadoop was been demonstrated on GNU/Linux clusters with 2000 nodes. + Hadoop has been demonstrated on GNU/Linux clusters with more than 4000 nodes.
  • Windows is also a supported platform.