From 61c301353d80fb6727fd8e3ecda40bf74493c09c Mon Sep 17 00:00:00 2001 From: Igor Motov Date: Thu, 13 Mar 2014 10:04:40 -0400 Subject: [PATCH] Release 0.90.1 --- README.textile | 8 +++++++- pom.xml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.textile b/README.textile index 142f868..d1e4ea3 100644 --- a/README.textile +++ b/README.textile @@ -20,8 +20,14 @@ h3. Installation * Unzip the ZooKeeper archive into a directory, rename conf/zoo-sample.cnf into zoo.cnf and modify dataDir= line to point to a directory on your machine. Start ZooKeeper by running bin/zkServer.sh start. * Install ZooKeeper plugin to ES by running +for elasticsearch-zookeeper versions 0.90.1 and above:
-% bin/plugin -url https://oss-es-plugins.s3.amazonaws.com/elasticsearch-zookeeper/elasticsearch-zookeeper-0.90.0.zip -install elasticsearch-zookeeper-0.90.0
+% bin/plugin -url https://github.com/imotov/elasticsearch-zookeeper/releases/download/v0.90.1/elasticsearch-zookeeper-0.90.1.zip -install zookeeper
+
+ +for elasticsearch-zookeeper versions 0.90.0 and below: +
+% bin/plugin -url https://oss-es-plugins.s3.amazonaws.com/elasticsearch-zookeeper/elasticsearch-zookeeper-0.90.0.zip -install zookeeper
 
* Assuming that you are running ZooKeeper on the port 2181 (default), add the following lines to config/elasticsearch.yml file diff --git a/pom.xml b/pom.xml index cf4bcad..2deca7e 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ 4.0.0 com.sonian elasticsearch-zookeeper - 0.90.11-SNAPSHOT + 0.90.1 jar ZooKeeper plugin for ElasticSearch 2011