Re: How to do single user multiple access in hive

2014-11-08 Thread Devopam Mittra
hi Amit, Please go for the solution / design that suits your need and not exactly just because someone(like me) suggested. 1. I presume you are using Hue for the ease and not really for any particular technical reason. 2. Try installing Hive client on one of the machines that you have in your

How to do single user multiple access in hive

2014-11-07 Thread Amit Behera
Hi users, I have hive set up at multi node hadoop cluster. I want to run multiple queries on top of a table from different machines. So please help how to achieve multiple access on hive to run multiple queries simultaneously. Thanks Amit

Re: How to do single user multiple access in hive

2014-11-07 Thread Devopam Mittra
hi Amit, Please try to see if Hive CLI (client) installed on the 'different' machines helps you achieve your goal at the minimalist end. If you use any other program like oozie (to submit your queries) etc. then you can fire queries through the respective interfaces safely enough. regards Devopam

Re: How to do single user multiple access in hive

2014-11-07 Thread Amit Behera
hi Devopam, Thank you for replying. I am using Hue on the top of Hive. So can you please help me, how oozie will help me and how can I integrate oozie with this. Thanks Amit On Fri, Nov 7, 2014 at 7:58 PM, Devopam Mittra devo...@gmail.com wrote: hi Amit, Please try to see if Hive CLI