I am setting up environments for geomesa-accumulo data store and trying to ingest feature using csv file by creating sfts and converters in respective reference.conf file. However when I run command
geomesa ingest -u root -p mypassword -c ajjas -i jarvis -s ajjas_pings -C ajjas_pings-csv data/ajjas_test_data/ajjas-result
execution never gets finished and shows
suresh@hpss-MacBook-Air:~/geomesa-accumulo_2.11-1.3.0 $ geomesa ingest -u root -p 9869547580 -c ajjas -i jarvis -s ajjas_pings -C ajjas_pings-csv data/ajjas_test_data/ajjas-result
Using GEOMESA_ACCUMULO_HOME = /Users/suresh/geomesa-accumulo_2.11-1.3.0
INFO Creating schema ajjas_pings
I am not able to understand what is going wrong. The same happens if am trying to delete existing schemas or features. Please help.