Skip to content

Commit

Permalink
Upgrade to ES 6.0.0-alpha-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaiera committed May 9, 2017
1 parent 4b46091 commit bb8efb7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/src/reference/asciidoc/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
:description: Reference documentation of {eh}
:ver: 5.0.0
:ver-d: 5.0.1.BUILD-SNAPSHOT
:es-v: 5.4.0
:es-v: 6.0.0-alpha-1
:sp-v: 1.6.2
:st-v: 1.0.1
:pg-v: 0.15.0
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ hamcrestVersion = 1.3
# Hive 0.11 finally updated antlr to 3.4 so there are no more conflicts with Pig
antlrVersion = 3.4
thriftVersion = 0.5.0
esVersion = 6.0.0-alpha1-SNAPSHOT
esVersion = 6.0.0-alpha1
esVersionStable = 5.4.0

luceneVersion = 6.0.0
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 5.4.0
Downloading Elasticsearch 6.0.0-alpha-1
Downloading ......................................................................................DONE

### Provision Elasticsearch into HDFS
Expand Down

0 comments on commit bb8efb7

Please sign in to comment.