jnh5y / geo-env

Docker containers with Apache Accumulo and Apache Spark environment.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Geo environment.

Docker containers with prepared environment to run GeoTrellis, GeoMesa, and GeoWave jobs. These images will create a set of containers, running in a distributed fashion, on a single machine. In practice, this requires being careful to ensure that enough memory is available for all images.

Environment

Repository short description (index of ReadMe docs)

Base images:

Concrete images: Note: It is possible to have a multinode (n-node) cluster with any number of Zookeeper instances.

GeoTrellis, GeoMesa, and GeoWave:

Build a multinode cluster

A more detailed description how to run and to build containers can be found in each image directory.

  • Build serf container

    • cd serf; ./build.sh
  • Build base container

    • cd base; ./build.sh
  • Build n-node master and slave containers

    • cd n-node; ./build.sh

Sart the n-container cluster.

  • cd n-node; ./start-cluster.sh --nodes=nn # nn >= n

License

About

Docker containers with Apache Accumulo and Apache Spark environment.

License:Artistic License 2.0


Languages

Language:Shell 95.0%Language:XSLT 5.0%