Gateways have been removed. You can't use that anymore.

-- 
David Pilato | Technical Advocate | Elasticsearch.com
@dadoonet | @elasticsearchfr


Le 24 juillet 2014 à 14:47:48, Anthony Oleary (anthony.ole...@kweekweek.com) a 
écrit:

Hello,
in EC@,i installed elasticsearch with
wget 
http://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.3.0.zip
sudo unzip elasticsearch-1.3.0.zip -d /usr/local/elasticsearch
cd /usr/local/elasticsearch/elasticsearch-1.3.0
sudo bin/plugin -install elasticsearch/elasticsearch-cloud-aws/2.1.1

config.yml is

cluster.name: elasticsearch-demo-js
cloud.aws.access_key: xxx..
cloud.aws.secret_key: yyy...
cloud.aws.discovery.type: ec2
gateway.type: s3
gateway.s3.bucket: codetest

but i get this error as soon as i add the gateway configuration
{1.3.0}: Initialization Failed ...

NoClassDefFoundError[org/elasticsearch/gateway/blobstore/BlobStoreGatewayModule]
 
ClassNotFoundException[org.elasticsearch.gateway.blobstore.BlobStoreGatewayModule]
any ideas ?
i then tried:  sudo bin/plugin -install 
elasticsearch/elasticsearch-cloud-aws/2.2.0   but got 
- NoClassSettingsException[Failed to load class setting [gateway.type] with 
value [s3]]

ClassNotFoundException[org.elasticsearch.gateway.s3.S3GatewayModule]



bit lost now!!!

--
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/c46bf6f1-ac0d-4437-810a-d2900252d52a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/etPan.53d10e67.77465f01.13e40%40MacBook-Air-de-David.local.
For more options, visit https://groups.google.com/d/optout.

Reply via email to