Enable providing own hadoop for pyspark notebook image #220
Labels
Docker
Issue related to the Docker side of the project
good first issue
Small, lower complexity and doesn't require pre-existing Gaffer knowledge
Milestone
In the hdfs and Accumulo Dockerfiles, users can provide their own builds of Accumulo, ZooKeeper and Hadoop to be used instead of building them inside the image:
gaffer-docker/docker/accumulo/Dockerfile
Lines 50 to 54 in e26dbe7
This can save a lot of time with repeated builds.
This cannot be done, however, for building hadoop inside the pyspark notebook Dockerfile:
gaffer-docker/docker/gaffer-pyspark-notebook/Dockerfile
Lines 34 to 39 in e26dbe7
It would be great if this was added to that Dockerfile also.
The text was updated successfully, but these errors were encountered: