Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 46 (0.12s).
Loading phrases to help you
refine your search...
Re: The dreaded Heap Space Issue on a Transform - Hive - [mail # user]
...That particular OutOfMemoryError is happening on one of your hadoop nodes. It's the heap within the process forked by the hadoop tasktracker, I think.  Phil.   On 30 January 2013 1...
   Author: Philip Tromans, 2013-01-30, 15:11
Re: Is this a known Bug: Multi Inserts from partitioned source ignore Where Clauses - Hive - [mail # user]
...This is a known (recently fixed) bug:  https://issues.apache.org/jira/browse/HIVE-3699  Phil.   On 26 January 2013 15:17, John Omernik  wrote:  ...
   Author: Philip Tromans, 2013-01-26, 15:20
Re: Join not working in HIVE - Hive - [mail # user]
...Hive doesn't support theta joins. Your best bet is to do a full cross join between the tables, and put your range conditions into the WHERE clause. This may or may not work, depending on the...
   Author: Philip Tromans, 2012-12-17, 14:18
Re: need help on writing hive query - Hive - [mail # user]
...You could use collect_set() and GROUP BY. That wouldn't preserve order though.  Phil. On Oct 31, 2012 9:18 PM, "qiaoresearcher"  wrote:  ...
   Author: Philip Tromans, 2012-10-31, 21:32
Re: Hive Query Unable to distribute load evenly in reducers - Hive - [mail # user]
...I'm really not convinced that there's no skew in your data. Look at the counters from the Hadoop TaskTracker pages, and thoroughly check that the numbers of reducer input records / groups an...
   Author: Philip Tromans, 2012-10-18, 09:03
Re: Hive Query Unable to distribute load evenly in reducers - Hive - [mail # user]
...Is your data heavily skewed towards certain values of a.x etc?  On 15 October 2012 15:23, Saurabh Mishra  wrote:...
   Author: Philip Tromans, 2012-10-15, 15:29
[HIVE-3358] Warning printed at error level - Hive - [issue]
...In org.apache.hadoop.hive.ql.plan.ExprNodeGenericFuncDesc.newInstance(), the message "WARNING: Comparing a bigint and a string may result in a loss of precision." is emitted at Log.ERROR lev...
http://issues.apache.org/jira/browse/HIVE-3358    Author: Philip Tromans, 2012-10-02, 04:22
[HIVE-3359] Warning printed at error level - Hive - [issue]
...In org.apache.hadoop.hive.ql.plan.ExprNodeGenericFuncDesc.newInstance(), the message "WARNING: Comparing a bigint and a string may result in a loss of precision." is emitted at Log.ERROR lev...
http://issues.apache.org/jira/browse/HIVE-3359    Author: Philip Tromans, 2012-10-02, 04:21
[HIVE-3360] Warning printed at error level - Hive - [issue]
...In org.apache.hadoop.hive.ql.plan.ExprNodeGenericFuncDesc.newInstance(), the message "WARNING: Comparing a bigint and a string may result in a loss of precision." is emitted at Log.ERROR lev...
http://issues.apache.org/jira/browse/HIVE-3360    Author: Philip Tromans, 2012-10-02, 04:21
Re: newbie in hive dev - process help - Hive - [mail # dev]
...If you want code committed to Hive, then you need to open a JIRA and attach a patch.  Cheers,  Phil.  On 13 September 2012 13:16, Chalcy Raja  wrote:...
   Author: Philip Tromans, 2012-09-13, 12:38
Sort:
project
Hive (46)
type
mail # user (30)
mail # dev (9)
issue (7)
date
last 7 days (0)
last 30 days (0)
last 90 days (0)
last 6 months (3)
last 9 months (46)
author
Namit Jain (802)
Edward Capriolo (632)
Zheng Shao (613)
Carl Steinbach (604)
John Sichi (297)
Mark Grover (269)
Ning Zhang (255)
Ashutosh Chauhan (250)
Nitin Pawar (220)
Ashish Thusoo (169)
Kevin Wilfong (161)
He Yongqiang (156)
Prasad Chakka (152)
Bejoy Ks (132)
Navis (128)
Philip Tromans