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/17 13:46:00 UTC

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

Peter Bacsko created YARN-10142:
-----------------------------------

             Summary: 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
            Reporter: Peter Bacsko
            Assignee: Peter Bacsko


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