Skip to content

geodocker/geodocker-hdfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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