xinyuiscool commented on a change in pull request #920: SAMZA-2106: Samza app
and job config refactor
URL: https://github.com/apache/samza/pull/920#discussion_r262744440
##########
File path:
samza-core/src/main/java/org/apache/samza/runtime/RemoteApplicationRunner.java
##########
@@ -112,7 +113,7 @@ public void waitForFinish() {
@Override
public boolean waitForFinish(Duration timeout) {
- JobConfig jobConfig = new JobConfig(appDesc.getConfig());
+ JobConfig jobConfig = new
JobConfig(JobConfigUtil.generateJobIdAndName(appDesc.getConfig()));
Review comment:
same above.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services