[
https://issues.apache.org/jira/browse/PIO-49?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15884684#comment-15884684
]
ASF GitHub Bot commented on PIO-49:
-----------------------------------
GitHub user marevol opened a pull request:
https://github.com/apache/incubator-predictionio/pull/352
[PIO-49] Add support for Elasticsearch 5 and move storage implementation
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/marevol/incubator-predictionio move-storages
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-predictionio/pull/352.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #352
----
commit 3227fc7c270729df5e45fd0693333f93201851dd
Author: Shinsuke Sugaya <[email protected]>
Date: 2017-02-26T09:31:50Z
move storage implementation to storage directories
----
> Add support for Elasticsearch 5.x
> ---------------------------------
>
> Key: PIO-49
> URL: https://issues.apache.org/jira/browse/PIO-49
> Project: PredictionIO
> Issue Type: Improvement
> Reporter: Shinsuke Sugaya
>
> We work on meta/event storage support for Elasticsearch 5.x.
> Although Elasticsearch 2.x does not allow dots in field names,
> Elasticsearch 5.x supports it. So, it's better to upgrade to ES 5.x release.
> Since ES 5.x provides Java Rest API client, we replaced
> Transport communication with HTTP one. Therefore, our fix
> uses HTTP(9200 port) only.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)