Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.1.0
Description
As discussed last year, and again on the mailing list this week, it's likely time to remove support for Hadoop 2.5 and earlier. Distros have been on 2.6 for over 2 years, and upstream is on to 2.7 / 3.x. It only affects Hadoop cluster users. 2.1.x continues to work on 2.2+.
The benefit is mostly cleaning up the build matrix, reasoning about dependencies across Hadoop versions, and bits of code across the project that depend on reflection to deal with newer features. It makes it a little easier to use newer Hadoop APIs. De facto, I doubt that versions before 2.6 would be given serious support in the project already anyway.
Attachments
Issue Links
- is related to
-
SPARK-19660 Replace the configuration property names that are deprecated in the version of Hadoop 2.6
- Resolved
- relates to
-
SPARK-19545 Compilation error with method not found when build against Hadoop 2.6.0.
- Resolved
- links to