# spring-hadoop **Repository Path**: mirrors_spring-projects/spring-hadoop ## Basic Information - **Project Name**: spring-hadoop - **Description**: Spring for Apache Hadoop is a framework for application developers to take advantage of the features of both Hadoop and Spring. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2025-09-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # spring-hadoop is no longer actively maintained by VMware, Inc. > **NOTICE: The Spring for Apache Hadoop project has reached End-Of-Life status on April 5th, 2019. The final Spring for Apache Hadoop 2.5.0 release was built using Apache Hadoop version 2.7.3 and no new releases are planned.** The [Spring for Apache Hadoop](https://projects.spring.io/spring-hadoop/) project provides extensions to [Spring](https://projects.spring.io/spring-framework/), [Spring Batch](https://projects.spring.io/spring-batch/), and [Spring Integration](https://projects.spring.io/spring-integration/) to build manageable and robust pipeline solutions around Hadoop. Spring for Apache Hadoop extends Spring Batch by providing support for reading from and writing to HDFS, running various types of Hadoop jobs (Java MapReduce, Streaming, [Hive](https://hive.apache.org), [Spark](https://spark.apache.org/), [Pig](https://pig.apache.org)) and using [HBase](https://hbase.apache.org). An important goal is to provide excellent support for non-Java based developers to be productive using Spring Hadoop and not have to write any Java code to use the core feature set. Spring for Apache Hadoop also applies the familiar Spring programming model to Java MapReduce jobs by providing support for dependency injection of simple jobs as well as a POJO based MapReduce programming model that decouples your MapReduce classes from Hadoop specific details such as base classes and data types. # Docs You can find out more details from the [user documentation](https://docs.spring.io/spring-hadoop/docs/current/reference/html/) or by browsing the [javadocs](https://docs.spring.io/spring-hadoop/docs/current/api/). If you have ideas about how to improve or extend the scope, please feel free to contribute. # Artifacts For build dependencies to use in your own projects see our [Quick Start](https://projects.spring.io/spring-hadoop/#quick-start) page. # Building Spring for Apache Hadoop uses Gradle as its build system. To build the system simply run: gradlew from the project root folder. This will compile the sources, run the tests and create the artifacts. Note that the tests by default tries to access a localhost single-node Hadoop cluster. ## Supported distros By default Spring for Apache Hadoop compiles against the Apache Hadoop 2.7.x stable relase (hadoop27). The following distros and versions are currently supported in this projects master branch: - Apache Hadoop 2.7.x (hadoop27) default - Apache Hadoop 2.6.x (hadoop26) - Pivotal HD 3.0 (phd30) - Cloudera CDH5 (cdh5) - Hortonworks HDP 2.5 (hdp25) - Hortonworks HDP 2.4 (hdp24) (For older distro versions, look for older [releases](https://github.com/spring-projects/spring-hadoop/releases)) To compile against a specific distro version pass the `-Pdistro=