Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[geowave-dev] Error generating a sample dataset

Hi,

i tried to generate sample data set with ne_50m_admin_0_countries. And i enter the command as below.

java -cp geowave-deploy-0.8.7-SNAPSHOT-tools.jar mil.nga.giat.geowave.core.cli.GeoWaveMain -localingest -b ./ingest -i geowave -n ne_50m_admin_0_countries -f geotools-vector -u root -p password -z 127.0.0.1:2181


But give give following error. Does anyone know how to overcome this?

2015-06-20 12:24:07,449 FATAL [main] ingest.AbstractIngestCommandLineDriver (AbstractIngestCommandLineDriver.java:applyArguments(146)) - Error parsing plugins
java.lang.IllegalArgumentException: Unable to find SPI plugin provider for ingest format 'geotools-vector'
at mil.nga.giat.geowave.core.ingest.AbstractIngestCommandLineDriver.getPluginProviders(AbstractIngestCommandLineDriver.java:196)
at mil.nga.giat.geowave.core.ingest.AbstractIngestCommandLineDriver.applyArguments(AbstractIngestCommandLineDriver.java:141)
at mil.nga.giat.geowave.core.ingest.AbstractIngestCommandLineDriver.run(AbstractIngestCommandLineDriver.java:75)
at mil.nga.giat.geowave.core.cli.GeoWaveMain.main(GeoWaveMain.java:48)


Thanks and Regards.

Rukshan Chathuranga.
Department Of Computer Science & Engineering,
Faculty Of Engineering,
University Of Moratuwa. Sri Lanka.

Back to the top