I agree, the type serializer IO formats should be the best match. They
would also work rather efficient.
On Tue, Jan 20, 2015 at 2:18 PM, Robert Metzger wrote:
> I would not recommend using the AvroInput/Output format because its meant
> to be used with Avro types (usually POJOs generated from a
I would not recommend using the AvroInput/Output format because its meant
to be used with Avro types (usually POJOs generated from an Avro schema).
I would use the TypeSerializerInputFormat / OutputFormat. Then you can be
sure that its able to read/write all types supported by our system.
On Tue,