Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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 Member
 
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