-
Notifications
You must be signed in to change notification settings - Fork 529
BIGTOP-3728: Docker dev/test env for centos7 #940
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
+1, It work well on my centos7 machine. |
bigtop-packages/src/common/bigtop-ambari-mpack/dev-support/docker/centos7/build-docker.sh
Outdated
Show resolved
Hide resolved
|
It's pretty convenient for us to test Mapck. Verified it on x86. But there is something tricky on Arm64 that the So the issues occurred: |
bigtop-packages/src/common/bigtop-ambari-mpack/dev-support/docker/centos7/build-containers.sh
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested the PR both for x86 and Arm64 on Cetnos-7.
+1, LGTM now.
It's found that the licensed info was also added in the latest commit which could be avoid RAT issues.
Thanks, @kevinw66


Description of PR
Build
ambari-serverambari-agent-01ambari-agent-02in docker, for easy develop and testNOTICE
Only test in centos7
USAGE
build-image.shbuild-containers.shto buildambari-serverambari-agent-01ambari-agent-02container with networkambari/services, runsync-scripts.shto copy your scripts toambari-serverambari-agent-01ambari-agent-02clear-containers.shto clear all related resources3306 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-serverambari-agent-01ambari-agent-02to your hostsComponents successfully installed.


TEST RESULTS FOR ENABLE KERBEROS
Admin password is

adminRemember to comment this line for high version of JDK 1.8

Kerberos successfully enabled.


