@Bryan Bende I am getting the below exception for the schema :
{
"name ":"application ",
"type ":{
"type ":"record ",
"name ":"data ",
"fields ":[
{
"name ":"name ",
"type ":"string ",
"doc ":"Name of the application ",
"default ":" "
}
]
},
"doc ":"t information ",
"default ":{
}
}
java.lang.IllegalArgumentException: Cannot set the deafult value for field 'Application' to [{}] because this is not a valid value for Data Type [RECORD]. Any idea what is wrong?