I wonder what's the deference between Spring Batch & Hadoop? looks like they all focus on Big Data & parellel processing.
Thanks for you guys provided above good stuffs for beginners like me.
Cheers.
--Jason
Printable View
I wonder what's the deference between Spring Batch & Hadoop? looks like they all focus on Big Data & parellel processing.
Thanks for you guys provided above good stuffs for beginners like me.
Cheers.
--Jason
Spring Hadoop is an extension to Spring Batch designed to specifically to provide the benefits of Spring Batch to Hadoop jobs. Spring Batch is a framework designed to provide functionality for building enterprise level batch processes. Features include things like declarative I/O, restart/skip logic and other features.
Hi Alian,
I am trying to learn spring batch and went to your google project base. When I try to download the source code using the svn, I get the below error message:
RA layer request failed
svn: Unable to connect to a repository at URL 'http://springbatch-tutorial.googlecode.com/svn/trunk'
svn: OPTIONS of 'http://springbatch-tutorial.googlecode.com/svn/trunk': Could not resolve hostname `springbatch-tutorial.googlecode.com': The requested name is valid and was found in the database, but it does not have the correct associated data being resolved for.
(http://springbatch-tutorial.googlecode.com)
'
Can you please let me know how to download the project. Thanks for your contribution.
Thank you very much for clear my confusion, mminella.
Cheers.
--Jason
Here is a link to a rather complete tutorial about Spring Batch: https://github.com/acogoluegnes/Spring-Batch-Workshop