wynot12 commented on a change in pull request #73: [Nemo-62] Support Multiple Jobs Submission in a Single User Program URL: https://github.com/apache/incubator-nemo/pull/73#discussion_r203577549
########## File path: client/src/main/java/edu/snu/nemo/client/JobLauncher.java ########## @@ -109,36 +113,91 @@ public static void main(final String[] args) throws Exception { // Get DeployMode Conf deployModeConf = Configurations.merge(getDeployModeConf(builtJobConf), clientConf); - // Launch client main - runUserProgramMain(builtJobConf); + // Start Driver and launch user program. + try { + if (jobAndDriverConf == null || deployModeConf == null || builtJobConf == null) { Review comment: Why do we need this condition check? It looks that they cannot be null. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services