ElasticSearch attachement plugin

Hello dear all,

I tried to install the attachement plugin by downloading the zip file and
placed it under $ES_HOME/plugins.

Then try the command:

bin/plugin -install elasticsearch/elasticsearch-mapper-attachments/1.7.0

And I got the following error message:

-> Installing
elasticsearch-0.90.0/elasticsearch-mapper-attachments-master/1.7.0...
Trying
http://download.elasticsearch.org/elasticsearch-0.90.0/elasticsearch-mapper-attachments-master/elasticsearch-mapper-attachments-master-1.7.0.zip...
Trying
http://search.maven.org/remotecontent?filepath=elasticsearch-0/90/0/elasticsearch-mapper-attachments-master/1.7.0/elasticsearch-mapper-attachments-master-1.7.0.zip...
Trying
https://oss.sonatype.org/service/local/repositories/releases/content/elasticsearch-0/90/0/elasticsearch-mapper-attachments-master/1.7.0/elasticsearch-mapper-attachments-master-1.7.0.zip...
Trying
https://github.com/elasticsearch-0.90.0/elasticsearch-mapper-attachments-master/zipball/v1.7.0...
(assuming site plugin)
Failed to install
elasticsearch-0.90.0/elasticsearch-mapper-attachments-master/1.7.0, reason:
failed to download out of all possible locations..., use -verbose to get
detailed information

After searching I tried this command:

sudo bin/plugin -url
https://github.com/elasticsearch/elasticsearch-mapper-attachments/archive/master.zip
-install elasticsearch-mapper-attachements-master/master

But I still get the same error message.

Can somebody of you tell me the correct command?

Greetings

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Hi,
I succeeded installing the plugin with the following command
bin/plugin -install elasticsearch/elasticsearch-mapper-attachments/1.7.0
which is identical to yours.
The error you receive seems more like you have some sort of firewall that
inhibits you from downloading the archive.
I'd suggest, before of investigating more, if the command
wget
http://download.elasticsearch.org/elasticsearch-0.90.0/elasticsearch-mapper-attachments-master/elasticsearch-mapper-attachments-master-1.7.0.ziphttp://download.elasticsearch.org/elasticsearch-0.90.0/elasticsearch-mapper-attachments-master/elasticsearch-mapper-attachments-master-1.7.0.zip.
Works or not. If it works (I'd expect it not) then you should iterate the
command with all the other URLs.
As you receive the same error from 4 different mirrors, I suspect some
local problem.
Hope it helps.
Massimiliano

Il giorno lunedì 13 maggio 2013 14:47:09 UTC+2, Sentient6 ha scritto:

Hello dear all,

I tried to install the attachement plugin by downloading the zip file and
placed it under $ES_HOME/plugins.

Then try the command:

bin/plugin -install elasticsearch/elasticsearch-mapper-attachments/1.7.0

And I got the following error message:

-> Installing elasticsearch-0.90.0/elasticsearch-mapper-attachments-master/
1.7.0...
Trying
http://download.elasticsearch.org/elasticsearch-0.90.0/elasticsearch-mapper-attachments-master/elasticsearch-mapper-attachments-master-1.7.0.zip.
..
Trying
http://search.maven.org/remotecontent?filepath=elasticsearch-0/90/0/elasticsearch-mapper-attachments-master/1.7.0/elasticsearch-mapper-attachments-master-1.7.0.zip.
..
Trying
https://oss.sonatype.org/service/local/repositories/releases/content/elasticsearch-0/90/0/elasticsearch-mapper-attachments-master/1.7.0/elasticsearch-mapper-attachments-master-1.7.0.zip.
..
Trying
https://github.com/elasticsearch-0.90.0/elasticsearch-mapper-attachments-master/zipball/v1.7.0...
(assuming site plugin)
Failed to install
elasticsearch-0.90.0/elasticsearch-mapper-attachments-master/1.7.0, reason:
failed to download out of all possible locations..., use -verbose to get
detailed information

After searching I tried this command:

sudo bin/plugin -url
https://github.com/elasticsearch/elasticsearch-mapper-attachments/archive/master.zip-install elasticsearch-mapper-attachements-master/master

But I still get the same error message.

Can somebody of you tell me the correct command?

Greetings

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.