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.
- Loading branch information
1 parent
f1080e9
commit 654ad4b
Showing
12 changed files
with
40 additions
and
33 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
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
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
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,7 +1,7 @@ | ||
FROM bde2020/hadoop-base:2.0.0-hadoop2.7.4-java8 | ||
FROM bde2020/hadoop-base:2.0.0-hadoop3.1.1-java8 | ||
MAINTAINER Ivan Ermilov <[email protected]> | ||
|
||
HEALTHCHECK CMD curl -f http://localhost:50075/ || exit 1 | ||
HEALTHCHECK CMD curl -f http://localhost:9864/ || exit 1 | ||
|
||
ENV HDFS_CONF_dfs_datanode_data_dir=file:///hadoop/dfs/data | ||
RUN mkdir -p /hadoop/dfs/data | ||
|
@@ -10,6 +10,6 @@ VOLUME /hadoop/dfs/data | |
ADD run.sh /run.sh | ||
RUN chmod a+x /run.sh | ||
|
||
EXPOSE 50075 | ||
EXPOSE 9864 | ||
|
||
CMD ["/run.sh"] |
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
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
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
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,4 @@ | ||
FROM bde2020/hadoop-base:2.0.0-hadoop2.7.4-java8 | ||
FROM bde2020/hadoop-base:2.0.0-hadoop3.1.1-java8 | ||
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,7 +1,7 @@ | ||
FROM bde2020/hadoop-base:2.0.0-hadoop2.7.4-java8 | ||
FROM bde2020/hadoop-base:2.0.0-hadoop3.1.1-java8 | ||
MAINTAINER Ivan Ermilov <[email protected]> | ||
|
||
HEALTHCHECK CMD curl -f http://localhost:50070/ || exit 1 | ||
HEALTHCHECK CMD curl -f http://localhost:9870/ || exit 1 | ||
|
||
ENV HDFS_CONF_dfs_namenode_name_dir=file:///hadoop/dfs/name | ||
RUN mkdir -p /hadoop/dfs/name | ||
|
@@ -10,6 +10,6 @@ VOLUME /hadoop/dfs/name | |
ADD run.sh /run.sh | ||
RUN chmod a+x /run.sh | ||
|
||
EXPOSE 50070 | ||
EXPOSE 9870 | ||
|
||
CMD ["/run.sh"] |
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,4 @@ | ||
FROM bde2020/hadoop-base:2.0.0-hadoop2.7.4-java8 | ||
FROM bde2020/hadoop-base:2.0.0-hadoop3.1.1-java8 | ||
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,4 @@ | ||
FROM bde2020/hadoop-base:2.0.0-hadoop2.7.4-java8 | ||
FROM bde2020/hadoop-base:2.0.0-hadoop3.1.1-java8 | ||
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,4 @@ | ||
FROM bde2020/hadoop-base:2.0.0-hadoop2.7.4-java8 | ||
FROM bde2020/hadoop-base:2.0.0-hadoop3.1.1-java8 | ||
MAINTAINER Ivan Ermilov <[email protected]> | ||
|
||
COPY WordCount.jar /opt/hadoop/applications/WordCount.jar | ||
|