i'm no expert, but looks like you'll have to use string: https://cwiki.apache.org/confluence/display/Hive/AvroSerDe
Yours, Matan Shukry On Fri, Jan 23, 2015 at 4:40 AM, Vikas Saxena <[email protected]> wrote: > Hi all, > Any response?? > > On Mon, Jan 19, 2015 at 8:31 AM, Vikas Saxena <[email protected] > > > wrote: > > > Hi Team, > > We are using avro in our project to serialize telecom data and load it > > into hive table. All our native telecom data fields are easily > convertible > > into hive data types. > > The problem I am facing is for some of the enum fields that we have don't > > start with 0 but start with 1000. > > How can I design my schema to accommodate such enums? > > > > > > -- > Thanks and regards, > Vikas Saxena. >
