Skip to content

Commit c11e37b

Browse files
committed
2.2.0 release
1 parent 86c55af commit c11e37b

File tree

6 files changed

+14
-26
lines changed

6 files changed

+14
-26
lines changed

README.md

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

1616
## Installation
1717

18-
### Stable Release (currently `2.1.2`)
18+
### Stable Release (currently `2.2.0`)
1919
Available through any Maven-compatible tool:
2020

2121
```xml
2222
<dependency>
2323
<groupId>org.elasticsearch</groupId>
2424
<artifactId>elasticsearch-hadoop</artifactId>
25-
<version>2.1.2</version>
26-
</dependency>
27-
```
28-
### Beta Release (currently `2.2.0-rc1`)
29-
Available through any Maven-compatible tool:
30-
31-
```xml
32-
<dependency>
33-
<groupId>org.elasticsearch</groupId>
34-
<artifactId>elasticsearch-hadoop</artifactId>
35-
<version>2.2.0-rc1</version>
25+
<version>2.2.0</version>
3626
</dependency>
3727
```
3828
or as a stand-alone [ZIP](http://www.elastic.co/downloads/hadoop).
@@ -45,7 +35,7 @@ Grab the latest nightly build from the [repository](http://oss.sonatype.org/cont
4535
<dependency>
4636
<groupId>org.elasticsearch</groupId>
4737
<artifactId>elasticsearch-hadoop</artifactId>
48-
<version>2.2.0.BUILD-SNAPSHOT</version>
38+
<version>2.3.0.BUILD-SNAPSHOT</version>
4939
</dependency>
5040
```
5141

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/2.0
1212
:description: Reference documentation of {eh}
13-
:ver: 2.2.0-rc1
14-
:ver-d: 2.2.0.BUILD-SNAPSHOT
15-
:es-v: 2.1.1
13+
:ver: 2.2.0
14+
:ver-d: 2.2.1.BUILD-SNAPSHOT
15+
:es-v: 2.2.0
1616
:sp-v: 1.6.0
1717
:st-v: 0.9.5
1818
:pg-v: 0.15.0

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ hamcrestVersion = 1.3
3636
antlrVersion = 3.4
3737
thriftVersion = 0.5.0
3838
#esVersion = 1.7.1
39-
esVersion = 2.2.0-SNAPSHOT
40-
esVersionStable = 2.1.1
39+
esVersion = 2.2.0
40+
esVersionStable = 2.2.0
4141

4242
luceneVersion = 5.3.1
4343
groovyVersion = 2.4.4
4444

4545
# --------------------
4646
# Project wide version
4747
# --------------------
48-
version=2.2.0.BUILD-SNAPSHOT
48+
version=2.2.0

repository-hdfs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ _After_ installing the plugin on _every_ Elasticsearch node, be sure to _restart
5454

5555
### Stable version
5656
As with any other plugin, simply run:
57-
`bin/plugin install elasticsearch/elasticsearch-repository-hdfs/2.2.0-rc1`
57+
`bin/plugin install elasticsearch/elasticsearch-repository-hdfs/2.2.0`
5858

5959
When looking for `light` or `hadoop2` artifacts use:
60-
`bin/plugin install elasticsearch/elasticsearch-repository-hdfs/2.2.0.rc1-<classifier>`
60+
`bin/plugin install elasticsearch/elasticsearch-repository-hdfs/2.2.0-<classifier>`
6161

6262
### Development Snapshot
6363
To install the latest snapshot, please install the plugin manually using:
@@ -69,7 +69,7 @@ Or grab the latest nightly build from the [repository](http://oss.sonatype.org/c
6969
<dependency>
7070
<groupId>org.elasticsearch</groupId>
7171
<artifactId>elasticsearch-repository-hdfs</artifactId>
72-
<version>2.2.0.BUILD-SNAPSHOT</version>
72+
<version>2.3.0.BUILD-SNAPSHOT</version>
7373
</dependency>
7474
```
7575

yarn/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 2.1.1
52+
Downloading Elasticsearch 2.2.0
5353
Downloading ......................................................................................DONE
5454

5555
### Provision Elasticsearch into HDFS

yarn/src/main/resources/org/elasticsearch/hadoop/yarn/cfg/cfg.properties

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ app.queue=default
77

88
# Local Provisioning
99
download.local.dir=./downloads/
10-
download.es.full.url=https://download.elasticsearch.org/elasticsearch/release/org/elasticsearch/distribution/zip/elasticsearch/${esVersionStable}/elasticsearch-${esVersionStable}.zip
11-
download.es.url=http://www.elastic.co/downloads/elasticsearch/
12-
10+
download.es.url=https://download.elastic.co/elasticsearch/elasticsearch/
1311
es.version=${esVersionStable}
1412

1513
# Provisioning

0 commit comments

Comments
 (0)