You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hadoop.apache.org by Akshay Aggarwal <ak...@gmail.com> on 2016/04/22 11:49:36 UTC

Does an identity mapper perform deserialization/serialization?

Hey,

I have a use case wherein I have to apply reduce function on a dataset
multiple times, and the data is stored in Avro Key Value Format.

I believe an identity mapper performs deserialization/serialization of the
data? If so is there a way to bypass it?

Thanks,
Akshay Aggarwal