I think the question Anil is asking is "Does Pig have support for TinyInt (byte) and SmallInt (short)?" I don't know the answer.
On Sat, Feb 13, 2016 at 9:46 AM, Ravi Kiran <[email protected]> wrote: > Hi Anil, > > We do a mapping of PTintInt and PSmallInt to Pig DataType.INTEGER . > https://github.com/apache/phoenix/blob/master/phoenix-pig/src/main/java/org/apache/phoenix/pig/util/TypeUtil.java#L94 > . Can you please share the error you are seeing. > > HTH > > Ravi. > > On Sat, Feb 13, 2016 at 3:16 AM, anil gupta <[email protected]> wrote: > >> Hi, >> >> We are using Pig-Phoenix loader to load data into a table. Initially, we >> created some columns as TinyInt and SmallInt in our Phoenix table. But, Pig >> does not have TinyInt and SmallInt datatypes, so we were forced to convert >> all TinyInt and SmallInt columns into INTEGER. >> Is there a way/trick we can still use TinyInt and SmallInt in Phoenix >> table while using Pig-Phoenix loader? >> >> If currently there is no way to do it, can we enhance Pig-Phoenix loader >> to support TinyInt and SmallInt? >> >> -- >> Thanks & Regards, >> Anil Gupta >> > >
