jprante / elasticsearch-jdbc

JDBC importer for Elasticsearch
Apache License 2.0
2.84k stars 710 forks source link

not able to install the plugin om windows #757

Open kumaranjv061990 opened 8 years ago

kumaranjv061990 commented 8 years ago

Hi team,

I am not able to install the plugin in windows.

C:\ulyaoth\elasticsearch-2.1.1\elasticsearch-2.1.1\bin>plugin install http://xbib.org/repository/org/xbib/elasticsearch/importer/elasticsearch-jdbc/2.1.1.2/elasticsearch-jdbc-2.1.1.2-dist.zip -> Installing from http://xbib.org/repository/org/xbib/elasticsearch/importer/elasticsearch-jdbc/2.1.1.2/elasticsearch-jdbc-2.1.1.2-dist.zip... Trying http://xbib.org/repository/org/xbib/elasticsearch/importer/elasticsearch-jdbc/2.1.1.2/elasticsearch-jdbc-2.1.1.2-dist.zip ... Downloading ..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................DONE Verifying http://xbib.org/repository/org/xbib/elasticsearch/importer/elasticsearch-jdbc/2.1.1.2/elasticsearch-jdbc-2.1.1.2-dist.zip checksums if available ... Downloading .DONE ERROR: Could not find plugin descriptor 'plugin-descriptor.properties' in plugin zip

C:\ulyaoth\elasticsearch-2.1.1\elasticsearch-2.1.1\bin>

I get the above error. If you can let me know what is the appropriate method to install it would help me. jdbc plugin

Regards, -Vijay

athollon commented 8 years ago

Hi! Elasticsearch-jdbc is not a plugin but a standalone application. https://github.com/jprante/elasticsearch-jdbc/issues/707 You shouldn't download it and install it with the elasticsearch plugin install. Just follow the installation in the "JDBC importer for Elasticsearch Installation" section of the repository and try to run it.

That should be find for you. Regards, Arthur