guyuqi opened a new pull request, #1010: URL: https://github.com/apache/bigtop/pull/1010
https://issues.apache.org/jira/browse/BIGTOP-3800 <!-- Thanks for sending a pull request! 1. If this is your first time, please read our contributor guidelines: https://cwiki.apache.org/confluence/display/BIGTOP/How+to+Contribute 2. Make sure your PR title starts with JIRA issue id, e.g., 'BIGTOP-3638: Your PR title ...'. --> ### Description of PR Ambari Metrics System: (AMS) collects, aggregates, and serves Hadoop and system metrics in Ambari-managed clusters. In Bigtop, we just offer Ambari-Server and Ambari-agent RPMs package, no Ambari Metrics RPMs there. Ambari Metrics, to be the sub-module of Ambari, we could add extra Ambari-metrics RPMs packages in Ambari build for Mpack Ambari-metrics. Ambari DO NOT support debian deployment in current version(2.7.5). We just add RPMs support in Bigtop 3.2 release. ### How was this patch tested? Build Ambari and run smoke tests on centos7: ``` ./docker-hadoop.sh --create 1 \ --image bigtop/puppet:trunk-centos-7 \ --memory 8g \ --repo file:///bigtop-home/output \ --disable-gpg-check \ --stack hdfs,yarn,mapreduce,ambari \ --smoke-tests ambari ``` ``` Gradle Test Executor 2 finished executing tests. > Task :bigtop-tests:smoke-tests:ambari:test Finished generating test XML results (0.01 secs) into: /bigtop-home/bigtop-tests/smoke-tests/ambari/build/test-results/test Generating HTML test report... Finished generating test html results (0.02 secs) into: /bigtop-home/bigtop-tests/smoke-tests/ambari/build/reports/tests/test Now testing... :bigtop-tests:smoke-tests:ambari:test (Thread[Execution worker for ':' Thread 7,5,main]) completed. Took 4.381 secs. BUILD SUCCESSFUL in 2m 15s 30 actionable tasks: 7 executed, 23 up-to-date Stopped 1 worker daemon(s). + rm -rf buildSrc/build/test-results/binary + rm -rf /bigtop-home/.gradle ``` ### For code changes: - [ ] Does the title or this PR starts with the corresponding JIRA issue id (e.g. 'BIGTOP-3638. Your PR title ...')? - [ ] Make sure that newly added files do not have any licensing issues. When in doubt refer to https://www.apache.org/licenses/ -- 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]
