You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hadoop-common-project/hadoop-common/src/site/markdown/Compatibility.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -201,8 +201,7 @@ release as the original build target.
201
201
For MapReduce applications in particular, i.e. applications using the
202
202
org.apache.hadoop.mapred and/or org.apache.hadoop.mapreduce APIs, the developer
203
203
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.
206
205
207
206
Some applications may be affected by changes to disk layouts or other internal
208
207
changes. See the sections that follow for policies on how incompatible
@@ -765,7 +764,6 @@ References
765
764
Here are some relevant JIRAs and pages related to the topic:
766
765
767
766
* 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)
769
767
* Annotations for interfaces as per interface classification schedule - [HADOOP-7391](https://issues.apache.org/jira/browse/HADOOP-7391)[Hadoop Interface Classification](./InterfaceClassification.html)
770
768
* Compatibility for Hadoop 1.x releases - [HADOOP-5071](https://issues.apache.org/jira/browse/HADOOP-5071)
771
769
* The [Hadoop Roadmap](http://wiki.apache.org/hadoop/Roadmap) page that captures other release policies
Copy file name to clipboardExpand all lines: hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/site/markdown/MapReduce_Compatibility_Hadoop1_Hadoop2.md
0 commit comments