Skip to content

CLI - list of utility commands differ between standalone install and source code built #1646

@pfrollo

Description

@pfrollo

Standalone GeoWave install supports the following utility commands (geowave help util):

  1. accumulo
  2. grpc
  3. hbase
  4. landsat
  5. redis
  6. 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):

  1. accumulo
  2. grpc
  3. landsat
  4. python
  5. sentinel2

I need to be able to build GeoWave with support for redis. How do I do this?

My build steps:

  1. mvn clean install -Dfindbugs.skip=true -Dformatter.skip=true -DskipITs=true -DskipTests=true
  2. mvn package -P geowave-tools-singlejar -Dfindbugs.skip=true -Dformatter.skip=true -DskipITs=true -DskipTests=true

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions