kevinw66 opened a new pull request, #940:
URL: https://github.com/apache/bigtop/pull/940

   ### Description of PR
   Build `ambari-server` `ambari-agent-01` `ambari-agent-02` in docker, for 
easy develop and test
   
   ### NOTICE
   Only test in centos7
   
   ### USAGE
   * First time use this, or every time you update Docker file, run 
`build-image.sh`
   * run `build-docker.sh` to build `ambari-server` `ambari-agent-01` 
`ambari-agent-02` container with network `ambari`
   * after your dev/test finished, run `clear-docker.sh` to clear all related 
resources
   
   3306 5005 8080 is exposed to your local machine.
   you can visit localhost:8080 to access ambari-admin page.
   you can connect localhost:3306 to see the data create by ambari.
   you can connect localhost:5005 via Intellij IDEA to debug ambari-server.
   
   ### TEST RESULTS FOR INSTALL COMPONENTS
   Remember to add `ambari-server` `ambari-agent-01` `ambari-agent-02` to your 
hosts
   
![bigtop-image-1](https://user-images.githubusercontent.com/31196226/178103830-edc73a49-60fd-4e20-9d72-49ab81d276df.jpg)
   
   Components successfully installed.
   
![bigtop-image-2](https://user-images.githubusercontent.com/31196226/178103837-f24c310e-24db-41ab-8f95-69c6fa0c2ae0.jpg)
   
   ### TEST RESULTS FOR ENABLE KERBEROS
   Admin password is `admin`
   
![bigtop-image-3](https://user-images.githubusercontent.com/31196226/178103842-24fbd3c2-b19a-408d-812a-3209d4f326e3.jpg)
   
   Remember to comment this line due to high version of JDK 1.8
   
![bigtop-image-4](https://user-images.githubusercontent.com/31196226/178103846-b581a500-9236-46ed-aeed-c5e953cc8b3b.jpg)
   
   Kerberos successfully enabled.
   
![bigtop-image-5](https://user-images.githubusercontent.com/31196226/178103849-17750380-0b10-42aa-a136-4f748ecbd442.jpg)
   
   
   


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

Reply via email to