[ https://issues.apache.org/jira/browse/PIO-188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16661919#comment-16661919 ]
ASF GitHub Bot commented on PIO-188: ------------------------------------ shimamoto edited a comment on issue #487: [WIP][PIO-188] Update the build matrix on travis URL: https://github.com/apache/predictionio/pull/487#issuecomment-432557061 2 errored [Build #1609](https://travis-ci.org/apache/predictionio/builds/444959260) It looks like ES1 storage module is not support for EVENTDATA. I would like to correct my mistake. Whereas support for ES6 probably has bugs. ---------------------------------------------------------------- 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 > Update the build matrix to the latest supported versions > -------------------------------------------------------- > > Key: PIO-188 > URL: https://issues.apache.org/jira/browse/PIO-188 > Project: PredictionIO > Issue Type: Improvement > Components: Build, Documentation > Affects Versions: 0.14.0 > Reporter: Takako Shimamoto > Priority: Major > > At first glance, it looks like .travis.yml has covered every version, but > there aren't tests for Elasticsearch 6.x or HBase 1.2 currently. Whereas that > there are some unnecessary patterns in the build matrix. > I put together the latest supported versions. Note that there is no change in > the default version. > h3. Core versions > - Scala > -- 2.11.12(default) > - Spark > -- 2.0.2 > -- 2.1.3(default) > -- 2.2.2 > -- 2.3.2 > - Hadoop > -- 2.6.5 > -- 2.7.3(default) > h3. Storage versions > - Elasticsearch > -- 1.7.3(deprecated) > -- 5.6.9(default) > -- 6.4.2 > - HBase > -- 1.2.6(default) > - HDFS > -- same as above Hadoop > I will open a PR. -- This message was sent by Atlassian JIRA (v7.6.3#76005)