Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.5.0
-
None
Description
PROBLEM: Fresh install of HDP 2.1, when deploying hive client it fail with error: Execution of '/bin/sh -c 'cd /usr/lib/ambari-agent/ && curl -kf --retry 5 http://hadoop1:8080/resources/DBConnectionVerification.jar -o DBConnectionVerification.jar'' returned 22.
Steps to reproduce: set up a proxy (http_proxy="<proxy host that has not access to cluster>").
Fix:
Added
--noproxy <ambari-server hostname>
option to all our curl invocations that download files from ambari-server. I would go for this option because sometimes ftp_proxy may be used as well.
Also, I've fixed an error message that is shown when jce_name property is not defined in a non-secure cluster and added a proper handling of this situation in secure cluster.
Attachments
Attachments
Issue Links
- links to