Skip to content

GeoWave 0.95 on Ubuntu 16.04: java.lang.UnsupportedOperationException: GeoTools raster files cannot be ingested using intermediate avro files #1187

@neelchauhan

Description

@neelchauhan

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?

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