Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Hortonworks registry is confusing. I'm trying to deserialize avro messages so I registered my schema registry url as http://host.name:9090 and I can ping this url but not http://host.name:9090/api/v1!

avatar
New Contributor
 
1 ACCEPTED SOLUTION

avatar
Guru

Hi @Pradeep Sadashivamurthy

I'm not sure if you are using the default ports, or whether you have customized some of the ports. 9090 is usually the port for NiFi and not the schema registry. Schema Registry's default port, I think, is 7788. In addition, the Schema Registry has a very cool built-in tool to help making working with the APIs much easier. Try http://host.name:7788/api/swagger in a web browser, and see if the tool comes up, and go from there.

Hope this helps

View solution in original post

1 REPLY 1

avatar
Guru

Hi @Pradeep Sadashivamurthy

I'm not sure if you are using the default ports, or whether you have customized some of the ports. 9090 is usually the port for NiFi and not the schema registry. Schema Registry's default port, I think, is 7788. In addition, the Schema Registry has a very cool built-in tool to help making working with the APIs much easier. Try http://host.name:7788/api/swagger in a web browser, and see if the tool comes up, and go from there.

Hope this helps