Hi Steve, I do see that it applies to hive 0.5. But I am facing a similar issue where my column of complex type is not able to hold a nested struct beyond a certain size(around 4000). I guessed 4000 still might be the followed size. Could it be a restriction imposed on the serde(which I doubt)? I use the json serde : https://github.com/rcongiu/Hive-JSON-Serde/tree/master
Thanks, Udit On Thu, May 28, 2015 at 7:19 PM, Steve Howard <stevedhow...@gmail.com> wrote: > Hi Udit, > > That JIRA is five years old and applies to hive 0.5. Newer releases are > far larger... > > https://cwiki.apache.org/confluence/display/Hive/LanguageManual+Types > > Thanks, > > Steve > > Sent from my iPad > > On May 28, 2015, at 9:08 PM, Udit Mehta <ume...@groupon.com> wrote: > > Hi, > > Per this ticket: https://issues.apache.org/jira/browse/HIVE-1364 , the > max column size in hive is limited to 4000 chars. But i do read that there > is a way to increase it via *mysql* which is our database for the > metastore. Can anyone point me as to how I can do this? > > Our columns have deeply nested structs and easily cross the *4000* chars > limit. > > Thanks, > Udit > >