Skip to content

Commit 699b406

Browse files
committed
5.4.3 Release
1 parent 64e7849 commit 699b406

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.4.2`)
20+
### Stable Release (currently `5.4.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.4.2</version>
27+
<version>5.4.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.4.3.BUILD-SNAPSHOT</version>
39+
<version>5.4.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.4.2
14-
:ver-d: 5.4.3.BUILD-SNAPSHOT
15-
:es-v: 5.4.2
13+
:ver: 5.4.3
14+
:ver-d: 5.4.4.BUILD-SNAPSHOT
15+
:es-v: 5.4.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
@@ -46,4 +46,4 @@ groovyVersion = 2.4.4
4646
# --------------------
4747
# Project wide version
4848
# --------------------
49-
version=5.4.2.BUILD-SNAPSHOT
49+
version=5.4.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.4.2
16+
elasticsearch-yarn-5.4.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.4.2
52+
Downloading Elasticsearch 5.4.3
5353
Downloading ......................................................................................DONE
5454

5555
### Provision Elasticsearch into HDFS

0 commit comments

Comments
 (0)