Search code examples
javascalacassandrageomesa

Cassandra Command Line Tutorial


I am trying to run the command line tutorial for Cassandra and am running into an error. This is what I ran.

bin/geomesa-cassandra ingest --contact-point localhost --key-space mykeyspace --catalog mycatalog --converter example-csv --spec example-csv examples/ingest/csv/example.csv

This is what I get in return. image

What would cause this?


Solution

  • You need to specify the contact point as host:port. See the documentation for the connection parameters. I opened a ticket to improve the error handling for an incorrectly formatted contact point, so that the error will be more obvious.

    Thanks,