vivostar commented on PR #979:
URL: https://github.com/apache/bigtop/pull/979#issuecomment-1263046799

   test docker-hadoop.sh
   1. start containers
   ```shell
   ./docker-hadoop.sh \
          -d \
          -dcp \
          --create 2 \
          --image bigtop/puppet:trunk-centos-7 \
          --memory 8g \
          --repo 
http://repos.bigtop.apache.org/releases/3.1.0/centos/7/\$basearch \
          --disable-gpg-check \
          --stack hdfs,yarn,mapreduce,spark,hive
   ./docker-hadoop.sh \
          -d \
          --docker-compose-plugin \
          --create 2 \
          --image bigtop/puppet:trunk-centos-7 \
          --memory 8g \
          --repo 
http://repos.bigtop.apache.org/releases/3.1.0/centos/7/\$basearch \
          --disable-gpg-check \
          --stack hdfs,yarn,mapreduce,spark,hive
   ```
   2. stop containers
   ```
   ./docker-hadoop.sh  -d  -dcp # don't forget add the command line parameter
   ```


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to