Docker build for hadoop based on adoptopenjdk:8-jdk-hotspot. Used as base-image for fredrikhgrelland/docker-hive
This image is expected to be used as a base image for hive etc. and works with object storage. This image has not been tested as data and name-node.
This image can be built and operated behind a corporate proxy where the base os needs to trust a custom CA. See this While building locally using the Makefile, you may set the environment variable CUSTOM_CA to a file or directory in order to import them.
make build
If behind a corporate proxy with custom CA:
CUSTOM_CA=/usr/local/share/ca-certificates make
See fredrikhgrelland/docker-hive for example usage.
Credits: Influenced by BDE