Skip to content

Commit

Permalink
remove adding log4j properties files since we added in base image
Browse files Browse the repository at this point in the history
  • Loading branch information
thanh-nguyen-dang committed Jul 15, 2024
1 parent 9dd1ca6 commit 6348e1f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions dockers/spark/master/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,5 @@ RUN python -m pip install dist/tube-1.0.5-py3-none-any.whl
EXPOSE 8080 7077 6066

COPY dockers/spark/master/master.sh /
COPY dockers/confs/log4j.properties /spark/conf/log4j.properties
COPY dockers/confs/log4j2.properties /spark/conf/log4j2.properties

CMD ["/bin/bash", "/master.sh"]
2 changes: 0 additions & 2 deletions dockers/spark/worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,5 @@ RUN python -m pip install dist/tube-1.0.5-py3-none-any.whl
EXPOSE 8081

COPY dockers/spark/worker/worker.sh /
COPY dockers/confs/log4j.properties /spark/conf/log4j.properties
COPY dockers/confs/log4j2.properties /spark/conf/log4j2.properties

CMD ["/bin/bash", "/worker.sh"]

0 comments on commit 6348e1f

Please sign in to comment.