[
https://issues.apache.org/jira/browse/PIO-49?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15889315#comment-15889315
]
ASF GitHub Bot commented on PIO-49:
-----------------------------------
Github user dszeto commented on the issue:
https://github.com/apache/incubator-predictionio/pull/352
So basically this will build PIO with the same behavior as before, and pack
the ES5 support as an extra JAR during `make-distribution.sh` in `lib/extra`.
In order to use ES5, one would remove the ES1 JAR in `lib/spark` and move the
ES5 JAR to `lib/spark`. There would be minimal change needed to
`conf/pio-env.sh` since their keys are shared. Correct @marevol? This
essentially does not require a separate build while allowing flexibility to use
a different backend support. @pferrel any more comments? I'll do a little more
testing and merge if this sounds good to you.
Thanks for the hard work @haginot and @marevol !
> 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)