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).

Related questions

0 votes
asked Jun 13, 2022 in BlockChain by Robindeniel
0 votes
asked Mar 5, 2021 in D Programming by SakshiSharma
...