Skip to content

Commit 61c3013

Browse files
committed
Release 0.90.1
1 parent 5b6e9ac commit 61c3013

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.textile

+7-1
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,14 @@ h3. Installation
2020
* 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.
2121
* Install ZooKeeper plugin to ES by running
2222

23+
for elasticsearch-zookeeper versions 0.90.1 and above:
2324
<pre>
24-
% bin/plugin -url https://oss-es-plugins.s3.amazonaws.com/elasticsearch-zookeeper/elasticsearch-zookeeper-0.90.0.zip -install elasticsearch-zookeeper-0.90.0
25+
% bin/plugin -url https://github.com/imotov/elasticsearch-zookeeper/releases/download/v0.90.1/elasticsearch-zookeeper-0.90.1.zip -install zookeeper
26+
</pre>
27+
28+
for elasticsearch-zookeeper versions 0.90.0 and below:
29+
<pre>
30+
% bin/plugin -url https://oss-es-plugins.s3.amazonaws.com/elasticsearch-zookeeper/elasticsearch-zookeeper-0.90.0.zip -install zookeeper
2531
</pre>
2632

2733
* Assuming that you are running ZooKeeper on the port 2181 (default), add the following lines to config/elasticsearch.yml file

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>com.sonian</groupId>
88
<artifactId>elasticsearch-zookeeper</artifactId>
9-
<version>0.90.11-SNAPSHOT</version>
9+
<version>0.90.1</version>
1010
<packaging>jar</packaging>
1111
<description>ZooKeeper plugin for ElasticSearch</description>
1212
<inceptionYear>2011</inceptionYear>

0 commit comments

Comments
 (0)