Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 416 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 416 Bytes

Running Geolife ingest with GeoWave

# download geolife
./geolife/get-data.sh

# bring up the cluster
docker-compose up

# set up geowave
./scripts/install-geowave.sh geowave

# carry out ingest
docker exec -it \
  mesawavecomparison_geodocker-accumulo-master_1 \
  bash -c "/tmp/ingest.sh"

NOTE: to take down the cluster, run make clean. This will destroy containers and delete their volumes.