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 2019/01/04 17:35:00 UTC

[jira] [Updated] (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:all-tabpanel ]

Evans Ye updated BIGTOP-3124:
-----------------------------
    Summary: Remove package installation in provisioner/utils/smoke-tests.sh and polish the script  (was: Remove package installation in provisioner/utils/smoke-tests.sh)

> 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)