l4j.debug("HWISessionItem itemInit start " + this.getSessionName());
OptionsProcessor oproc = new OptionsProcessor();
if (System.getProperty("hwi-args") != null) {
String[] parts = System.getProperty("hwi-args").split("\\s+");
if (!oproc.process_stage1(parts)) {
}
}
SessionState.initHiveLog4j();
conf = new HiveConf(SessionState.class);