You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Brahma Reddy Battula (JIRA)" <ji...@apache.org> on 2015/03/25 03:41:53 UTC

[jira] [Commented] (YARN-3396) Handle URISyntaxException in ResourceLocalizationService

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

Brahma Reddy Battula commented on YARN-3396:
--------------------------------------------

{quote}There are two occurrences of the following code snippet:{quote}

Actually there are three occurences ,line num : 951,974, 1014
{code}
 } catch (URISyntaxException e) {
            // TODO fail? Already translated several times...
          }

{code}

> Handle URISyntaxException in ResourceLocalizationService
> --------------------------------------------------------
>
>                 Key: YARN-3396
>                 URL: https://issues.apache.org/jira/browse/YARN-3396
>             Project: Hadoop YARN
>          Issue Type: Bug
>          Components: nodemanager
>    Affects Versions: 2.7.0
>            Reporter: Chengbing Liu
>            Assignee: Brahma Reddy Battula
>
> There are two occurrences of the following code snippet:
> {code}
> //TODO fail? Already translated several times...
> {code}
> It should be handled correctly in case that the resource URI is incorrect.



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