Also this might be relevant now:
https://issues.apache.org/jira/browse/HIVE-9815
On Thu, May 28, 2015 at 10:41 PM, Udit Mehta wrote:
> 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
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
Hi,
When a hive query is submitted to hiveserver2 over JDBC, is there a way to get
the Hadoop job id (and status) for the hive query?
The JDBC call "statement.execute(hiveQuery)" is a blocking call. Specifically,
is there any way to execute a query on the same JDBC connection to from another
t
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 wrote:
>
> Hi,
>
> Per this ticket: https://issue
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 n
Hi,
I am trying to authenticate hiveserver2 with kerberos. I am running hive
0.13 and have setup kerberos.
My hostname is hadoop.test.com, so added the principal with below command:-
$ kadmin.local -q "addprinc hive/hadoop.poc.com"
Have changed the below properties in hive :-
hive.serve