[ 
https://issues.apache.org/jira/browse/YARN-9229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16752670#comment-16752670
 ] 

Eric Yang commented on YARN-9229:
---------------------------------

Using local attached storage for Docker Registry:

| | Remote | Local |
| Pull | 20.053s | 32.758s |
| Push | 27.601s | 30.194s |

By using NFS gateway, downloading docker image does not introduce overhead in 
comparison to using direct attached storage.  For docker push, the number is 3 
times slower using NFS gateway.  NFS Gateway based Docker registry will work 
well for cluster that publish docker image occasionally.  Hadoop RegistryDNS 
seem to be able to parallelize requests to multiple Docker registries without 
choking on multiple concurrent downloads.

> Document docker registry deployment with NFS Gateway
> ----------------------------------------------------
>
>                 Key: YARN-9229
>                 URL: https://issues.apache.org/jira/browse/YARN-9229
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>            Reporter: Eric Yang
>            Assignee: Eric Yang
>            Priority: Major
>
> The goal of this task is to demonstrate running docker pull of image from 
> HDFS via NFS gateway. Document the pros and cons for using NFS gateway.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to