0.19.0.RC3 Released

Heya,

0.19.0.RC3 released. It includes more bug fixes and two features ("date math" for date types, and multi search API). See more info here: http://www.elasticsearch.org/blog/2012/02/21/0.19.0.RC3-released.html.

-shay.banon

Hi Shay,

I am having problem installing cloud-aws plugin for it:

[elasticsearch-0.19.0.RC3]$ sudo bin/plugin -install cloud-aws
-> Installing cloud-aws...
Trying http://elasticsearch.googlecode.com/svn/plugins/cloud-aws/elasticsearch-cloud-aws-0.19.0.RC3.zip...
Failed to install cloud-aws, reason: failed to download

Thank you.
Roman

You need to install a specific version of the plugin since the plugins moved to their own repo. See more here: GitHub - elastic/elasticsearch-cloud-aws: AWS Cloud Plugin for Elasticsearch (read me).

On Tuesday, February 21, 2012 at 11:39 PM, Roman Stepanenko wrote:

Hi Shay,

I am having problem installing cloud-aws plugin for it:

[elasticsearch-0.19.0.RC3]$ sudo bin/plugin -install cloud-aws
-> Installing cloud-aws...
Trying http://elasticsearch.googlecode.com/svn/plugins/cloud-aws/elasticsearch-cloud-aws-0.19.0.RC3.zip...
Failed to install cloud-aws, reason: failed to download

Thank you.
Roman

If anyone else is interested here is the command:

bin/plugin -install elasticsearch/elasticsearch-cloud-aws/1.3.0

Thanks Shay

I'm working on updating the RPM spec file that tavisto made (
GitHub - tavisto/elasticsearch-rpms: Spec files and other things needed to package up elasticsearch) so I can test the RC builds.
The approach is to generate RPMs for each of the plugins by downloading the
appropriate zips and repackaging them. For 0.18 we could pull them from
Subversion on GoogleCode. Is GitHub now the appropriate location to
download from for all standard plugins?

-Sean

On Tuesday, February 21, 2012 4:01:17 PM UTC-6, kimchy wrote:

You need to install a specific version of the plugin since the plugins
moved to their own repo. See more here:
GitHub - elastic/elasticsearch-cloud-aws: AWS Cloud Plugin for Elasticsearch (read me).

Yes. Also, it would be cool to move the RPM packaging to elasticsearch itself, similar to what we do with the deb packaging (if someone is up to it).

On Wednesday, February 22, 2012 at 2:13 AM, VegHead wrote:

I'm working on updating the RPM spec file that tavisto made (GitHub - tavisto/elasticsearch-rpms: Spec files and other things needed to package up elasticsearch) so I can test the RC builds. The approach is to generate RPMs for each of the plugins by downloading the appropriate zips and repackaging them. For 0.18 we could pull them from Subversion on GoogleCode. Is GitHub now the appropriate location to download from for all standard plugins?

-Sean

On Tuesday, February 21, 2012 4:01:17 PM UTC-6, kimchy wrote:

You need to install a specific version of the plugin since the plugins moved to their own repo. See more here: GitHub - elastic/elasticsearch-cloud-aws: AWS Cloud Plugin for Elasticsearch (read me).

Not a problem. I'll submit a pull request when I've got it ready. Since the
plugins are now versioned independently of ElasticSearch itself, I'm
assuming you'd prefer to see separate SPEC files for each plugin so they
can be built separately?

-Sean

Hi Shay,

It's very nice that there's a .deb package available as well. I would
love to be able to just apt-get install elasticsearch on debian/
ubuntu at one point, so I've opened this request-for-package:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=660826

Now I realize I should have asked first :-s. Is there already some
other initiative to get Elasticsearch in debian/ubuntu?

Best regards,
Radu

Not that I am aware...

On Thursday, February 23, 2012 at 9:17 AM, Radu Gheorghe wrote:

Hi Shay,

It's very nice that there's a .deb package available as well. I would
love to be able to just apt-get install elasticsearch on debian/
ubuntu at one point, so I've opened this request-for-package:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=660826

Now I realize I should have asked first :-s. Is there already some
other initiative to get Elasticsearch in debian/ubuntu?

Best regards,
Radu