Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Build with Apache Hadoop 2.x

Thomas Risberg edited this page Apr 3, 2015 · 9 revisions

Current: Spring for Apache Hadoop v2.1

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.

Spring for Apache Hadoop application using Maven

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>

Previous: Spring for Apache Hadoop v2.0

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.

Spring for Apache Hadoop application using Maven

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>