[ https://issues.apache.org/jira/browse/PIO-175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16647193#comment-16647193 ]
ASF GitHub Bot commented on PIO-175: ------------------------------------ dszeto closed pull request #480: [PIO-175] Elasticsearch 1 deprecated in 0.14.0 URL: https://github.com/apache/predictionio/pull/480 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/docs/manual/source/install/index.html.md.erb b/docs/manual/source/install/index.html.md.erb index 8b9b31716..5db10b2f9 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 ee3085c95..91a9a3d4d 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 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > Deprecation of Elasticsearch 1.x support > ---------------------------------------- > > Key: PIO-175 > URL: https://issues.apache.org/jira/browse/PIO-175 > Project: PredictionIO > Issue Type: Task > Components: Documentation > Affects Versions: 0.13.0 > Reporter: Naoki Takezoe > Assignee: Takako Shimamoto > Priority: Major > > Mark Elasticsearch 1.x support as deprecated and announce the future deletion > in 0.14.0. > It will be deleted actually in 0.15.0 from our codebase. -- This message was sent by Atlassian JIRA (v7.6.3#76005)