org.springframework.data.hadoop.batch.hive
Class HiveTasklet
java.lang.Object
org.springframework.data.hadoop.hive.HiveExecutor
org.springframework.data.hadoop.batch.hive.HiveTasklet
- All Implemented Interfaces:
- Tasklet, InitializingBean
public class HiveTasklet
- extends org.springframework.data.hadoop.hive.HiveExecutor
- implements Tasklet
Hive tasklet running Hive scripts on demand, against a HiveClient.
- Author:
- Costin Leau
| Methods inherited from class org.springframework.data.hadoop.hive.HiveExecutor |
afterPropertiesSet, executeHiveScripts, setHiveClientFactory, setHiveTemplate, setScripts |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HiveTasklet
public HiveTasklet()
execute
public RepeatStatus execute(StepContribution contribution,
ChunkContext chunkContext)
throws Exception
- Specified by:
execute in interface Tasklet
- Throws:
Exception