Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.13 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.13 KB

GeoDocker HDFS

Build Status Docker Repository on Quay Join the chat at https://gitter.im/geotrellis/geotrellis

HDFS container for GeoDocker Cluster

Roles

This container has three roles that can be supplied as CMD:

  • name - HDFS namenode
  • sname - HDFS secondary namenode
  • data - HDFS data node

Configuration

Configuration can be done by either providing the required environment variables such that a minimal configuration can be templated or by volume mounting hadoop configuration directory to /etc/hadoop/conf

Environment

  • HADOOP_MASTER_ADDRESS - hostname for HDFS root, required for all roles

Testing

This container should be tested with docker-compose and through make test