I am trying to install Geomesa 5.0.0. The versions of the various components I am using are:
When I try to ingest a shapefile with the geomesa-accumulo ingest command, in the Accumulo Monitor dashboard I see that the file is indeed being ingested.
However, in the shell where I launch the command, control is not returned to the user, that is shell cursor stays busy and it remains stuck on
INFO No converter defined - will attempt to detect schema from input files
INFO Creating schema 'gis_osm_natural_a_free_1'
INFO Running ingestion in local mode
INFO Ingesting 1 file with 1 thread
[============================================================] 100% complete 1607 ingested 0 failed in 00:00:00
INFO Ingestion complete in 00:00:03
INFO Ingested 1607 features with no failures for file /tmp/gis_osm_natural_a_free_1/gis_osm_natural_a_free_1.shp
INFO Triggering stat table compaction
For the various components, I used working configurations from earlier versions inherited from a stack with Geomesa 4.0.4, Accumulo 2.0.1, Zookeeper 3.7.0, HDFS 2.10.2, and Java 8. I suspect that they are not all compatible with the new versions, but I don't know which component is causing the problem. No errors are present in the Geomesa and Accumulo logs. How could I try to solve it?
The Accumulo lib/ext directory is no longer supported in Accumulo 2.1, and the GeoMesa jar needs to be put directly into lib/ (or loaded via namespace install).