elek commented on a change in pull request #746: HDDS-1442. add spark container
to ozonesecure-mr compose files. Contributed by Ajay Kumar.
URL: https://github.com/apache/hadoop/pull/746#discussion_r276387885
##########
File path:
hadoop-ozone/dist/src/main/compose/ozonesecure-mr/docker-compose.yaml
##########
@@ -112,3 +112,13 @@ services:
HADOOP_CLASSPATH:
/opt/ozone/share/ozone/lib/[email protected]@.jar
WAIT_FOR: rm:8088
command: ["yarn","timelineserver"]
+ spark:
+ image: ahadoop/spark:v1
Review comment:
It's fine. Just use automated builds:
https://docs.docker.com/docker-hub/builds/
For automated builds the source will be linked by dockerhub without any
effort and easy to check the source.
(Or add a readme with a link to the github project, but automated builds can
be better).
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]