[ https://issues.apache.org/jira/browse/PIO-49?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15879471#comment-15879471 ]
ASF GitHub Bot commented on PIO-49: ----------------------------------- Github user marevol commented on the issue: https://github.com/apache/incubator-predictionio/pull/336 Although I'm not sure about old plugin features, in my fix, I put plugin jar files with --jars on spark-submit: https://github.com/jpioug/incubator-predictionio/commit/70d117c1e353e170e1d8108308446c2661dbac6d#diff-fe08516b0f04bfd5f37f138874840766 To build plugins, I also modified build.sbt. > 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)