0 votes
in Hive by

How do you write your own SerDe?

1 Answer

0 votes
by

However, following are the ways:

Despite SerDe users want to write a Deserializer in most cases. It is because users just want to read their own data format instead of writing to it

By using the configuration parameter ‘regex’, the RegexDeserializer will deserialize the data, and possibly a list of column names (see serde2.MetadataTypedColumnsetSerDe).

...