Viaene
Viaene

Reputation: 111

What is the next/correct step when Ingesting data to GeoMesa through geodocker?

I have setup a Geodocker-accumulo-geomesa configuration by cloning https://github.com/geodocker/geodocker-accumulo-geomesa .

To add some sample data, many websites suggest adding GDELT data, as this does not require specific converters.

I use the following commands.

docker cp C:path\20170712.export.CSV geodockeraccumulogeomesa_accumulo-master_1:/tmp/20170712.export.CSV 

docker exec geodockeraccumulogeomesa_accumulo-master_1 geomesa ingest -c geomesa.gdelt -C gdelt -f gdelt -s gdelt -u root -p GisPwd /tmp/20170712.export.CSV

I get the following response: Using GEOMESA_HOME = /opt/geomesa/tools

Nothing happens after this. What does it mean? What is the correct or next step?

Upvotes: 0

Views: 88

Answers (1)

Emilio Lahr-Vivaz
Emilio Lahr-Vivaz

Reputation: 1634

That repo is not maintained any more. Try using this one, and following the README: https://github.com/geodocker/geodocker-geomesa

Upvotes: 0

Related Questions