AgileWorksOrg / elasticsearch-river-csv

CSV river for ElasticSearch
Apache License 2.0
91 stars 45 forks source link

Installation #4

Closed checkadvantage closed 10 years ago

checkadvantage commented 11 years ago

Just cant seem to get this river installed.

Running this: bin/plugin -install xxBedy/elasticsearch-river-csv/1.0.1

Returns this: -> Installing xxBedy/elasticsearch-river-csv/1.0.1... Trying http://download.elasticsearch.org/xxBedy/elasticsearch-river-csv/elasticsearch-river-csv-1.0.1.zip... Trying http://search.maven.org/remotecontent?filepath=xxBedy/elasticsearch-river-csv/1.0.1/elasticsearch-river-csv-1.0.1.zip... Trying https://oss.sonatype.org/service/local/repositories/releases/content/xxBedy/elasticsearch-river-csv/1.0.1/elasticsearch-river-csv-1.0.1.zip... Trying https://github.com/xxBedy/elasticsearch-river-csv/zipball/v1.0.1... (assuming site plugin) Failed to install xxBedy/elasticsearch-river-csv/1.0.1, reason: failed to download out of all possible locations..., use -verbose to get detailed information

I proceeded to clone the repository and tried to install, but the cli then says that it was assuming this plugin was a site and it aborted the installation.

Then I tried to just move the files into the plugin directory. Then ran the command to start indexing my csv. Nothing really happens though.

Any ideas?

dasraab commented 11 years ago

i´ve also tried to install 1.0.1 on elasticsearch-0.90.5... pluginfolder is empty after install. no errors while installing... any suggestion?

dasraab commented 11 years ago

my solution: https://gist.github.com/dasraab/6898595

vincentvanderwalt commented 10 years ago

Hi, I'm having the same issue with trying to install this plugin. And I'm busy with a proof of concept.

Is there a way of fixing the installation so it works properly ?

Much appreciated.

Vinny

dasraab commented 10 years ago

Hi vinnytheviking,

try this: https://gist.github.com/dasraab/6898595

vincentvanderwalt commented 10 years ago

Thanks, I had a look at that before posting and it's really outside of what I'm capable of at the moment. I'm already having to figure out elasticsearch. I've not really got the time to install / learn 2 more applications / languages just to import csv files. I expected this to work as explained in all the blog / web pages referring to this so called 'plugin' which really it's not. Given that this issue was raised 4 months ago i'm sure this person would have fixed it by now. really poor. oh well, back to trying bulk import using curl and json :-( thanks anyway

vtajzich commented 10 years ago

Take a look at read me. We've released new version with lot's of updates.