Spring for Apache Hadoop

Package org.springframework.yarn.batch.partition

Class Summary
AbstractBatchPartitionHandler Base implementation of Spring Batch PartitionHandler handling partitioning for Yarn containers.
BeanFactoryStepLocator A StepLocator implementation that just looks in its enclosing bean factory for components of type Step.
HdfsSplitBatchPartitionHandler Implementation of Spring Batch PartitionHandler which does partitioning based on number of input files from HDFS.
MultiHdfsResourcePartitioner Implementation of Partitioner that locates multiple resources and associates their file names with execution context keys.
StaticBatchPartitionHandler Implementation of Spring Batch PartitionHandler which does partitioning based on static grid size.
 


Spring for Apache Hadoop