Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
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