You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@avro.apache.org by Alex Nastetsky <al...@vervemobile.com> on 2015/11/19 17:17:41 UTC

input schema

Hi,

It seems that specifying the input schema when reading Avro files in a
MapReduce job is required. I would expect it to be optional, since the
schema already exists in the file itself. It seems that specifying an input
schema would only be useful to handle schema discrepancies between actual
and expected schemas.

Alex.