Skip to content

Commit

Permalink
[ZEPPELIN-1031] Update Elasticsearch to release 2.3.3
Browse files Browse the repository at this point in the history
### What is this PR for?
Update ElasticSearch interpreter to use ElasticSearch 2.3.3

### What type of PR is it?
[Improvement]

### What is the Jira issue?
[ZEPPELIN-1031](https://issues.apache.org/jira/browse/ZEPPELIN-1031)

Author: Luciano Resende <lresende@apache.org>

Closes #1040 from lresende/elasticsearch and squashes the following commits:

67cc853 [Luciano Resende] [ZEPPELIN-1031] Update Elasticsearch to release 2.3.3
  • Loading branch information
lresende authored and minahlee committed Jun 26, 2016
1 parent a192f27 commit c590649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elasticsearch/pom.xml
Expand Up @@ -34,7 +34,7 @@
<url>http://www.apache.org</url>

<properties>
<elasticsearch.version>2.1.0</elasticsearch.version>
<elasticsearch.version>2.3.3</elasticsearch.version>
<guava.version>18.0</guava.version>
<json-flattener.version>0.1.6</json-flattener.version>
</properties>
Expand Down

0 comments on commit c590649

Please sign in to comment.