Skip to content

Commit 105a5a2

Browse files
authored
HADOOP-19166. [DOC] Drop Migrating from Apache Hadoop 1.x to Apache Hadoop 2.x (#7981)
1 parent dc7b9e2 commit 105a5a2

File tree

3 files changed

+1
-75
lines changed

3 files changed

+1
-75
lines changed

hadoop-common-project/hadoop-common/src/site/markdown/Compatibility.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,7 @@ release as the original build target.
201201
For MapReduce applications in particular, i.e. applications using the
202202
org.apache.hadoop.mapred and/or org.apache.hadoop.mapreduce APIs, the developer
203203
community SHALL support binary compatibility across major releases. The
204-
MapReduce APIs SHALL be supported compatibly across major releases. See
205-
[Compatibility for MapReduce applications between hadoop-1.x and hadoop-2.x](../../hadoop-mapreduce-client/hadoop-mapreduce-client-core/MapReduce_Compatibility_Hadoop1_Hadoop2.html) for more details.
204+
MapReduce APIs SHALL be supported compatibly across major releases.
206205

207206
Some applications may be affected by changes to disk layouts or other internal
208207
changes. See the sections that follow for policies on how incompatible
@@ -765,7 +764,6 @@ References
765764
Here are some relevant JIRAs and pages related to the topic:
766765

767766
* The evolution of this document - [HADOOP-9517](https://issues.apache.org/jira/browse/HADOOP-9517)
768-
* Binary compatibility for MapReduce end-user applications between hadoop-1.x and hadoop-2.x - [MapReduce Compatibility between hadoop-1.x and hadoop-2.x](../../hadoop-mapreduce-client/hadoop-mapreduce-client-core/MapReduce_Compatibility_Hadoop1_Hadoop2.html)
769767
* Annotations for interfaces as per interface classification schedule - [HADOOP-7391](https://issues.apache.org/jira/browse/HADOOP-7391) [Hadoop Interface Classification](./InterfaceClassification.html)
770768
* Compatibility for Hadoop 1.x releases - [HADOOP-5071](https://issues.apache.org/jira/browse/HADOOP-5071)
771769
* The [Hadoop Roadmap](http://wiki.apache.org/hadoop/Roadmap) page that captures other release policies

hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/site/markdown/MapReduce_Compatibility_Hadoop1_Hadoop2.md

Lines changed: 0 additions & 71 deletions
This file was deleted.

hadoop-project/src/site/site.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@
112112
<menu name="MapReduce" inherit="top">
113113
<item name="Tutorial" href="hadoop-mapreduce-client/hadoop-mapreduce-client-core/MapReduceTutorial.html"/>
114114
<item name="Commands Reference" href="hadoop-mapreduce-client/hadoop-mapreduce-client-core/MapredCommands.html"/>
115-
<item name="Compatibility with 1.x" href="hadoop-mapreduce-client/hadoop-mapreduce-client-core/MapReduce_Compatibility_Hadoop1_Hadoop2.html"/>
116115
<item name="Encrypted Shuffle" href="hadoop-mapreduce-client/hadoop-mapreduce-client-core/EncryptedShuffle.html"/>
117116
<item name="Pluggable Shuffle/Sort" href="hadoop-mapreduce-client/hadoop-mapreduce-client-core/PluggableShuffleAndPluggableSort.html"/>
118117
<item name="Distributed Cache Deploy" href="hadoop-mapreduce-client/hadoop-mapreduce-client-core/DistributedCacheDeploy.html"/>

0 commit comments

Comments
 (0)