Skip to content

Commit

Permalink
Release 0.90.1
Browse files Browse the repository at this point in the history
  • Loading branch information
imotov committed Mar 13, 2014
1 parent 5b6e9ac commit 61c3013
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
<pre>
% 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
</pre>

for elasticsearch-zookeeper versions 0.90.0 and below:
<pre>
% bin/plugin -url https://oss-es-plugins.s3.amazonaws.com/elasticsearch-zookeeper/elasticsearch-zookeeper-0.90.0.zip -install zookeeper
</pre>

* Assuming that you are running ZooKeeper on the port 2181 (default), add the following lines to config/elasticsearch.yml file
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.sonian</groupId>
<artifactId>elasticsearch-zookeeper</artifactId>
<version>0.90.11-SNAPSHOT</version>
<version>0.90.1</version>
<packaging>jar</packaging>
<description>ZooKeeper plugin for ElasticSearch</description>
<inceptionYear>2011</inceptionYear>
Expand Down

0 comments on commit 61c3013

Please sign in to comment.