150151152153154155156157
public DuccJobSubmit(String[] args, IDuccCallback consoleCb) throws Exception { init (this.getClass().getName(), opts, args, jobRequestProperties, consoleCb); if(isAllInOne()) { allInOneLauncher = new AllInOneLauncher(args, consoleCb); } }
169170171172173174175176
throws Exception { init (this.getClass().getName(), opts, props, jobRequestProperties, consoleCb); if(isAllInOne()) { String[] args = mkArgs(props); allInOneLauncher = new AllInOneLauncher(args, consoleCb); } }