Created on 05-13-2015 06:16 AM - edited 09-16-2022 02:28 AM
Can I update oozie-site.xml using REST api?
We added our own external function to oozie.
After each installation we need to go manually and change things in oozie via the CM web interface:
i'd like to be able to do this via scripting of any kind.
So far i could not find such an option - neither in CM REST API (http://cloudera.github.io/cm_api/apidocs/v10/index.html) nor OOZIE REST API (http://archive.cloudera.com/cdh4/cdh/4/oozie/WebServicesAPI.html)
Thanks
Doron
Created 05-13-2015 10:33 AM
Created 05-13-2015 10:33 AM
Created 05-17-2015 11:38 PM
Created 05-26-2015 04:59 AM
I manage to create python script to change the configuration.
here is an example:
https://linuxlabrat.wordpress.com/2015/05/26/updating-cdh-configuration-using-python-and-rest-apis/