Giter Site home page Giter Site logo

geodocker-accumulo's Introduction

GeoDocker Accumulo

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

Apache Accumulo container for GeoDocker Cluster

Roles

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

  • master - master instance, handles synchronization
    • --auto-init - initialize an accumulo instance if one is not found at hdfs://${HADOOP_MASTER_ADDRESS}/accumulo
  • tserver - tablet server, serves data
  • monitor - monitor instance, provides Web GUI at 50095
  • gc - garbage collector for accumulo tablets
  • tracer - trace for debugging

Configuration

Accumulo container requires HDFS as well as Accumulo configuration. This configuration will be generated from a template if you provide the required environment variables.

Additionally you have an option of volume mounting the configuration files to /etc/hadoop/conf to configure HDFS and /opt/accumulo/conf to configure Accumulo.

Environment

  • HADOOP_MASTER_ADDRESS - hostname for accumulo root, required for all roles
  • ZOOKEEPERS - list of zookeeper instance, at least one
  • ACCUMULO_SECRET - secret value for inter-instance communication (default: DEFAULT)
  • INSTANCE_NAME - accumulo instance name (default: accumulo)
  • ACCUMULO_PASSWORD - root password
  • INSTANCE_VOLUME - HDFS path to accumulo instance volume, generated if not provided
  • TSERVER_XMX - JVM -Xmx parameter value for Accumulo tserver (default: 3g)
  • MASTER_XMX - JVM -Xmx parameter value for Accumulo master (default: 2g)
  • MONITOR_XMX - JVM -Xmx parameter value for Accumulo monitor (default: 1g)
  • GC_XMX - JVM -Xmx parameter value for Accumulo garbage collector (default: 1g)
  • TSERVER_CACHE_DATA_SIZE - tserver.cache.data.size in accumulo-site.xml
  • TSERVER_CACHE_INDEX_SIZE - tserver.cache.index.size in accumulo-site.xml
  • TSERVER_MEMORY_MAPS_MAX - tserver.memory.maps.max in accumulo-site.xml

HADOOP_MASTER_ADDRESS need not be provided if core-site.xml is volume mounted in /etc/hadoop/conf or INSTANCE_VOLUME is provided.

Testing

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

geodocker-accumulo's People

Contributors

echeipesh avatar moradology avatar jamesmcclain avatar

Watchers

dvr avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.