Re: HBase and Hive integration

2015-06-05 Thread Sean Busbey
+user@hive -user@hbase to bcc Hi! This question is better handled by the hive user list, so I've copied them in and moved the hbase user list to bcc. On Fri, Jun 5, 2015 at 12:54 PM, Buntu Dev buntu...@gmail.com wrote: Hi - Newbie question: I got Hive and HBase on different clusters and say

Re: testing subscription

2014-05-11 Thread Sean Busbey
ASF infra had a mail outage for several days last week, impacting all mailing lists. It's fixed now and is still burning through backlog, please be patient. More info: https://blogs.apache.org/infra/entry/mail_outage -- Sean On May 11, 2014 4:18 AM, Lefty Leverenz leftylever...@gmail.com

Re: Converting from textfile to sequencefile using Hive

2013-09-30 Thread Sean Busbey
S, Check out these presentations from Data Science Maryland back in May[1]. 1. working with Tweets in Hive: http://www.slideshare.net/JoeyEcheverria/analyzing-twitter-data-with-hadoop-20929978 2. then pulling stuff out of Hive to use with Mahout:

Re: Want query to use more reducers

2013-09-30 Thread Sean Busbey
Hey Keith, It sounds like you should tweak the settings for how Hive handles query execution[1]: 1) Tune the guessed number of reducers based on input size = hive.exec.reducers.bytes.per.reducer Defaults to 1G. Based on your description, it sounds like this is probably still at default. In