-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[AMBARI-22946]. Download client configs API failing with 500 server err… #308
Conversation
Refer to this link for build results (access rights to CI server needed): |
cc: @smolnar82 |
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.
LGTM
Nice. |
Refer to this link for build results (access rights to CI server needed): |
…rr… (apache#308) * AMBARI-22946. Download client configs API failing with 500 server error (amagyar) * AMBARI-22946. Download client configs API failing with 500 server error (amagyar) (cherry picked from commit ea971eb) Change-Id: Id3f350d4eff98085ec33b8a6be8242ad332e2d3d
What changes were proposed in this pull request?
Client config generation causes an import error when ambari-server tries to execute python script.
I added /usr/lib/ambari-agent/lib to PYTHONPATH used by ambari-server.edit: moving constant to commons.
How was this patch tested?