[
https://issues.apache.org/jira/browse/HADOOP-15259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Elek, Marton updated HADOOP-15259:
----------------------------------
Target Version/s: 3.2.0
Status: Patch Available (was: Open)
Initial patch is uploaded.
To test:
1. Do a full build with -Pdist
2. cd hadoop-dist/target
3. docker build -t yourname/hadoop .
Now you can use the customied image:
{code}
docker run yourname/hadoop hdfs datanode
{code}
Or you can push it to an external location (eg. kubernetes registry).
{code}
docker push yourname/hadoop
{code}
> Provide docker file for the development builds
> ----------------------------------------------
>
> Key: HADOOP-15259
> URL: https://issues.apache.org/jira/browse/HADOOP-15259
> Project: Hadoop Common
> Issue Type: Sub-task
> Reporter: Elek, Marton
> Assignee: Elek, Marton
> Priority: Major
> Attachments: HADOOP-15259.001.patch
>
>
> An other use case for using docker image is creating custom docker image
> (base image + custom hadoop build). The custom image could be used to test
> easily the hadoop build on external dockerized cluster (eg. Kubernetes)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]