forked from big-data-europe/docker-hadoop
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
base image tag for components is now latest
- Loading branch information
Giannis Mouchakis
committed
May 7, 2019
1 parent
59ca5b2
commit c4d756e
Showing
6 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
FROM bde2020/hadoop-base:2.0.0-hadoop3.1.1-java8 | ||
FROM bde2020/hadoop-base | ||
|
||
MAINTAINER Ivan Ermilov <[email protected]> | ||
|
||
HEALTHCHECK CMD curl -f http://localhost:9864/ || exit 1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
FROM bde2020/hadoop-base:2.0.0-hadoop3.1.1-java8 | ||
FROM bde2020/hadoop-base | ||
|
||
MAINTAINER Ivan Ermilov <[email protected]> | ||
|
||
HEALTHCHECK CMD curl -f http://localhost:8188/ || exit 1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
FROM bde2020/hadoop-base:2.0.0-hadoop3.1.1-java8 | ||
FROM bde2020/hadoop-base | ||
|
||
MAINTAINER Ivan Ermilov <[email protected]> | ||
|
||
HEALTHCHECK CMD curl -f http://localhost:9870/ || exit 1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
FROM bde2020/hadoop-base:2.0.0-hadoop3.1.1-java8 | ||
FROM bde2020/hadoop-base | ||
|
||
MAINTAINER Ivan Ermilov <[email protected]> | ||
|
||
HEALTHCHECK CMD curl -f http://localhost:8042/ || exit 1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
FROM bde2020/hadoop-base:2.0.0-hadoop3.1.1-java8 | ||
FROM bde2020/hadoop-base | ||
|
||
MAINTAINER Ivan Ermilov <[email protected]> | ||
|
||
HEALTHCHECK CMD curl -f http://localhost:8088/ || exit 1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
FROM bde2020/hadoop-base:2.0.0-hadoop3.1.1-java8 | ||
FROM bde2020/hadoop-base | ||
|
||
MAINTAINER Ivan Ermilov <[email protected]> | ||
|
||
COPY WordCount.jar /opt/hadoop/applications/WordCount.jar | ||
|