unsubscribe

2014-11-07 Thread x...@infobird.com
x...@infobird.com

Re: unsubscribe

2014-11-07 Thread Lefty Leverenz
To unsubscribe, you need to send a message to user-unsubscr...@hive.apache.org as described here: http://hive.apache.org/mailing_lists.html. -- Lefty On Fri, Nov 7, 2014 at 12:05 AM, x...@infobird.com x...@infobird.com wrote: -- x...@infobird.com

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

Setting job diagnostics to REDUCE capability required - error in hive

2014-11-07 Thread Ja Sam
I have a simple query with grouping. Something similar to bellow: SELECT col1, col2, col3, min(date), count(*) FROM tblX WHERE partitionDate=20141107 GROUP BY col1, col2, col3; When I run this query through WebHCat everything works fine. But when I try to run it from hive shell I have

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: Setting job diagnostics to REDUCE capability required - error in hive

2014-11-07 Thread Devopam Mittra
, 2014 at 7:56 PM, Ja Sam ptrstp...@gmail.com wrote: I have a simple query with grouping. Something similar to bellow: SELECT col1, col2, col3, min(date), count(*) FROM tblX WHERE partitionDate=20141107 GROUP BY col1, col2, col3; When I run this query through WebHCat everything

Re: Setting job diagnostics to REDUCE capability required - error in hive

2014-11-07 Thread Ja Sam
. Something similar to bellow: SELECT col1, col2, col3, min(date), count(*) FROM tblX WHERE partitionDate=20141107 GROUP BY col1, col2, col3; When I run this query through WebHCat everything works fine. But when I try to run it from hive shell I have error like this: Setting job

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

Re: Setting job diagnostics to REDUCE capability required - error in hive

2014-11-07 Thread Ja Sam
), count(*) FROM tblX WHERE partitionDate=20141107 GROUP BY col1, col2, col3; When I run this query through WebHCat everything works fine. But when I try to run it from hive shell I have error like this: Setting job diagnostics to REDUCE capability required is more than the supported