[ https://issues.apache.org/jira/browse/PIO-188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16664657#comment-16664657 ]
ASF GitHub Bot commented on PIO-188: ------------------------------------ shimamoto closed pull request #487: [WIP][PIO-188] Update the build matrix on travis URL: https://github.com/apache/predictionio/pull/487 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): ---------------------------------------------------------------- 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)