Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Thread: Spring Batch beginners tutorial

  1. #11
    Join Date
    Nov 2012
    Posts
    18

    Default

    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

  2. #12
    Join Date
    Sep 2008
    Location
    Chicagoland, IL
    Posts
    349

    Default

    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.
    Michael Minella
    Spring Batch Lead
    Author - Pro Spring Batch
    http://www.michaelminella.com
    Twitter: @MichaelMinella

  3. #13
    Join Date
    Jan 2013
    Posts
    1

    Default trying to download the sourcecode

    Quote Originally Posted by ciezala View Post
    Hi robin,

    Thanks for your message.
    The source code is now available.

    Regards

    Alain
    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.

  4. #14
    Join Date
    Nov 2012
    Posts
    18

    Default

    Thank you very much for clear my confusion, mminella.

    Cheers.
    --Jason

  5. #15
    Join Date
    Dec 2005
    Location
    Lyon, France
    Posts
    311

    Default

    Here is a link to a rather complete tutorial about Spring Batch: https://github.com/acogoluegnes/Spring-Batch-Workshop

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •