Hive if I get you.
>>>
>>>
>>>
>>> My doubt now is: is it something most Hive users do as default?
>>>
>>> Can somebody else share its own experience?
>>>
>>>
>>>
>>> Regards,
>>>
>>>
>>>
>>>
get you.
>>
>>
>>
>> My doubt now is: is it something most Hive users do as default?
>>
>> Can somebody else share its own experience?
>>
>>
>>
>> Regards,
>>
>>
>>
>> *Sourygna Luangsay*
>>
>>
>&
rd Capriolo [mailto:edlinuxg...@gmail.com]
> *Sent:* viernes, 22 de agosto de 2014 16:07
> *To:* user@hive.apache.org
> *Subject:* Re: doubt about locking mechanism in Hive
>
>
>
> IMHO locking support should be turned off by default. I would argue if you
> are requiring this f
[mailto:edlinuxg...@gmail.com]
Sent: viernes, 22 de agosto de 2014 16:07
To: user@hive.apache.org
Subject: Re: doubt about locking mechanism in Hive
IMHO locking support should be turned off by default. I would argue if you are
requiring this feature often you may be designing your systems
IMHO locking support should be turned off by default. I would argue if you
are requiring this feature often you may be designing your systems
improperly.
You really should not have that many situations where you need locking in a
write (mostly) once file system. The only time I have ever used it i
Hi,
I have some troubles with the locking/concurrency mechanism of Hive when
doing a large select and trying to create a table at the same time.
My version of Hive is 0.13.
What I try to do is the following:
1) In a hive shell:
use mydatabase;
select * from competence limit 1;