You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Guodong Xu (Jira)" <ji...@apache.org> on 2019/09/17 07:07:00 UTC

[jira] [Commented] (BIGTOP-3224) missing mvn in bigtop/slaves:1.4.0-debian-9

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

Guodong Xu commented on BIGTOP-3224:
------------------------------------

Note: this issue doesn't exist in aarch64 image: bigtop/slaves:1.4.0-debian-9-aarch64. It has 'mvn' pre-installed. which is expected of course.

> missing mvn in bigtop/slaves:1.4.0-debian-9
> -------------------------------------------
>
>                 Key: BIGTOP-3224
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-3224
>             Project: Bigtop
>          Issue Type: Bug
>          Components: docker
>    Affects Versions: 1.4.0
>            Reporter: Guodong Xu
>            Priority: Major
>
> In bigtop/slaves:1.4.0-debian-9 image generated for docker hub,  there is no 'mvn'.
> Procedure to reproduce the issue:
> 1. docker pull bigtop/slaves:1.4.0-debian-9
> 2. docker run --rm -u jenkins --workdir /ws -v ${PWD}:/ws -it bigtop/slaves:1.4.0-debian-9 bash -l
> 3. inside the container, run:
> jenkins@c1ffde810ca0:/ws$ . /etc/profile.d/bigtop.sh
> jenkins@c1ffde810ca0:/ws$ which mvn
> jenkins@c1ffde810ca0:/ws$ mvn 
> bash: mvn: command not found
>  
> Expected result should be:
> $ which mvn
> /usr/local/maven/bin/mvn



--
This message was sent by Atlassian Jira
(v8.3.2#803003)