Thanks Alejandro, however this is only going to give us the values for the keys in hive-site. The jdbc url itself will still need to be constructed using zk quorum, service discovery string keys. Isn't there an easier way to just fetch the url, which ambari server anyways displays on its GUI for the Hive service?
Regards Shirsha From: Alejandro Fernandez [mailto:[email protected]] Sent: Tuesday, June 20, 2017 5:40 AM To: [email protected]; Ray Chaudhuri, Shirsha (Nokia - IN/Bangalore) <[email protected]> Subject: Re: Retrieving JDBC URLs from Ambari Server This should all be available via the API, e.g., api/v1/clusters/$name/configurations?type=hive-site&tag=$latest Grabbing the latest config tag requires comparing the timestamps The Ambari Shell client may also have this logic already, same with /var/lib/ambari-server/resources/scripts/configs.sh get $ambari_server_ip $clustername hive-site $configkey Thanks, Alejandro From: "<Ray Chaudhuri>", "Shirsha (Nokia - IN/Bangalore)" <[email protected]<mailto:[email protected]>> Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Date: Monday, June 19, 2017 at 5:31 AM To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Subject: Retrieving JDBC URLs from Ambari Server Hi, Is there a way to retrieve the jdbc url for HiveServer2, Spark Thrift Server etc, using Ambari REST APIs? Regards Shirsha
