You can download spring-data-hadoop-2.0.0.release.jar in this page.
The Apache Software License, Version 2.0
spring-data-hadoop-2.0.0.release.jar file has the following types.
META-INF/MANIFEST.MF META-INF/license.txt META-INF/notice.txt META-INF/spring.handlers META-INF/spring.schemas org.springframework.data.hadoop.config.AbstractGenericOptionsParser.class org.springframework.data.hadoop.config.AbstractImprovedSimpleBeanDefinitionParser.class org.springframework.data.hadoop.config.AbstractPropertiesConfiguredBeanDefinitionParser.class org.springframework.data.hadoop.config.DistributedCacheParser.class org.springframework.data.hadoop.config.HadoopConfigParser.class org.springframework.data.hadoop.config.HadoopFileSystemParser.class org.springframework.data.hadoop.config.HadoopJobParser.class org.springframework.data.hadoop.config.HadoopJobRunnerParser.class org.springframework.data.hadoop.config.HadoopJobTaskletParser.class org.springframework.data.hadoop.config.HadoopNamespaceHandler.class org.springframework.data.hadoop.config.HadoopResourceLoaderParser.class org.springframework.data.hadoop.config.HadoopResourceLoaderRegistrarParser.class org.springframework.data.hadoop.config.HadoopStreamJobParser.class org.springframework.data.hadoop.config.HbaseConfigurationParser.class org.springframework.data.hadoop.config.HiveClientParser.class org.springframework.data.hadoop.config.HiveRunnerParser.class org.springframework.data.hadoop.config.HiveServerParser.class org.springframework.data.hadoop.config.HiveTaskletParser.class org.springframework.data.hadoop.config.HiveTemplateParser.class org.springframework.data.hadoop.config.JarRunnerParser.class org.springframework.data.hadoop.config.JarTaskletParser.class org.springframework.data.hadoop.config.LinkedProperties.class org.springframework.data.hadoop.config.NamespaceUtils.class org.springframework.data.hadoop.config.PigRunnerParser.class org.springframework.data.hadoop.config.PigServerParser.class org.springframework.data.hadoop.config.PigTaskletParser.class org.springframework.data.hadoop.config.PigTemplateParser.class org.springframework.data.hadoop.config.ScriptParser.class org.springframework.data.hadoop.config.ScriptTaskletParser.class org.springframework.data.hadoop.config.ToolRunnerParser.class org.springframework.data.hadoop.config.ToolTaskletParser.class org.springframework.data.hadoop.config.common.annotation.AbstractAnnotationBuilder.class org.springframework.data.hadoop.config.common.annotation.AbstractAnnotationConfiguration.class org.springframework.data.hadoop.config.common.annotation.AbstractConfiguredAnnotationBuilder.class org.springframework.data.hadoop.config.common.annotation.AnnotationBuilder.class org.springframework.data.hadoop.config.common.annotation.AnnotationConfigurer.class org.springframework.data.hadoop.config.common.annotation.AnnotationConfigurerAdapter.class org.springframework.data.hadoop.config.common.annotation.AnnotationConfigurerBuilder.class org.springframework.data.hadoop.config.common.annotation.EnableAnnotationConfiguration.class org.springframework.data.hadoop.config.common.annotation.ObjectPostProcessor.class org.springframework.data.hadoop.config.common.annotation.configuration.AutowireBeanFactoryObjectPostProcessor.class org.springframework.data.hadoop.config.common.annotation.configuration.ObjectPostProcessorConfiguration.class org.springframework.data.hadoop.config.common.annotation.configurers.DefaultPropertiesConfigurer.class org.springframework.data.hadoop.config.common.annotation.configurers.DefaultResourceConfigurer.class org.springframework.data.hadoop.config.common.annotation.configurers.PropertiesConfigurer.class org.springframework.data.hadoop.config.common.annotation.configurers.PropertiesConfigurerAware.class org.springframework.data.hadoop.config.common.annotation.configurers.ResourceConfigurer.class org.springframework.data.hadoop.config.common.annotation.configurers.ResourceConfigurerAware.class org/springframework/data/hadoop/config/spring-hadoop-0.9.xsd org/springframework/data/hadoop/config/spring-hadoop-1.0.xsd org/springframework/data/hadoop/config/spring-hadoop-2.0.xsd
spring-data-hadoop-2.0.0.release.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.springframework.data</groupId> <artifactId>spring-data-hadoop</artifactId> <version>2.0.0.RELEASE</version> <name>Spring for Apache Hadoop Configuration</name> <description>Spring for Apache Hadoop Configuration</description> <url>http://github.com/spring-projects/spring-hadoop</url> <organization> <name>Spring by Pivotal</name> <url>http://projects.spring.io/spring-hadoop/</url> </organization> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>costin</id> <name>Costin Leau</name> <properties> <twitter>costinl</twitter> </properties> </developer> <developer> <id>trisberg</id> <name>Thomas Risberg</name> <email>trisberg@gopivotal.com</email> <properties> <twitter>trisberg</twitter> </properties> </developer> <developer> <id>jvalkeal</id> <name>Janne Valkealahti</name> <email>jvalkealahti@gopivotal.com</email> <properties> <twitter>tunebluez</twitter> </properties> </developer> </developers> <scm> <connection>scm:git:git://github.com/spring-projects/spring-hadoop</connection> <developerConnection>scm:git:git://github.com/spring-projects/spring-hadoop</developerConnection> <url>http://github.com/spring-projects/spring-hadoop</url> </scm> <dependencies> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context-support</artifactId> <version>4.0.5.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <version>4.0.5.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-aop</artifactId> <version>4.0.5.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-jdbc</artifactId> <version>4.0.5.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.data</groupId> <artifactId>spring-data-hadoop-core</artifactId> <version>2.0.0.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-tx</artifactId> <version>4.0.5.RELEASE</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework.data</groupId> <artifactId>spring-data-hadoop-batch</artifactId> <version>2.0.0.RELEASE</version> <scope>compile</scope> </dependency> </dependencies> </project>
<dependency> <groupId>org.springframework.data</groupId> <artifactId>spring-data-hadoop</artifactId> <version>2.0.0.release</version> </dependency>
If you think the following spring-data-hadoop-2.0.0.release.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download spring-data-hadoop-2.0.0.release.jar file