thilinamb / synopsis

This project aims at using Neptune to process geo-spatial data and answer approximate queries.
2 stars 1 forks source link

Support for having machine specific storage location for checkpoints #11

Open thilinamb opened 6 years ago

thilinamb commented 6 years ago

This issue is specific to lattice like environments.

As of now, the checkpoint directory is set to /tmp which usually doesn't have sufficient capacity for larger checkpoints and/or multiple checkpoints. Also it is not non-volatile in the presence of server restarts.

Support for property values with ${HOSTNAME} which should be replaced by the machine name during the server startup.