Skip to content

Commit 1343de8

Browse files
committed
update README + change hadoop-runner version
1 parent e9a25c6 commit 1343de8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
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

2222
E.g.
2323
* [docker-hadoop-runner-latest](https://github.com/apache/hadoop/tree/docker-hadoop-runner-latest)
@@ -27,7 +27,7 @@ E.g.
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

3232
There is a setup under `hadoop-dist` that contains Docker Compose definitions
3333
for running the current version of Hadoop in a multi-node docker environment.

hadoop-dist/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
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

0 commit comments

Comments
 (0)