On Fri, Jul 22, 2011 at 2:37 AM, Ayon Sinha wrote:
> Works for select but while changing DB it give NPE:
>
> hive> use userstore
> > ;
> OK
> Exception in thread "main" java.lang.NullPointerException
> at org.apache.hadoop.hive.cli.CliDriver.processCmd(CliDriver.java:176)
> at org.apache.hado
I am reposting a message from friday to the Hive developer group to broaden
the audience. Hopefully you won't mind the duplicate:
Hello Hive users,
I study informatics at the TU Berlin. As part of my master's thesis a couple
of months ago I conducted some experiments on Hive (version 0.7.0).
Unfo
Hi,
Where do you store the metadata? Inside an RDBMS, like MySQL?
I get this as well after a certain amount of time because hive tries to keep
the same connection to mysql that it had 24h ago (we run the cluster once per
day).
On Jul 22, 2011, at 5:55 PM, Hello World wrote:
> when I run hive
I created a JIRA
https://issues.apache.org/jira/browse/HIVE-2302
On 07/21/2011 11:59 PM, Jakob Homan wrote:
That would be a good idea. I searched before and didn't see a JIRA
for this particular limitation. We're looking at areas of improving
authorization as well.
-jg
On Wed, Jul 20, 2011 a