Standalone GeoWave install supports the following utility commands (geowave help util):
- accumulo
- grpc
- hbase
- landsat
- redis
- sentinel2
Source code built GeoWave supports the following utility commands (java -cp ~/dev/workspace/geowaveOS/deploy/target/geowave-deploy-1.1.0-SNAPSHOT-tools.jar org.locationtech.geowave.core.cli.GeoWaveMain help util):
- accumulo
- grpc
- landsat
- python
- sentinel2
I need to be able to build GeoWave with support for redis. How do I do this?
My build steps:
- mvn clean install -Dfindbugs.skip=true -Dformatter.skip=true -DskipITs=true -DskipTests=true
- mvn package -P geowave-tools-singlejar -Dfindbugs.skip=true -Dformatter.skip=true -DskipITs=true -DskipTests=true
Standalone GeoWave install supports the following utility commands (geowave help util):
Source code built GeoWave supports the following utility commands (java -cp ~/dev/workspace/geowaveOS/deploy/target/geowave-deploy-1.1.0-SNAPSHOT-tools.jar org.locationtech.geowave.core.cli.GeoWaveMain help util):
I need to be able to build GeoWave with support for
redis. How do I do this?My build steps: