HADOOP-8485. Don't hardcode "Apache Hadoop 0.23" in the docs. Contributed by Eli Collins
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1347133 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8813f42175
commit
df57680b5f
@ -269,6 +269,8 @@ Release 2.0.1-alpha - UNRELEASED
|
|||||||
HADOOP-8481. update BUILDING.txt to talk about cmake rather than autotools.
|
HADOOP-8481. update BUILDING.txt to talk about cmake rather than autotools.
|
||||||
(Colin Patrick McCabe via eli)
|
(Colin Patrick McCabe via eli)
|
||||||
|
|
||||||
|
HADOOP-8485. Don't hardcode "Apache Hadoop 0.23" in the docs. (eli)
|
||||||
|
|
||||||
Release 2.0.0-alpha - 05-23-2012
|
Release 2.0.0-alpha - 05-23-2012
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
@ -16,10 +16,10 @@
|
|||||||
---
|
---
|
||||||
${maven.build.timestamp}
|
${maven.build.timestamp}
|
||||||
|
|
||||||
Apache Hadoop 0.23
|
Apache Hadoop ${project.version}
|
||||||
|
|
||||||
Apache Hadoop 0.23 consists of significant improvements over the previous
|
Apache Hadoop ${project.version} consists of significant
|
||||||
stable release (hadoop-0.20.205).
|
improvements over the previous stable release (hadoop-1.x).
|
||||||
|
|
||||||
Here is a short overview of the improvments to both HDFS and MapReduce.
|
Here is a short overview of the improvments to both HDFS and MapReduce.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user