You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by GitBox <gi...@apache.org> on 2021/03/11 16:50:48 UTC

[GitHub] [bigtop] iwasakims commented on pull request #755: BIGTOP-3519. Drop Flume.

iwasakims commented on pull request #755:
URL: https://github.com/apache/bigtop/pull/755#issuecomment-796881449


   I ran following to check that flume removal does not harm resources of other components on CentOS 8.
   
   ```
   $ ./gradlew hadoop-clean hadoop-pkg repo
   $ cd provisioner/docker
   $ ./docker-hadoop.sh \
       --create 3 \
       --image bigtop/puppet:trunk-centos-8 \
       --memory 8g \
       --repo file:///bigtop-home/output \
       --disable-gpg-check \
       --stack hdfs,mapreduce,yarn \
       --smoke-tests hdfs,mapreduce,yarn
   ```
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org