Member since
06-20-2017
19
Posts
4
Kudos Received
3
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3168 | 08-22-2017 01:24 PM | |
3568 | 08-16-2017 01:59 PM | |
1210 | 08-10-2017 08:57 AM |
08-21-2017
07:20 AM
Do you have an error ?
... View more
08-10-2017
08:57 AM
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"}
]
}
... View more
07-31-2017
08:00 AM
Thanks a lot for this detailed response ! @Greg Keys
... View more