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
07-11-2017
09:19 AM
- last edited on
04-21-2026
05:22 AM
by
GrazittiAPI
Hi
Is is possible to delete schemas from the Schema Registry, and if not, can this functionality be added to the front end?
In my development environment I've created a bunch of old schema's I'd like to delete to avoid clutter and confusion between not-in-use schemas.
Thanks
Created 07-13-2017 09:12 PM
In schema registry (HDF-3.0), a schema is immutable & you can't delete/modify a schema.
Created 06-27-2019 12:50 AM
Has any progress been made in developing a GUI to manage the Schema Registry ??? It appears many of us need the ability to Delete, Rename and otherwise manage the Schema's in the Schema Registry, I realize the brute force using SQL is a possibility but it is too error prone and clumsy which us unacceptable for a production environment. We really need a GUI that is fully supported to manage the Schema Registry entries so we can correct errors and Delete unwanted Schema's. It appears this question has not been updated in a long while so I wanted to see what is being done to resolve the issue. This doesn't sound like a heavy life for the technical team to add a little functionality to the existing Schema Registry GUI. Lets hear from the Hortonworks/Cloudera experts what the status is and when we might see a production ready solution.
Created 09-08-2019 08:34 AM
Due the GUI still doesn't include the delete option, the workaround I'm using is to execute this curl comand:
CURL -X DELETE http://localhost:9090/api/v1/schemaregistry/schemas/<name>
Using the last version at this moment, hortonworks-registry-0.8.0-rc3, which includes a fix for ISSUE-574 that avoids error re-creating a previously deleted schema with the same name, works fine.
Hope it helps.
Regards
Marcelo.