guyuqi commented on issue #555: BIGTOP-3264: Add a new Bigtop Mpack definition for Ambari URL: https://github.com/apache/bigtop/pull/555#issuecomment-573490635 The `bgtp-ambari-mpack-1.0.0.0-SNAPSHOT-bgtp-ambari-mpack.tar.gz ` would be put on `/var/lib/ambari-server/resources` by ambari-server deb/rpm installation, but not be installed yet. The `bgtp-ambari-mpack-1.0.0.0-SNAPSHOT-bgtp-ambari-mpack.tar.gz ` would be installed by depolyment script. In bigtop, we installed it by puppet ( `bigtop-deploy/puppet/modules/ambari/manifests/init.pp`) : ` command => "/bin/bash -c 'echo yes | /usr/sbin/ambari-server install-mpack --purge --verbose --mpack=/var/lib/ambari-server/resources/bgtp-ambari-mpack-1.0.0.0-SNAPSHOT-bgtp-ambari-mpack.tar.gz'",` The user could either install mpack via installing command( `ambari-server install-mpack` ) manually or define this command in their own depolyment script.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
