Skip to content

fredrikhgrelland/docker-hadoop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker

docker-hadoop

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.

Published images

dockerhub github

Build locally for development

make build

If behind a corporate proxy with custom CA: CUSTOM_CA=/usr/local/share/ca-certificates make

Examples

See fredrikhgrelland/docker-hive for example usage.

Credits: Influenced by BDE