发布于 2014-09-08 23:51:12 | 198 次阅读 | 评论: 0 | 来源: 网友投递
Spring Framework 开源j2ee框架
Spring是什么呢?首先它是一个开源的项目,而且目前非常活跃;它是一个基于IOC和AOP的构架多层j2ee系统的框架,但它不强迫你必须在每一层 中必须使用Spring,因为它模块化的很好,允许你根据自己的需要选择使用它的某一个模块;它实现了很优雅的MVC,对不同的数据访问技术提供了统一的接口,采用IOC使得可以很容易的实现bean的装配,提供了简洁的AOP并据此实现Transcation Managment,等等
Spring for Apache Hadoop 2.1.0.M1 发布,一年前我们在 SpringOne 2GX 2013 的时候发布了 Spring for Hadoop 2.0 M1 版本,现在又在 Dallas, TX,SpringOne 2GX 2014 发布 Spring for Apache Hadoop 2.1.0.M1 版本。此版本现已提供在 Spring IO repository。
主要更新内容:
Added support for append mode in store writers
Enhancements for kerberos configuration for secured cluster access
Support for container grouping and clustering in Spring YARN, which brings functionality for running multiple container types, a new REST API and an improved application model with new client side commands and a command line shell.
Starting with this version we support Hadoop 2.0 APIs but no longer provide backwards compatibility with older Hadoop v1 distributions.
支持以下版本:
Apache Hadoop 2.2.0 (default)
Apache Hadoop 2.4.1 (hadoop24)
Apache Hadoop 2.5.0 (hadoop25)
Pivotal HD 2.0 (phd20)
Cloudera CDH5 (cdh5)
Hortonworks HDP 2.1 (hdp21)
相关内容请看 SpringOne2GX:
Introduction to Spring for Apache Hadoop by Thomas Risberg
Painless Build and Deploy for YARN Applications with Spring by Janne Valkealahti
更多内容请看 project page。
Spring for Apache Hadoop 提供了 Spring 框架用于创建和运行 Hadoop MapReduce、Hive 和 Pig 作业的功能,包括 HDFS 和 HBase。如果你需要简单的基于 Hadoop 进行作业调度,你可添加 Spring for Apache Hadoop 命名空间到你的 Spring 项目即可快速使用 Hadoop 了,使用该项目无需了解过多 Hadoop 技巧。
Spring for Apache Hadoop 是 Spring Data 的子模块之一。