Skip to content

Commit 1286f00

Browse files
committed
5.3.3 Release
1 parent 61f088f commit 1286f00

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ ES-Hadoop 2.0.x and 2.1.x are compatible with Elasticsearch __1.X__ *only*
1717

1818
## Installation
1919

20-
### Stable Release (currently `5.3.2`)
20+
### Stable Release (currently `5.3.3`)
2121
Available through any Maven-compatible tool:
2222

2323
```xml
2424
<dependency>
2525
<groupId>org.elasticsearch</groupId>
2626
<artifactId>elasticsearch-hadoop</artifactId>
27-
<version>5.3.2</version>
27+
<version>5.3.3</version>
2828
</dependency>
2929
```
3030
or as a stand-alone [ZIP](http://www.elastic.co/downloads/hadoop).
@@ -36,7 +36,7 @@ Grab the latest nightly build from the [repository](http://oss.sonatype.org/cont
3636
<dependency>
3737
<groupId>org.elasticsearch</groupId>
3838
<artifactId>elasticsearch-hadoop</artifactId>
39-
<version>5.3.3.BUILD-SNAPSHOT</version>
39+
<version>5.3.4.BUILD-SNAPSHOT</version>
4040
</dependency>
4141
```
4242

docs/src/reference/asciidoc/index.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
:ey: Elasticsearch on YARN
1111
:ref: http://www.elastic.co/guide/en/elasticsearch/reference/5.0
1212
:description: Reference documentation of {eh}
13-
:ver: 5.3.2
14-
:ver-d: 5.3.3.BUILD-SNAPSHOT
15-
:es-v: 5.3.2
13+
:ver: 5.3.3
14+
:ver-d: 5.3.4.BUILD-SNAPSHOT
15+
:es-v: 5.3.3
1616
:sp-v: 1.6.2
1717
:st-v: 1.0.1
1818
:pg-v: 0.15.0

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ groovyVersion = 2.4.4
4444
# --------------------
4545
# Project wide version
4646
# --------------------
47-
version=5.3.2
47+
version=5.3.3

yarn/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Simply download elasticsearch-yarn-<version>.jar in a location of choice and mak
1313

1414

1515
> ls
16-
elasticsearch-yarn-5.3.2
16+
elasticsearch-yarn-5.3.3
1717

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

5151
> hadoop jar elasticsearch-yarn-<version> -download-es
52-
Downloading Elasticsearch 5.3.2
52+
Downloading Elasticsearch 5.3.3
5353
Downloading ......................................................................................DONE
5454

5555
### Provision Elasticsearch into HDFS

0 commit comments

Comments
 (0)