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