Skip to content

Commit

Permalink
2.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
costin committed Feb 2, 2016
1 parent 86c55af commit c11e37b
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 26 deletions.
16 changes: 3 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,14 @@ ES-Hadoop 2.0.x and 2.1.x are compatible with Elasticsearch __1.X__ *only*

## Installation

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

```xml
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-hadoop</artifactId>
<version>2.1.2</version>
</dependency>
```
### Beta Release (currently `2.2.0-rc1`)
Available through any Maven-compatible tool:

```xml
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-hadoop</artifactId>
<version>2.2.0-rc1</version>
<version>2.2.0</version>
</dependency>
```
or as a stand-alone [ZIP](http://www.elastic.co/downloads/hadoop).
Expand All @@ -45,7 +35,7 @@ Grab the latest nightly build from the [repository](http://oss.sonatype.org/cont
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-hadoop</artifactId>
<version>2.2.0.BUILD-SNAPSHOT</version>
<version>2.3.0.BUILD-SNAPSHOT</version>
</dependency>
```

Expand Down
6 changes: 3 additions & 3 deletions docs/src/reference/asciidoc/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
:ey: Elasticsearch on YARN
:ref: http://www.elastic.co/guide/en/elasticsearch/reference/2.0
:description: Reference documentation of {eh}
:ver: 2.2.0-rc1
:ver-d: 2.2.0.BUILD-SNAPSHOT
:es-v: 2.1.1
:ver: 2.2.0
:ver-d: 2.2.1.BUILD-SNAPSHOT
:es-v: 2.2.0
:sp-v: 1.6.0
:st-v: 0.9.5
:pg-v: 0.15.0
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ hamcrestVersion = 1.3
antlrVersion = 3.4
thriftVersion = 0.5.0
#esVersion = 1.7.1
esVersion = 2.2.0-SNAPSHOT
esVersionStable = 2.1.1
esVersion = 2.2.0
esVersionStable = 2.2.0

luceneVersion = 5.3.1
groovyVersion = 2.4.4

# --------------------
# Project wide version
# --------------------
version=2.2.0.BUILD-SNAPSHOT
version=2.2.0
6 changes: 3 additions & 3 deletions repository-hdfs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ _After_ installing the plugin on _every_ Elasticsearch node, be sure to _restart

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion yarn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Each command should be self-explanatory. The typical usage scenario is:
This is a _one-time_ action; if you already have Elasticsearch at hand, deploy it under `downloads` folder. To wit:

> hadoop jar elasticsearch-yarn-<version> -download-es
Downloading Elasticsearch 2.1.1
Downloading Elasticsearch 2.2.0
Downloading ......................................................................................DONE

### Provision Elasticsearch into HDFS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ app.queue=default

# Local Provisioning
download.local.dir=./downloads/
download.es.full.url=https://download.elasticsearch.org/elasticsearch/release/org/elasticsearch/distribution/zip/elasticsearch/${esVersionStable}/elasticsearch-${esVersionStable}.zip
download.es.url=http://www.elastic.co/downloads/elasticsearch/

download.es.url=https://download.elastic.co/elasticsearch/elasticsearch/
es.version=${esVersionStable}

# Provisioning
Expand Down

0 comments on commit c11e37b

Please sign in to comment.