public class HiveRunner extends HiveExecutor implements Callable<List<String>>
setRunAtStartup(boolean).| Constructor and Description | 
|---|
| HiveRunner() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | afterPropertiesSet() | 
| List<String> | call() | 
| void | setPostAction(Collection<Callable<?>> actions)Actions to be invoked after running the action. | 
| void | setPreAction(Collection<Callable<?>> actions)Actions to be invoked before running the action. | 
| void | setRunAtStartup(boolean runAtStartup)Indicates whether the scripts should run at container startup or not (the default). | 
executeHiveScripts, setHiveClientFactory, setHiveTemplate, setScriptspublic void afterPropertiesSet()
                        throws Exception
afterPropertiesSet in interface InitializingBeanafterPropertiesSet in class HiveExecutorExceptionpublic void setRunAtStartup(boolean runAtStartup)
runAtStartup - The runAtStartup to set.public void setPreAction(Collection<Callable<?>> actions)
actions - actionspublic void setPostAction(Collection<Callable<?>> actions)
actions - actions