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

Sunil Govindan commented on YARN-8918:
--------------------------------------

Hi [~tangzhankun] [~leftnoteasy] [~liuxun323]

Is this patch important for 3.2.0 release ? any impact if i backport?

> [Submarine] Correct method usage of str.subString in CliUtils
> -------------------------------------------------------------
>
>                 Key: YARN-8918
>                 URL: https://issues.apache.org/jira/browse/YARN-8918
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>            Reporter: Zhankun Tang
>            Assignee: Zhankun Tang
>            Priority: Minor
>             Fix For: 3.3.0, 3.2.1
>
>         Attachments: YARN-8918-trunk.001.patch, YARN-8918-trunk.002.patch, 
> YARN-8918-trunk.003.patch
>
>
> In CliUtils.java (line 74), there's uncorrect code block,:
> {code:java}
> if (resourcesStr.endsWith("]")) {
>  resourcesStr = resourcesStr.substring(0, resourcesStr.length());
> }{code}
> Above if block will execute "resourceStr = resourceStr". It should be 
> "length() -1"



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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