mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-25 17:08:29 +00:00
small bug: set whExecId
This commit is contained in:
parent
16cf81a3c4
commit
6d5b4ace5d
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user