When I run the following command on a Ubuntu 16.04 laptop:
geowave ingest localToHdfs shape.shx localhost:9000 /data
I get an error like this:
04 Oct 14:44:47 WARN [local.LocalFileIngestDriver] - Plugin provider for ingest type 'geotools-raster' does not support avro ingest
java.lang.UnsupportedOperationException: GeoTools raster files cannot be ingested using intermediate avro files
at mil.nga.giat.geowave.format.geotools.raster.GeoToolsRasterDataStoreIngestFormat.createAvroFormatPlugin(GeoToolsRasterDataStoreIngestFormat.java:36)
at mil.nga.giat.geowave.core.ingest.operations.options.IngestFormatPluginOptions.createAvroPlugins(IngestFormatPluginOptions.java:159)
at mil.nga.giat.geowave.core.ingest.operations.LocalToHdfsCommand.execute(LocalToHdfsCommand.java:82)
at mil.nga.giat.geowave.core.cli.GeoWaveMain.run(GeoWaveMain.java:87)
at mil.nga.giat.geowave.core.cli.GeoWaveMain.main(GeoWaveMain.java:53)
I had this error on GeoWave 0.95 and with both the provided JAR file and my own compiled version. What could be going on?
When I run the following command on a Ubuntu 16.04 laptop:
I get an error like this:
I had this error on GeoWave 0.95 and with both the provided JAR file and my own compiled version. What could be going on?