I am new to Hive, got some stuff to parse logs of the format
[Time Stamp] {Complex JSON data}
As I see from my searches so far, There are JSON Serde's available.
Can I extend those JSON Serde code to suit my need ? If so which JSON serde code would be better to choose ?
If this approach is not good, Any other pointers?
Thanks