org.springframework.data.hadoop.batch.pig
Class PigTasklet
java.lang.Object
org.springframework.data.hadoop.pig.PigExecutor
org.springframework.data.hadoop.batch.pig.PigTasklet
- All Implemented Interfaces:
- Tasklet, InitializingBean
public class PigTasklet
- extends org.springframework.data.hadoop.pig.PigExecutor
- implements Tasklet
Pig tasklet. Note the same PigServer is shared between invocations.
- Author:
- Costin Leau
| Methods inherited from class org.springframework.data.hadoop.pig.PigExecutor |
afterPropertiesSet, executePigScripts, setPigFactory, setPigTemplate, setScripts |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PigTasklet
public PigTasklet()
execute
public RepeatStatus execute(StepContribution contribution,
ChunkContext chunkContext)
throws Exception
- Specified by:
execute in interface Tasklet
- Throws:
Exception