You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@predictionio.apache.org by "Takako Shimamoto (JIRA)" <ji...@apache.org> on 2018/10/22 10:50:00 UTC

[jira] [Created] (PIO-188) Update the build matrix to the latest supported versions

Takako Shimamoto created PIO-188:
------------------------------------

             Summary: 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


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)