commit | 7243ce40c93f60e8d3e47c2405dc92b4e38e1b10 | [log] [tgz] |
---|---|---|
author | Nishith Agarwal <nagarwal@uber.com> | Sun Nov 04 16:03:56 2018 -0800 |
committer | vinoth chandar <vinothchandar@users.noreply.github.com> | Tue Dec 04 11:43:41 2018 -0800 |
tree | 213e5db02f91d5c96e37ac25be3aa7564d054187 | |
parent | e83dde3b9591d0ff52c453331e80a5d6ae91bb11 [diff] |
Serializing the complete payload object instead of serializing just the GenericRecord Removing Converter hierarchy as we now depend purely on JavaSerialization and require the payload to be java serializable
Hudi (pronounced Hoodie) stands for Hadoop Upserts anD Incrementals
. Hudi manages storage of large analytical datasets on HDFS and serve them out via two types of tables
For more, head over here