Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit c7d75f3

Browse files
shimamotodszeto
authored andcommitted
[PIO-175] Elasticsearch 1 deprecated in 0.14.0 (#480)
1 parent dc08628 commit c7d75f3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/manual/source/install/index.html.md.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ or
4141
* Apache HBase 0.98.5
4242
* Elasticsearch 1.7.6
4343

44-
WARNING: **Note that support for Scala 2.10 and Spark 1.6.x has been dropped in PredictionIO 0.14.0.
45-
They are no longer supported.**
44+
WARNING: **Note that support for Scala 2.10 and Spark 1.6 were removed as of PredictionIO 0.14.0.
45+
Note that support for Elasticsearch 1 is deprecated as of PredictionIO 0.14.0.**
4646

4747
If you are running on a single machine, we recommend a minimum of 2GB memory.
4848

docs/manual/source/install/install-sourcecode.html.md.erb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,10 @@ Starting from version 0.11.0, PredictionIO can be built against different
136136
versions of dependencies. As of writing, one could build PredictionIO against
137137
these different dependencies:
138138

139-
* Scala 2.10.x(deprecated), 2.11.x
140-
* Spark 1.6.x(deprecated), 2.0.x, 2.1.x
139+
* 2.11.x
140+
* 2.0.x, 2.1.x, 2.2.x, 2.3.x
141141
* Hadoop 2.6.x, 2.7.x
142-
* Elasticsearch 1.7.x, 5.x
142+
* Elasticsearch 1.7.x(deprecated), 5.x
143143

144144
As an example, if you want to build PredictionIO to support Scala 2.11.8,
145145
Spark 2.1.0, and Elasticsearch 5.3.0, you can do

0 commit comments

Comments
 (0)