guyuqi opened a new pull request, #1061:
URL: https://github.com/apache/bigtop/pull/1061
<!--
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
Adjust Ambari metrics dependency for Ambari-2.7.5 in Mpack deployment
Also extend the timeout of grafana service check.
### How was this patch tested?
1. Successfully Build Bigtop Ambari on centos7/rocky8/Debian-11 and smoke
tests were passed:
```
./docker-hadoop.sh --create 3 \
--image bigtop/puppet:trunk-rockylinux-8 --memory 16g \
--repo file:///bigtop-home/output --disable-gpg-check --enable-local-repo \
--stack ambari,bigtop-utils \
--smoke-tests ambari
```
```
Successfully started process 'Gradle Test Executor 2'
Gradle Test Executor 2 started executing tests.
> Task :bigtop-tests:smoke-tests:ambari:test
org.apache.bigtop.itest.ambari.TestAmbariSmoke > testBlueprints STANDARD_OUT
[href:http://localhost:8080/api/v1/blueprints, items:[]]
org.apache.bigtop.itest.ambari.TestAmbariSmoke > testStackNameVersion
STANDARD_OUT
[versions:[[Versions:[stack_version:2.0, stack_name:ODPi],
href:http://localhost:8080/api/v1/stacks/ODPi/versions/2.0]],
Stacks:[stack_name:ODPi], href:http://localhost:8080/api/v1/stacks/ODPi]
Gradle Test Executor 2 finished executing tests.
> Task :bigtop-tests:smoke-tests:ambari:test
Finished generating test XML results (0.013 secs) into:
/bigtop-home/bigtop-tests/smoke-tests/ambari/build/test-results/test
Generating HTML test report...
Finished generating test html results (0.032 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.428 secs.
BUILD SUCCESSFUL in 1m 35s
30 actionable tasks: 7 executed, 23 up-to-date
```
2. Deploy Hadoop , Flink, solr , Kafaka, Tez, Zeppelin and Ambari Metrics
service based on Ambari-2.7.5 :
```
cd bigtop/provisioner/bigtop-stack-provisioner/docker/centos7
Build environment image: ./build-image.sh
Setup Environment: ./build-containers.sh
Access Ambari webui: localhost:8080
Deploy Bigtop serivces
```


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