You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Masatake Iwasaki (Jira)" <ji...@apache.org> on 2022/11/10 07:03:00 UTC

[jira] [Resolved] (BIGTOP-3868) Docker provisioner fails when it is executed from gradle

     [ https://issues.apache.org/jira/browse/BIGTOP-3868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Masatake Iwasaki resolved BIGTOP-3868.
--------------------------------------
    Fix Version/s: 3.2.0
       Resolution: Fixed

> Docker provisioner fails when it is executed from gradle
> --------------------------------------------------------
>
>                 Key: BIGTOP-3868
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-3868
>             Project: Bigtop
>          Issue Type: Bug
>            Reporter: Leona Yoda
>            Assignee: Leona Yoda
>            Priority: Major
>             Fix For: 3.2.0
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> How to reproduce
> {code:java}
> $ ./gradlew -Pstack=zookeeper docker-provisioner
> ...
> Notice: Finished catalog run in 74.78 seconds
> > Task :docker-provisioner FAILED{code}
>  
> However the stack creation was suceeded.
> If you run from docker-hadoop.sh directly, there is no error message and can run smoke-tests
> {code:java}
> $ ./docker-hadoop.sh -d -c 1 --stack zookeeper --smoke-tests zookeeper
> ...
> Notice: Finished catalog run in 71.51 seconds{code}
>  
> This seems caused by printing error message file that does not exist
> {code:java}
> # with printing error message and each line
> $ bash -xe ./docker-hadoop.sh -d -c 1 --stack zookeeper
> ...
> Notice: Finished catalog run in 84.98 seconds
> + cat '.error_msg_*'{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)