-
Notifications
You must be signed in to change notification settings - Fork 357
Build with Apache Hadoop 2.x
If you build your own applications with Maven targeting Apache Hadoop 2.6.0 then you can use the latest Spring for Apache Hadoop 2.1 release using a version of 2.1.2.RELEASE
.
We are publishing "flavors" of the Spring for Apache Hadoop project built against different Hadoop distributions. This allows for better transitive dependency resolution.
The dependency to use for the Apache Hadoop 2.6.0 "flavor" (which is the default in version 2.1.x) of spring-data-hadoop is:
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-hadoop</artifactId>
<version>2.1.2.RELEASE</version>
</dependency>
If you build your own applications with Maven targeting Apache Hadoop 2.2.x then you can use the latest Spring for Apache Hadoop 2.0 release using a version of 2.0.4.RELEASE
.
We are publishing "flavors" of the Spring for Apache Hadoop project built against different Hadoop distributions. This allows for better transitive dependency resolution.
The dependency to use for the Apache Hadoop 2.2.0 "flavor" (which is the default in version 2.0.x) of spring-data-hadoop is:
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-hadoop</artifactId>
<version>2.0.4.RELEASE</version>
</dependency>