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]

Support Questions

Find answers, ask questions, and share your expertise
Announcements
Share your experience with Cloudera on G2 and get a $25 Amazon Gift card.
Hi, I'm CLEO! Something exciting is coming to the Community. Stay Tuned!

SAM SchemaMetadata not found with the schemaName error

avatar
New Member

I am trying to follow the steps at https://docs.hortonworks.com/HDPDocuments/HDF3/HDF-3.0.0/bk_getting-started-with-stream-analytics/co...

by creating a new kafka topic, then adding a new schema in the SchemaRegistry. However, when I try to add a new schema (following the instructions on the page) I get the following error when I click on Save in Schema Registry:

An exception was thrown while processing request with message: [SchemaMetadata not found with the schemaName: raw-truck_events_avro]

I am a newbie with this tool - so I don't know where to look next to see what is causing this error.

Your help is greatly appreciated!

1 ACCEPTED SOLUTION

avatar
Contributor

Are your schema Name and topic name Same(literally)?

View solution in original post

2 REPLIES 2

avatar
Contributor

Are your schema Name and topic name Same(literally)?

avatar
New Member

I had to go into Postgres and delete my first attempt from schema_version_info - and that was apparently blocking all additional schemas from being added (and causing the UI to hang).

I just tried with the name in schema registry and the "name" in the schema matching the topic name - and it worked!