Skip to content

Commit

Permalink
Update to ES 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
grmblfrz committed Jul 29, 2015
1 parent 6fc0f52 commit 708ae69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The following table shows the versions of elasticsearch and Apache Zookeeper tha

|_. ES-zk Plugin |_. Elasticsearch |_. Zookeeper |
| master | 1.4.2 | 3.4.6 |
| 1.6.1 | 1.6.1 | 3.4.6 |
| 1.6.0 | 1.6.0 | 3.4.6 |
| 1.4.2 | 1.4.2 | 3.4.6 |
| 1.4.1 | 1.4.1 | 3.4.6 |
Expand All @@ -26,7 +27,7 @@ h3. Installation
* Install ZooKeeper plugin to ES by running

<pre>
% bin/plugin -url https://github.com/grmblfrz/elasticsearch-zookeeper/releases/download/v1.4.1/elasticsearch-zookeeper-1.4.1.zip -install zookeeper
% bin/plugin -url https://github.com/grmblfrz/elasticsearch-zookeeper/releases/download/v1.6.1/elasticsearch-zookeeper-1.6.1.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
4 changes: 2 additions & 2 deletions 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>1.6.0</version>
<version>1.6.1</version>
<packaging>jar</packaging>
<description>ZooKeeper plugin for Elasticsearch</description>
<inceptionYear>2011</inceptionYear>
Expand All @@ -30,7 +30,7 @@
</parent>

<properties>
<elasticsearch.version>1.6.0</elasticsearch.version>
<elasticsearch.version>1.6.1</elasticsearch.version>
<zookeeper.version>3.4.6</zookeeper.version>
</properties>

Expand Down

0 comments on commit 708ae69

Please sign in to comment.