File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
hadoop-common-project/hadoop-common/src/site/markdown Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1414
1515## Hadoop Docker
1616
17- ### Official releases
17+ ### hadoop-runner- * images
1818
19- There are special branches for running specific hadoop version in docker.
20- These branches, use the files from official hadoop releases for running hadoop inside the containers .
19+ There are special branches for running hadoop in docker.
20+ These branches contain scripts that set up base images that can be used for running any Hadoop version .
2121
2222E.g.
2323* [ docker-hadoop-runner-latest] ( https://github.com/apache/hadoop/tree/docker-hadoop-runner-latest )
2727* [ docker-hadoop-3] ( https://github.com/apache/hadoop/tree/docker-hadoop-3 )
2828* [ docker-hadoop-2] ( https://github.com/apache/hadoop/tree/docker-hadoop-2 )
2929
30- ### Source code
30+ ### Running from the source code
3131
3232There is a setup under ` hadoop-dist ` that contains Docker Compose definitions
3333for running the current version of Hadoop in a multi-node docker environment.
Original file line number Diff line number Diff line change 3232 <properties >
3333 <file .encoding>UTF-8</file .encoding>
3434 <downloadSources >true</downloadSources >
35- <docker .hadoop-runner.version>docker-hadoop-3 </docker .hadoop-runner.version>
35+ <docker .hadoop-runner.version>jdk8 </docker .hadoop-runner.version>
3636 <maven .test.skip>true</maven .test.skip>
3737 </properties >
3838
You can’t perform that action at this time.
0 commit comments