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.
What would cause this?
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,