azavea / osmesa

OSMesa is an OpenStreetMap processing stack based on GeoTrellis and Apache Spark
Apache License 2.0
79 stars 26 forks source link

Some commands in deployment Makefile depend on `jq` #178

Open CloudNiner opened 4 years ago

CloudNiner commented 4 years ago
make stop-streaming-stats-updaters                      
./scripts/stop-streaming-service.sh streaming-stats-updater                                                                               
Attempting to stop streaming-stats-updater on cluster osm-stats-staging                                                                   
./scripts/stop-streaming-service.sh: line 12: jq: command not found                                                                       
You must specify a region. You can also configure your region by running "aws configure".                                                 
Status was , nothing to stop                                                        

We should note this dependency in a README and/or attempt to auto-install it for the user.

jpolchlo commented 4 years ago

Probably better to announce this in the docs. Auto-installing seems fraught.