Skip to content

Commit 08987d1

Browse files
committed
update HadoopDocker.md
1 parent 1343de8 commit 08987d1

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

hadoop-common-project/hadoop-common/src/site/markdown/HadoopDocker.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,23 @@
1414

1515
## Hadoop Docker
1616

17-
### hadoop-runner-* images
17+
### Running from existing setups
1818

1919
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.
2120

22-
E.g.
21+
The `docker-hadoop-runner*` branches contain scripts that set up base images that can be used for running any Hadoop version.
22+
2323
* [docker-hadoop-runner-latest](https://github.com/apache/hadoop/tree/docker-hadoop-runner-latest)
2424
* [docker-hadoop-runner-jdk11](https://github.com/apache/hadoop/tree/docker-hadoop-runner-jdk11)
2525
* [docker-hadoop-runner-jdk8](https://github.com/apache/hadoop/tree/docker-hadoop-runner-jdk8)
2626
* [docker-hadoop-runner](https://github.com/apache/hadoop/tree/docker-hadoop-runner)
27+
28+
The `docker-hadoop*` branches can be used for running a specific version.
29+
2730
* [docker-hadoop-3](https://github.com/apache/hadoop/tree/docker-hadoop-3)
31+
* `hadoop-3.3.6`
2832
* [docker-hadoop-2](https://github.com/apache/hadoop/tree/docker-hadoop-2)
33+
* `hadoop-2.10.2`
2934

3035
### Running from the source code
3136

0 commit comments

Comments
 (0)