throws Exception {
super(jobContext);
this.wangWangAlarm = (ZeusAlarm) applicationContext
.getBean("wangWangAlarm");
conf = ConfUtil.getDefaultCoreSite();
this.tableManager = new CliTableManager(conf);
this.processer = p;
this.tableNames = p.getOutputTables();
this.percent = p.getDriftPercent();
}