Any suggestions on pre-splitting on a uid generated from NGinx? The
look like the following as a base64 encoded cookie... (CgAQS1NhGAE
DATNBBikAg==, CgAQNVNhGZsePgTdBB/KAg==, ...)
http://wiki.nginx.org/HttpUseridModule
http://www.lexa.ru/programs/mod-uid-eng.html
Incase of derby metastore, it is locked only for one hive cli connection at
a time. It seems another hive cli session is being opened while there is
already one opened hive cli session. Terminate any opened hive cli sessions
and try launching it again.
--Bala G.
On Wed, May 28, 2014 at 1:44 PM,
Hi All,
I am trying to login to HIVE and getting following error
user@localhost:~$ hive
14/05/28 16:42:04 WARN conf.HiveConf: DEPRECATED: hive.metastore.ds.retry.*
no longer has any effect. Use hive.hmshandler.retry.* instead
Logging initialized using configuration in
jar:file:/home/user/apache
You can try running derby in multi session mode. I did that , now I can use
Hive web interface and hive CLI simultaneously
On Wednesday, May 28, 2014, Amjad ALSHABANI wrote:
> OOps, I forgot about that :)
>
> Thanks Dima to mention that.
>
> Actually where I m doing the test using Derby but on
OOps, I forgot about that :)
Thanks Dima to mention that.
Actually where I m doing the test using Derby but on the production
machine we are using Postgres, so I hope that everything will go well when
moving to production
Thanx
On Wed, May 28, 2014 at 10:52 AM, Dima Machlin wrote:
> You are
You are using the default Derby metastore?
There shouldn’t be any problem opening multiple connections to MySQL, Oracle or
Postgres.
From: Amjad ALSHABANI [mailto:ashshab...@gmail.com]
Sent: Wednesday, May 28, 2014 11:42 AM
To: user@hive.apache.org
Subject: HiveServer2 with Hive CLI
Hello every
Hello everybody,
I m trying to start hiveserver2 to connect to hive via a PHP application,
but in the same time I would like to keep connecting Hive CLI ( hive> ) on
the same machine to execute some request manually. It seems that it is not
possilbe to do so (the Hive thrift server seems to lock