You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/01/04 18:37:00 UTC

[jira] [Commented] (BIGTOP-3124) Remove package installation in provisioner/utils/smoke-tests.sh and polish the script

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

ASF GitHub Bot commented on BIGTOP-3124:
----------------------------------------

GitHub user evans-ye opened a pull request:

    https://github.com/apache/bigtop/pull/436

    BIGTOP-3124. Remove package installation in provisioner/utils/smoke-tests.sh and polish the script

    

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

    $ git pull https://github.com/evans-ye/bigtop BIGTOP-3124

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

    https://github.com/apache/bigtop/pull/436.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 #436
    
----
commit 397e1157fb76a2680c2f3db84ffa0a15e1b32d62
Author: Evans Ye <ev...@...>
Date:   2019-01-04T18:35:23Z

    BIGTOP-3124. Remove package installation in provisioner/utils/smoke-tests.sh and polish the script

----


> Remove package installation in provisioner/utils/smoke-tests.sh and polish the script
> -------------------------------------------------------------------------------------
>
>                 Key: BIGTOP-3124
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-3124
>             Project: Bigtop
>          Issue Type: Sub-task
>          Components: tests
>    Affects Versions: 1.3.0
>            Reporter: Evans Ye
>            Priority: Major
>
> The package installation should be removed in smoke-tests.sh:
> {code}
> ...
> if [ -f /etc/debian_version ] ; then
>     apt-get -y install pig hive flume mahout sqoop
> else
>     yum install -y pig hive flume mahout sqoop
> fi
> ...
> {code}
> We should have these packages installed via puppet instead.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)