You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Evans Ye (JIRA)" <ji...@apache.org> on 2017/04/23 09:18:04 UTC

[jira] [Comment Edited] (BIGTOP-2355) Update Mahout version to 0.13.0

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

Evans Ye edited comment on BIGTOP-2355 at 4/23/17 9:18 AM:
-----------------------------------------------------------

[~andrew.musselman] your command looks a bit wrong:
{code}
$ docker run -u jenkins --rm --workdir /ws -v `pwd`:/ws bigtop/slaves:trunk-ubuntu-14.04 bash -l -c './gradlew bigtop-mahout-pkg'
{code}

The gradle task should be:
{code}
$ docker run -u jenkins --rm --workdir /ws -v `pwd`:/ws bigtop/slaves:trunk-ubuntu-14.04 bash -l -c './gradlew mahout-pkg'
{code}

You can call *./gradlew tasks* to find out the correct task to invoke.

Once you built successfully, you can find packages:
{code}
$ ls -l output/mahout/
total 227892
-rw-r--r-- 1 jenkins jenkins 222311754 Apr 23 08:59 mahout_0.12.2-1_all.deb
-rw-r--r-- 1 jenkins jenkins   5669356 Apr 23 09:00 mahout_0.12.2-1_amd64.build
-rw-r--r-- 1 jenkins jenkins      1001 Apr 23 08:59 mahout_0.12.2-1_amd64.changes
-rw-r--r-- 1 jenkins jenkins      6839 Apr 23 08:51 mahout_0.12.2-1.debian.tar.gz
-rw-r--r-- 1 jenkins jenkins       840 Apr 23 08:51 mahout_0.12.2-1.dsc
-rw-r--r-- 1 jenkins jenkins      1230 Apr 23 08:51 mahout_0.12.2-1_source.changes
-rw-r--r-- 1 jenkins jenkins   4821539 Apr 23 08:51 mahout_0.12.2.orig.tar.gz
-rw-r--r-- 1 jenkins jenkins    522102 Apr 23 08:59 mahout-doc_0.12.2-1_all.deb
{code}

Meanwhile, I didn't tested, but you probably need to make sure that your host machine do have jenkins with uid=1000.

BTW, where did you get that docker command from?
I'd like to polish it so that there won't be confuse again.


was (Author: evans_ye):
[~andrew.musselman] your command looks a bit wrong:
{code}
$ docker run -u jenkins --rm --workdir /ws -v `pwd`:/ws bigtop/slaves:trunk-ubuntu-14.04 bash -l -c './gradlew bigtop-mahout-pkg'
{code}

The gradle task should be:
{code}
$ docker run -u jenkins --rm --workdir /ws -v `pwd`:/ws bigtop/slaves:trunk-ubuntu-14.04 bash -l -c './gradlew mahout-pkg'
{code}

You can call ```./gradlew tasks``` to find out the correct task to invoke.

Once you built successfully, you can find packages:
{code}
$ ls -l output/mahout/
total 227892
-rw-r--r-- 1 jenkins jenkins 222311754 Apr 23 08:59 mahout_0.12.2-1_all.deb
-rw-r--r-- 1 jenkins jenkins   5669356 Apr 23 09:00 mahout_0.12.2-1_amd64.build
-rw-r--r-- 1 jenkins jenkins      1001 Apr 23 08:59 mahout_0.12.2-1_amd64.changes
-rw-r--r-- 1 jenkins jenkins      6839 Apr 23 08:51 mahout_0.12.2-1.debian.tar.gz
-rw-r--r-- 1 jenkins jenkins       840 Apr 23 08:51 mahout_0.12.2-1.dsc
-rw-r--r-- 1 jenkins jenkins      1230 Apr 23 08:51 mahout_0.12.2-1_source.changes
-rw-r--r-- 1 jenkins jenkins   4821539 Apr 23 08:51 mahout_0.12.2.orig.tar.gz
-rw-r--r-- 1 jenkins jenkins    522102 Apr 23 08:59 mahout-doc_0.12.2-1_all.deb
{code}

Meanwhile, I didn't tested, but you probably need to make sure that your host machine do have jenkins with uid=1000.

BTW, where did you get that docker command from?
I'd like to polish it so that there won't be confuse again.

> Update Mahout version to 0.13.0
> -------------------------------
>
>                 Key: BIGTOP-2355
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-2355
>             Project: Bigtop
>          Issue Type: Improvement
>          Components: build
>    Affects Versions: 1.2.0
>            Reporter: Andrew Musselman
>            Assignee: Andrew Musselman
>            Priority: Minor
>             Fix For: 1.2.1
>
>
> We released 0.11.2 of Mahout this weekend.



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