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: [email protected]
For additional commands, e-mail: [email protected]