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 "Chandni Singh (JIRA)" <ji...@apache.org> on 2019/03/04 21:33:00 UTC

[jira] [Updated] (YARN-9249) Add support for docker image localization

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

Chandni Singh updated YARN-9249:
--------------------------------
    Description: 
Refer YARN-3854. 

Add Docker Image Localizer. The image localizer is part of {{ResourceLocalizationService}}. It serves the following purpose:

1. All image localization requests will be served by image localizer.
2. Image localizer initially runs {{DockerImagesCommand}} to find all images on the local node.
3. For an image localization request, it executes {{DockerPullCommand}} if the image is not present on the local node.
4. It returns the status of image localization by periodically executing {{DockerImagesCommand}} on a particular image. 

  was:Refer YARN-3854.


> Add support for docker image localization
> -----------------------------------------
>
>                 Key: YARN-9249
>                 URL: https://issues.apache.org/jira/browse/YARN-9249
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>            Reporter: Chandni Singh
>            Assignee: Chandni Singh
>            Priority: Major
>              Labels: Docker
>
> Refer YARN-3854. 
> Add Docker Image Localizer. The image localizer is part of {{ResourceLocalizationService}}. It serves the following purpose:
> 1. All image localization requests will be served by image localizer.
> 2. Image localizer initially runs {{DockerImagesCommand}} to find all images on the local node.
> 3. For an image localization request, it executes {{DockerPullCommand}} if the image is not present on the local node.
> 4. It returns the status of image localization by periodically executing {{DockerImagesCommand}} on a particular image. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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