Skip to content

Commit

Permalink
release version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grmblfrz committed Aug 11, 2014
1 parent a12953a commit a7c67a3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ h2. Compatibility
The following table shows the versions of elasticsearch and Apache Zookeeper that Zookeeper Plugin was built with.

|_. ES-zk Plugin |_. Elasticsearch |_. Zookeeper |
| master | 1.2.1 | 3.4.6 |
| master | 1.3.1 | 3.4.6 |
| 1.3.0 | 1.3.1 | 3.4.6 |
| 1.2.3 | 1.2.3 | 3.4.6 |
| 1.2.0 | 1.2.1 | 3.4.6 |
| 1.1.0 | 1.1.3 | 3.4.6 |
Expand All @@ -20,7 +21,7 @@ h3. Installation
* Install ZooKeeper plugin to ES by running

<pre>
% bin/plugin -url https://github.com/grmblfrz/elasticsearch-zookeeper/releases/download/v1.2.0/elasticsearch-zookeeper-1.2.0.zip -install zookeeper
% bin/plugin -url https://github.com/grmblfrz/elasticsearch-zookeeper/releases/download/v1.3.0/elasticsearch-zookeeper-1.3.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

0 comments on commit a7c67a3

Please sign in to comment.