You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-dev@hadoop.apache.org by "Peter Bacsko (Jira)" <ji...@apache.org> on 2020/02/19 06:31:00 UTC

[jira] [Resolved] (YARN-10142) Distributed shell: add support for localization visibility

     [ https://issues.apache.org/jira/browse/YARN-10142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Peter Bacsko resolved YARN-10142.
---------------------------------
    Resolution: Duplicate

> Distributed shell: add support for localization visibility
> ----------------------------------------------------------
>
>                 Key: YARN-10142
>                 URL: https://issues.apache.org/jira/browse/YARN-10142
>             Project: Hadoop YARN
>          Issue Type: Improvement
>          Components: distributed-shell
>            Reporter: Peter Bacsko
>            Assignee: Peter Bacsko
>            Priority: Major
>
> The localization is now hard coded in DistributedShell:
> {noformat}
>     FileStatus scFileStatus = fs.getFileStatus(dst);
>     LocalResource scRsrc =
>         LocalResource.newInstance(
>             URL.fromURI(dst.toUri()),
>             LocalResourceType.FILE, LocalResourceVisibility.APPLICATION,
>             scFileStatus.getLen(), scFileStatus.getModificationTime());
>     localResources.put(fileDstPath, scRsrc);
> {noformat}
> However, sometimes it's useful if you have the possibility to change this to PRIVATE/PUBLIC for testing purposes.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-dev-help@hadoop.apache.org