small bug: set whExecId

This commit is contained in:
SunZhaonan 2016-06-01 11:04:34 -07:00
parent 16cf81a3c4
commit 6d5b4ace5d

View File

@ -60,6 +60,7 @@ public class Launcher {
props.load(propFile);
etlJobNameString = props.getProperty(JOB_NAME_KEY);
refId = Integer.valueOf(props.getProperty(REF_ID_KEY));
whEtlId = Integer.valueOf(props.getProperty(WH_ETL_EXEC_ID_KEY));
} catch (IOException e) {
//logger.error("property file '{}' not found" , property_file);