Hi,
1. You can find logs for Schema Registry under this path : /usr/hdf/current/registry/logs
2. Remove all the spaces you have in the name of your properties and it would be fine
{
"type" : "record",
"namespace" : "poc",
"name" : "Employee",
"fields" : [
{ "name" : "Name", "type" : "string"},
{ "name" : "Age", "type" : "int"}
]
}