Author: asavu
Date: Mon Mar 12 13:07:18 2012
New Revision: 1299662
URL: http://svn.apache.org/viewvc?rev=1299662&view=rev
Log:
WHIRR-554. Upgrade elasticsearch to 0.19.0 (Andrei Savu)
Modified:
whirr/branches/branch-0.7/CHANGES.txt
whirr/branches/branch-0.7/services/elasticsearch/src/main/resources/functions/install_elasticsearch.sh
Modified: whirr/branches/branch-0.7/CHANGES.txt
URL:
http://svn.apache.org/viewvc/whirr/branches/branch-0.7/CHANGES.txt?rev=1299662&r1=1299661&r2=1299662&view=diff
==============================================================================
--- whirr/branches/branch-0.7/CHANGES.txt (original)
+++ whirr/branches/branch-0.7/CHANGES.txt Mon Mar 12 13:07:18 2012
@@ -17,6 +17,8 @@ Release 0.7.2
WHIRR-35. Include .pac file for browsing to Hadoop clusters started
on EC2 (Andrei Savu)
+ WHIRR-554. Upgrade elasticsearch to 0.19.0 (Andrei Savu)
+
BUG FIXES
Release 0.7.1 - 2012-02-23
Modified:
whirr/branches/branch-0.7/services/elasticsearch/src/main/resources/functions/install_elasticsearch.sh
URL:
http://svn.apache.org/viewvc/whirr/branches/branch-0.7/services/elasticsearch/src/main/resources/functions/install_elasticsearch.sh?rev=1299662&r1=1299661&r2=1299662&view=diff
==============================================================================
---
whirr/branches/branch-0.7/services/elasticsearch/src/main/resources/functions/install_elasticsearch.sh
(original)
+++
whirr/branches/branch-0.7/services/elasticsearch/src/main/resources/functions/install_elasticsearch.sh
Mon Mar 12 13:07:18 2012
@@ -16,7 +16,7 @@
#
function install_elasticsearch() {
- local
ES_URL=${1:-https://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.18.2.tar.gz}
+ local
ES_URL=${1:-https://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.19.0.tar.gz}
install_tarball $ES_URL
# get the name of the home folder