[ 
https://issues.apache.org/jira/browse/YARN-6073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15814032#comment-15814032
 ] 

Yuanbo Liu commented on YARN-6073:
----------------------------------

[~templedf] Thanks for your review.

> Misuse of format specifier in Preconditions.checkArgument
> ---------------------------------------------------------
>
>                 Key: YARN-6073
>                 URL: https://issues.apache.org/jira/browse/YARN-6073
>             Project: Hadoop YARN
>          Issue Type: Bug
>            Reporter: Yongjun Zhang
>            Assignee: Yuanbo Liu
>            Priority: Trivial
>         Attachments: YARN-6073.001.patch
>
>
> RMAdminCLI.java
> {code}
>  int nLabels = map.get(nodeId).size();
>       Preconditions.checkArgument(nLabels <= 1, "%d labels specified on 
> host=%s"
>           + ", please note that we do not support specifying multiple"
>           + " labels on a single host for now.", nLabels, nodeIdStr);
> {code}
> The {{%d}} should be replaced with {{%s}}, per
> https://google.github.io/guava/releases/19.0/api/docs/com/google/common/base/Preconditions.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to