Created on 04-14-2017 11:16 PM - edited 08-17-2019 10:36 PM
Created 04-15-2017 03:13 AM
Did you try using the Ambari UI "Sqoop" --> "Service Actions" --> "Delete Service" option to delete Sqoop client ?
Else you can try the Ambari API approach as well to delete the sqoop as following:
curl -iv -u admin:admin -H "X-Requested-By: ambari" -X DELETE http://${AMBARI_HOSTNMAE}:8080/api/v1/clusters/Sandbox/services/SQOOP
.
Created 04-15-2017 03:13 AM
Did you try using the Ambari UI "Sqoop" --> "Service Actions" --> "Delete Service" option to delete Sqoop client ?
Else you can try the Ambari API approach as well to delete the sqoop as following:
curl -iv -u admin:admin -H "X-Requested-By: ambari" -X DELETE http://${AMBARI_HOSTNMAE}:8080/api/v1/clusters/Sandbox/services/SQOOP
.
Created 04-15-2017 09:14 PM
Hello Jay. where is these tabs you mentioned: Sqoop" --> "Service Actions" --> "Delete Service.
Created 04-15-2017 09:32 PM
Ambari API worked for me. Thanks for the help.
Created 04-15-2017 03:17 AM