Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[geomesa-users] loading and accessing converters

Hi – I am going through the steps of loading data using the renegades example. I am using the AWS bootstrap with geomesa-1.3.2-accumulo-1.8.1.

 

After creating a schema and table with:

sudo docker exec accumulo-master geomesa ingest -u root -p secret -c geomesa.test1 -f test1 -s /opt/geomesa/conf/renegades-test.conf -C /opt/geomesa/conf/renegades-test.conf s3a://mys3/example.csv

 

The ingest works. So I want to the SFT using:

sudo docker exec accumulo-master geomesa get-sft-config -u root -p secret -c geomesa.test1 -f test1

 

With this I get:

ERROR In the map, path 'geomesa.table.sharing' occurs as both the parent object of a value and as a value. Because Map has no defined ordering, this is a broken situation.

 

I have tried doing the .sft and .convert method for ingest. I have also tried to have different names for the schema and table. I have also tried just using the application.conf.

 

Also I have successfully used the GDELT example with the env variable gdelt for the .conf. Here when I do geomesa get-sft-config there is no error and I get the right output.

 

Seems simple but what is wrong here? Also how do you make a .conf file for reference as an env variable like the gdelt example?

 

Thanks,

Byron T. Chigoy



Back to the top