iwasakims edited a comment on pull request #804:
URL: https://github.com/apache/bigtop/pull/804#issuecomment-881118655
Thanks, @afsanjar. I verified that it does not defect aarch64 packaging and
smoke-tests on CentOS 7 and Ubuntu-18.04.
Since I don't have ppc64le env, it would be nice if you can run smoke-tests
of kibana. The following command line is example on CentOS 7 using docker
provisioner. You need to setup Docker and docker-compose first on your own. You
need elsaticserch package too for running smoke-tests of kibana.
```
$ ./gradlew elasticsearch-pkg kibana-pkg repo
$ cd provisioner/docker
$ ./docker-hadoop.sh \
--create 1 \
--image bigtop/puppet:trunk-centos-7 \
--memory 16g \
--repo file:///bigtop-home/output \
--disable-gpg-check \
--stack elasticsearch,kibana \
--smoke-tests elasticsearch,kibana
--
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]