Re: doubt about locking mechanism in Hive

2014-09-17 Thread Ch Wan
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, >>> >>> >>> >>>

Re: doubt about locking mechanism in Hive

2014-09-09 Thread Edward Capriolo
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* >> >> >&

Re: doubt about locking mechanism in Hive

2014-09-09 Thread wzc
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

RE: doubt about locking mechanism in Hive

2014-08-25 Thread Sourygna Luangsay
[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

Re: doubt about locking mechanism in Hive

2014-08-22 Thread Edward Capriolo
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

doubt about locking mechanism in Hive

2014-08-22 Thread Sourygna Luangsay
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;