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

Andrey Stepachev updated MAPREDUCE-6113:
----------------------------------------
    Description: 
Currently it is impossible to specify APPLICATION level for files in 
distributed cache in YARN. For applications with big common data it is very 
crucial to have ability to share data only for application and do not spam 
public cache. Moreover, public localiser is limited for parallel downloads, so 
applications with big caches affect application startup of other applications.
Current logic is complicated and based on file permissions. Making proposed 
changes, user can override public level to any level (PUBLIC/APP/PRIVATE) 
without breaking anything, and ever not need to bother with permission, if 
private cache is needed.


  was:
Currently it is impossible to specify APPLICATION level for files in 
distributed cache in YARN. For applications with big common data it is very 
crucial to have ability to share data only for application and do not spam 
public cache. Moreover, public localiser is limited for parallel downloads, so 
applications with big caches affect application startup of other applications.
Current logic is complicated and based on file permissions. Making proposed 
changes, user can override public level to any level (PUBLIC/APP/PRIVATE) 
without breaking anything, and even not need to bother with permission, if 
private cache is needed.



> An ability to override LocalResourceVisibility for public resources
> -------------------------------------------------------------------
>
>                 Key: MAPREDUCE-6113
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6113
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: client, distributed-cache
>            Reporter: Andrey Stepachev
>            Assignee: Andrey Stepachev
>            Priority: Minor
>         Attachments: MAPREDUCE-6113.patch
>
>
> Currently it is impossible to specify APPLICATION level for files in 
> distributed cache in YARN. For applications with big common data it is very 
> crucial to have ability to share data only for application and do not spam 
> public cache. Moreover, public localiser is limited for parallel downloads, 
> so applications with big caches affect application startup of other 
> applications.
> Current logic is complicated and based on file permissions. Making proposed 
> changes, user can override public level to any level (PUBLIC/APP/PRIVATE) 
> without breaking anything, and ever not need to bother with permission, if 
> private cache is needed.



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

Reply via email to