iwasakims commented on a change in pull request #2581:
URL: https://github.com/apache/hadoop/pull/2581#discussion_r553140533



##########
File path: 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-distributedshell/src/main/java/org/apache/hadoop/yarn/applications/distributedshell/Client.java
##########
@@ -1330,7 +1330,7 @@ private void 
setAMResourceCapability(ApplicationSubmissionContext appContext,
     }
     if (amVCores == -1) {
       amVCores = DEFAULT_AM_VCORES;
-      LOG.warn("AM vcore not specified, use " + DEFAULT_AM_VCORES
+      LOG.warn("AM vcore not specified, use {}" + DEFAULT_AM_VCORES

Review comment:
       looks like misused place holder.




----------------------------------------------------------------
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to