Skip to main content

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

Hi,

Thanks for the solutions. I also try the mil.nga.giat.geowave.examples.ingest.SimpleIngest.java sample. With that i could generated sample data and it was success.

Thanks and Regards.


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

On Sat, Jun 20, 2015 at 6:10 PM, Whitney O'Meara <james.w.omeara@xxxxxxxxx> wrote:

OK, so this one should be easy to fix. Are you familiar with SPI?  What you need to do is build the tools profile for the extensions/formats/geotools-vector module. Once you have the tools jar associated with that module, run your command again and put that jar on the classpath.

The command line utility is setup so that you can add formats via SPI. This allows us to have an extremely flexible command line tool.

Let me know if that helps.

On Jun 20, 2015 2:55 AM, "Rukshan Chathuranga" <rcrukshan17@xxxxxxxxx> wrote:
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