Skip to content

Commit

Permalink
5.1.2 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaiera committed Jan 12, 2017
1 parent 0869f54 commit 9056be3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ ES-Hadoop 2.0.x and 2.1.x are compatible with Elasticsearch __1.X__ *only*

## Installation

### Stable Release (currently `5.1.1`)
### Stable Release (currently `5.1.2`)
Available through any Maven-compatible tool:

```xml
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-hadoop</artifactId>
<version>5.1.1</version>
<version>5.1.2</version>
</dependency>
```
or as a stand-alone [ZIP](http://www.elastic.co/downloads/hadoop).
Expand All @@ -36,7 +36,7 @@ Grab the latest nightly build from the [repository](http://oss.sonatype.org/cont
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-hadoop</artifactId>
<version>5.1.2.BUILD-SNAPSHOT</version>
<version>5.1.3.BUILD-SNAPSHOT</version>
</dependency>
```

Expand Down
6 changes: 3 additions & 3 deletions docs/src/reference/asciidoc/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
:ey: Elasticsearch on YARN
:ref: http://www.elastic.co/guide/en/elasticsearch/reference/2.0
:description: Reference documentation of {eh}
:ver: 5.1.1
:ver-d: 5.1.2.BUILD-SNAPSHOT
:es-v: 5.1.1
:ver: 5.1.2
:ver-d: 5.1.3.BUILD-SNAPSHOT
:es-v: 5.1.2
:sp-v: 1.6.2
:st-v: 1.0.1
:pg-v: 0.15.0
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ groovyVersion = 2.4.4
# --------------------
# Project wide version
# --------------------
version=5.1.2.BUILD-SNAPSHOT
version=5.1.2
4 changes: 2 additions & 2 deletions yarn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Simply download elasticsearch-yarn-<version>.jar in a location of choice and mak


> ls
elasticsearch-yarn-5.1.1
elasticsearch-yarn-5.1.2

> hadoop version
Hadoop 2.4.1
Expand Down Expand Up @@ -49,7 +49,7 @@ Each command should be self-explanatory. The typical usage scenario is:
This is a _one-time_ action; if you already have Elasticsearch at hand, deploy it under `downloads` folder. To wit:

> hadoop jar elasticsearch-yarn-<version> -download-es
Downloading Elasticsearch 5.1.1
Downloading Elasticsearch 5.1.2
Downloading ......................................................................................DONE

### Provision Elasticsearch into HDFS
Expand Down

0 comments on commit 9056be3

Please sign in to comment.