geowave icon indicating copy to clipboard operation
geowave copied to clipboard

Create CLI option to create accumulo workspace & deploy geowave jar to HDFS

Open datasedai opened this issue 9 years ago • 0 comments

For Accumulo, it would be nice to have a CLI utility to perform the following actions, given the user/pass for Accumulo root on the command line:

  1. Deploy GeoWave Jar
  2. Setup Configuration: (as shown here: https://ngageoint.github.io/geowave/documentation.html#accumulo-configuration )

accumulo shell -u root createuser geowave createnamespace geowave grant NameSpace.CREATE_TABLE -ns geowave -u geowave config -s general.vfs.context.classpath.geowave=hdfs://NAME_NODE_FQDN:8020/ACCUMULO_ROOT/classpath/geowave/VERSION_AND_VENDOR_VERSION/[^.].*.jar config -ns geowave -s table.classpath.context=geowave exit

This is similar in spirit to what we're doing with geoserver cli.

datasedai avatar Jun 17 '16 19:06 datasedai