File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
docs/src/reference/asciidoc Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff 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 ` )
2121Available 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```
3030or 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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:
4949This 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
You can’t perform that action at this time.
0 commit comments