Skip to content

Files

Latest commit

 

History

History
 
 

geodocker-hdfs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Environmen

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

Testing

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