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*
17
17
18
18
## Installation
19
19
20
- ### Stable Release (currently ` 5.3.2 ` )
20
+ ### Stable Release (currently ` 5.3.3 ` )
21
21
Available through any Maven-compatible tool:
22
22
23
23
``` xml
24
24
<dependency >
25
25
<groupId >org.elasticsearch</groupId >
26
26
<artifactId >elasticsearch-hadoop</artifactId >
27
- <version >5.3.2 </version >
27
+ <version >5.3.3 </version >
28
28
</dependency >
29
29
```
30
30
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
36
36
<dependency >
37
37
<groupId >org.elasticsearch</groupId >
38
38
<artifactId >elasticsearch-hadoop</artifactId >
39
- <version >5.3.3 .BUILD-SNAPSHOT</version >
39
+ <version >5.3.4 .BUILD-SNAPSHOT</version >
40
40
</dependency >
41
41
```
42
42
Original file line number Diff line number Diff line change 10
10
:ey: Elasticsearch on YARN
11
11
:ref: http://www.elastic.co/guide/en/elasticsearch/reference/5.0
12
12
: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
16
16
:sp-v: 1.6.2
17
17
:st-v: 1.0.1
18
18
:pg-v: 0.15.0
Original file line number Diff line number Diff line change @@ -44,4 +44,4 @@ groovyVersion = 2.4.4
44
44
# --------------------
45
45
# Project wide version
46
46
# --------------------
47
- version =5.3.2
47
+ version =5.3.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
13
13
14
14
15
15
> ls
16
- elasticsearch-yarn-5.3.2
16
+ elasticsearch-yarn-5.3.3
17
17
18
18
> hadoop version
19
19
Hadoop 2.4.1
@@ -49,7 +49,7 @@ Each command should be self-explanatory. The typical usage scenario is:
49
49
This is a _ one-time_ action; if you already have Elasticsearch at hand, deploy it under ` downloads ` folder. To wit:
50
50
51
51
> hadoop jar elasticsearch-yarn-<version> -download-es
52
- Downloading Elasticsearch 5.3.2
52
+ Downloading Elasticsearch 5.3.3
53
53
Downloading ......................................................................................DONE
54
54
55
55
### Provision Elasticsearch into HDFS
You can’t perform that action at this time.
0 commit comments