shanthoosh 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_r258307896
 
 

 ##########
 File path: 
samza-test/src/main/java/org/apache/samza/test/framework/TestRunner.java
 ##########
 @@ -104,7 +105,7 @@
   private TestRunner() {
     this.configs = new HashMap<>();
     this.inMemoryScope = RandomStringUtils.random(10, true, true);
-    configs.put(JobConfig.JOB_NAME(), JOB_NAME);
+    configs.put(ApplicationConfig.APP_NAME, JOB_NAME);
 
 Review comment:
   Rename the `JOB_NAME`  constant to `APP_NAME`. 

----------------------------------------------------------------
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

Reply via email to