Spring for Apache Hadoop 2.1 Released
It was about six months ago that we started work on the 2.1 version of Spring for Apache Hadoop. We are now pleased to announce the general availability of version 2.1.0.
Beginning with the Spring for Apache Hadoop 2.1 version, we now only support Hadoop 2.0 APIs and no longer provide backwards compatibility with older Hadoop v1 distributions. If you need support for older Hadoop versions please use the 2.0.4 or 1.1.0 versions of Spring for Apache Hadoop.
The main new features for the 2.1 version are:
Configuration and Boot support:
- New @Configuration changes and improvements to the Boot auto configuration features. A good example of this support can be seen in the
boot-fsshell
DemoApplication
example app …