Hello everyone,
the following Problem exists:
one of our Oozie-jobs could not be stopped after some configurations. Therefore we tried to deinstall Oozie with
curl -u <admin_user_name>:<admin_password> -H ‘ X-Requested-By:ambari’ -X DELETE ‘http://<ambari_server_host>:8080/api/v1/clusters/<cluster_name>/hosts/<hostname>/host_components/<service_component>’
and
yum remove <service>\* on all nodes
now the ambari-server can’t be used to readd oozie and the oozie-server could not be installed manually.
Do you have any ideas but a reset of the ambari-server?
Thank you,
tuffelchen