Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HADOOP-18682. Move hadoop docker scripts under the main source code #6483

Open
wants to merge 9 commits into
base: trunk
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@

## Hadoop Docker

### Official releases
### hadoop-runner-* images

There are special branches for running specific hadoop version in docker.
These branches, use the files from official hadoop releases for running hadoop inside the containers.
There are special branches for running hadoop in docker.
These branches contain scripts that set up base images that can be used for running any Hadoop version.

E.g.
* [docker-hadoop-runner-latest](https:/apache/hadoop/tree/docker-hadoop-runner-latest)
Expand All @@ -27,7 +27,7 @@ E.g.
* [docker-hadoop-3](https:/apache/hadoop/tree/docker-hadoop-3)
* [docker-hadoop-2](https:/apache/hadoop/tree/docker-hadoop-2)
adoroszlai marked this conversation as resolved.
Show resolved Hide resolved

### Source code
### Running from the source code

There is a setup under `hadoop-dist` that contains Docker Compose definitions
for running the current version of Hadoop in a multi-node docker environment.
Expand Down
2 changes: 1 addition & 1 deletion hadoop-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<properties>
<file.encoding>UTF-8</file.encoding>
<downloadSources>true</downloadSources>
<docker.hadoop-runner.version>docker-hadoop-3</docker.hadoop-runner.version>
<docker.hadoop-runner.version>jdk8</docker.hadoop-runner.version>
<maven.test.skip>true</maven.test.skip>
</properties>

Expand Down
Loading