sirensolutions / siren-join

[This is the old, single node version for Elasticsearch 2.x, see the latest "Siren Federate" plugin for distributed Elasticsearch 5.x and 6.x capabilities]
http://siren.io
GNU Affero General Public License v3.0
183 stars 60 forks source link

Release 2.2.0 installing #40

Closed pavel-arapov closed 8 years ago

pavel-arapov commented 8 years ago

Hello,

I see that you have updated the Readme with version 2.2.0, but I don't see the release created nether the corresponding version in repository

$ sudo bin/plugin install solutions.siren/siren-join/2.2.0
-> Installing solutions.siren/siren-join/2.2.0...
Trying https://download.elastic.co/solutions.siren/siren-join/siren-join-2.2.0.zip ...
Trying https://search.maven.org/remotecontent?filepath=solutions/siren/siren-join/2.2.0/siren-join-2.2.0.zip ...
Trying https://oss.sonatype.org/service/local/repositories/releases/content/solutions/siren/siren-join/2.2.0/siren-join-2.2.0.zip ...
Trying https://github.com/solutions.siren/siren-join/archive/2.2.0.zip ...
Trying https://github.com/solutions.siren/siren-join/archive/master.zip ...

For github usage apparently we should change solutions.siren to sirensolutions to use master, but here there is no success for me

$ sudo bin/plugin install sirensolutions/siren-join/2.2.0
-> Installing sirensolutions/siren-join/2.2.0...
Trying https://download.elastic.co/sirensolutions/siren-join/siren-join-2.2.0.zip ...
Trying https://search.maven.org/remotecontent?filepath=sirensolutions/siren-join/2.2.0/siren-join-2.2.0.zip ...
Trying https://oss.sonatype.org/service/local/repositories/releases/content/sirensolutions/siren-join/2.2.0/siren-join-2.2.0.zip ...
Trying https://github.com/sirensolutions/siren-join/archive/2.2.0.zip ...
Trying https://github.com/sirensolutions/siren-join/archive/master.zip ...
Downloading .......................................................................................................................DONE
Verifying https://github.com/sirensolutions/siren-join/archive/master.zip checksums if available ...
NOTE: Unable to verify checksum for downloaded plugin (unable to find .sha1 or .md5 file to verify)
ERROR: Could not find plugin descriptor 'plugin-descriptor.properties' in plugin zip

How can I install the plugin without building the project myself via Maven?

Thank in advance, Pavel

rendel commented 8 years ago

Hi Pavel,

you are looking at the develop branch which is not yet released. Siren-join 2.2.0 will be not available in the maven repository until released. If you want to try an unreleased version, you have to package it yourself with maven.