This is an automated email from the ASF dual-hosted git repository.
donald pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/predictionio.git
The following commit(s) were added to refs/heads/develop by this push:
new c7d75f3 [PIO-175] Elasticsearch 1 deprecated in 0.14.0 (#480)
c7d75f3 is described below
commit c7d75f30046a13c8f38c47b1a9f65d110a8cc3e4
Author: takako shimamoto <[email protected]>
AuthorDate: Fri Oct 12 08:46:59 2018 +0900
[PIO-175] Elasticsearch 1 deprecated in 0.14.0 (#480)
---
docs/manual/source/install/index.html.md.erb | 4 ++--
docs/manual/source/install/install-sourcecode.html.md.erb | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/manual/source/install/index.html.md.erb
b/docs/manual/source/install/index.html.md.erb
index 8b9b317..5db10b2 100644
--- a/docs/manual/source/install/index.html.md.erb
+++ b/docs/manual/source/install/index.html.md.erb
@@ -41,8 +41,8 @@ or
* Apache HBase 0.98.5
* Elasticsearch 1.7.6
-WARNING: **Note that support for Scala 2.10 and Spark 1.6.x has been dropped
in PredictionIO 0.14.0.
-They are no longer supported.**
+WARNING: **Note that support for Scala 2.10 and Spark 1.6 were removed as of
PredictionIO 0.14.0.
+Note that support for Elasticsearch 1 is deprecated as of PredictionIO
0.14.0.**
If you are running on a single machine, we recommend a minimum of 2GB memory.
diff --git a/docs/manual/source/install/install-sourcecode.html.md.erb
b/docs/manual/source/install/install-sourcecode.html.md.erb
index ee3085c..91a9a3d 100644
--- a/docs/manual/source/install/install-sourcecode.html.md.erb
+++ b/docs/manual/source/install/install-sourcecode.html.md.erb
@@ -136,10 +136,10 @@ Starting from version 0.11.0, PredictionIO can be built
against different
versions of dependencies. As of writing, one could build PredictionIO against
these different dependencies:
-* Scala 2.10.x(deprecated), 2.11.x
-* Spark 1.6.x(deprecated), 2.0.x, 2.1.x
+* 2.11.x
+* 2.0.x, 2.1.x, 2.2.x, 2.3.x
* Hadoop 2.6.x, 2.7.x
-* Elasticsearch 1.7.x, 5.x
+* Elasticsearch 1.7.x(deprecated), 5.x
As an example, if you want to build PredictionIO to support Scala 2.11.8,
Spark 2.1.0, and Elasticsearch 5.3.0, you can do