GlueJobHandler can not exec init(),destroy() #2210
2.3.0
majingjing 4 years ago
parent 3b4067a7b5
commit 2adf718d06

@ -26,4 +26,13 @@ public class GlueJobHandler extends IJobHandler {
jobHandler.execute();
}
@Override
public void init() throws Exception {
this.jobHandler.init();
}
@Override
public void destroy() throws Exception {
this.jobHandler.destroy();
}
}

Loading…
Cancel
Save