You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/03/19 00:31:41 UTC

[jira] [Commented] (MAHOUT-1949) Create Docker Base IT Framework

    [ https://issues.apache.org/jira/browse/MAHOUT-1949?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15931503#comment-15931503 ] 

ASF GitHub Bot commented on MAHOUT-1949:
----------------------------------------

GitHub user rawkintrevo opened a pull request:

    https://github.com/apache/mahout/pull/296

    MAHOUT-1949 [WIP] Docker Based ITs

    
    - [x] Create Docker Images with Maven of Spark and Hadoop Env
    - [x] mount project directory in docker
    - [ ] A script which runs through an exhaustive list of tests (cli drivers/examples/etc)
    - [ ] A way to tell weather those tests passed or failed (checking the output?)
    - [ ] A way to fail the build if if the examples/etc fail. (no idea how this works, I've always tried to make build successful, never tried to fail one).
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/rawkintrevo/mahout docker-based-its

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/mahout/pull/296.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #296
    
----
commit 575fd82eaaf8605a1ce4e3c9d453347e2d4d24d9
Author: Trevor Grant <tr...@gmail.com>
Date:   2017-03-04T07:16:11Z

    Fresh Cuts

commit f7d86c3f1dc24ca6cab4fc347461a9851c8c6b68
Author: rawkintrevo <tr...@gmail.com>
Date:   2017-03-05T01:23:41Z

    made dockerITs module

commit 2f9712e2e1d4ef0f82dd6430df76f88333fca1eb
Author: rawkintrevo <tr...@gmail.com>
Date:   2017-03-06T23:00:46Z

    DockerIT framework first cuts

commit ba1a6a31e11b3b2668b1ff8e33a9e541d4baa1d8
Author: Trevor Grant <tr...@gmail.com>
Date:   2017-03-13T05:02:21Z

    updated tests etc

----


> Create Docker Base IT Framework
> -------------------------------
>
>                 Key: MAHOUT-1949
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-1949
>             Project: Mahout
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.13.1
>            Reporter: Trevor Grant
>            Assignee: Trevor Grant
>
> As we move to multiple spark/scala/native/etc versions we need a more sane method for testings. 
> Many projects use a docker based test env. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)