File tree Expand file tree Collapse file tree 4 files changed +9
-21
lines changed
docs/src/reference/asciidoc Expand file tree Collapse file tree 4 files changed +9
-21
lines changed Original file line number Diff line number Diff line change @@ -17,26 +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 ` 2.4 .0` )
20
+ ### Stable Release (currently ` 5.0 .0` )
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 >2.4.0</version >
28
- </dependency >
29
- ```
30
- or as a stand-alone [ ZIP] ( http://www.elastic.co/downloads/hadoop ) .
31
-
32
- ### Beta Release (currently ` 5.0.0-rc1 ` )
33
- Available through any Maven-compatible tool:
34
-
35
- ``` xml
36
- <dependency >
37
- <groupId >org.elasticsearch</groupId >
38
- <artifactId >elasticsearch-hadoop</artifactId >
39
- <version >5.0.0-rc1</version >
27
+ <version >5.0.0</version >
40
28
</dependency >
41
29
```
42
30
or as a stand-alone [ ZIP] ( http://www.elastic.co/downloads/hadoop ) .
@@ -48,7 +36,7 @@ Grab the latest nightly build from the [repository](http://oss.sonatype.org/cont
48
36
<dependency >
49
37
<groupId >org.elasticsearch</groupId >
50
38
<artifactId >elasticsearch-hadoop</artifactId >
51
- <version >5.0.0 .BUILD-SNAPSHOT</version >
39
+ <version >5.0.1 .BUILD-SNAPSHOT</version >
52
40
</dependency >
53
41
```
54
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/2.0
12
12
:description: Reference documentation of {eh}
13
- :ver: 5.0.0-rc1
14
- :ver-d: 5.0.0 .BUILD-SNAPSHOT
15
- :es-v: 5.0.0-rc1
13
+ :ver: 5.0.0
14
+ :ver-d: 5.0.1 .BUILD-SNAPSHOT
15
+ :es-v: 5.0.0
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.0.0.BUILD.SNAPSHOT
47
+ version =5.0.0
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.0.0-rc1
16
+ elasticsearch-yarn-5.0.0
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 2.3.3
52
+ Downloading Elasticsearch 5.0.0
53
53
Downloading ......................................................................................DONE
54
54
55
55
### Provision Elasticsearch into HDFS
You can’t perform that action at this time.
0 commit comments