Konstantin Boudnik created BIGTOP-2251:
------------------------------------------

             Summary: provisioner shouldn't install components just in case
                 Key: BIGTOP-2251
                 URL: https://issues.apache.org/jira/browse/BIGTOP-2251
             Project: Bigtop
          Issue Type: Improvement
          Components: deployment
    Affects Versions: 1.0.0
            Reporter: Konstantin Boudnik
             Fix For: 1.1.0


I've notice that provisioner is trying to install a few component for what 
looks like "just in case" scenario. Namely {{smoke-tests.sh}} includes
{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}
This doesn't sound right as the components set and the smoking tests should be 
defined by the same list.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to