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

Elek, Marton commented on YARN-8623:
------------------------------------

apache/hadoop-runner image is used to run hadoop in a container. We have 
multiple docker-compose files to run different type of hadoop pseudo clusters 
from the source tree. The container is the apache/hadoop-runner and the hadoop 
distribution directory is mounted to the hadoop-runner.

We have two other hadoop images: apache/hadoop:2 and apache:hadoop:3 (currently 
they are not built due to some bug). They contains the latest hadoop binary 
release.

For more details, you can check HADOOP-14898.

I suggest to create a separated image for your purpose. But we can rename the 
current hadoop-runner to anything else if you think it's not the best name.

As I know ASF supports only the automated docker hub builds. We have no 
credentials for the official apache/ docker hub account but asked the infra to 
configure the images to use a separated branch (see INFRA-16163)

Currently we use the following branches (from hadoop repository):
docker-hadoop-runner
docker-hadoop-2
docker-hadoop-3

You can create a new branch (I suggest to use the docker-hadoop-* naming 
convention) and ask INFRA to modify the configuration.



> Update Docker examples to use image which exists
> ------------------------------------------------
>
>                 Key: YARN-8623
>                 URL: https://issues.apache.org/jira/browse/YARN-8623
>             Project: Hadoop YARN
>          Issue Type: Sub-task
>            Reporter: Craig Condit
>            Priority: Minor
>              Labels: Docker
>
> The example Docker image given in the documentation 
> (images/hadoop-docker:latest) does not exist. We could change 
> images/hadoop-docker:latest to apache/hadoop-runner:latest, which does exist. 
> We'd need to do a quick sanity test to see if the image works with YARN.



--
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