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/09 12:49:51 UTC

[GitHub] [bigtop] iwasakims commented on pull request #753: BIGTOP-3512. Drop Giraph.

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


   I ran following on CentOS 8 in order to check that the code removal does not harm manifests and tests of other components.
   
   ```
   $ ./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