Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 21 to 27 from 27 (0.096s).
Loading phrases to help you
refine your search...
Re: Set difference in Hive - Hive - [mail # user]
...do an outer join on user and filter on name.user is null   Rakesh Setty wrote:...
   Author: Amr Awadallah, 2009-06-29, 23:14
Re: OutOfMemory when doing map-side join - Hive - [mail # user]
...hmm, that is a 100KB per my math.  20K * 100K = 2GB   Ashish Thusoo wrote:...
   Author: Amr Awadallah, 2009-06-17, 22:26
Re: Built - In Aggregate Function - Standard Deviation - Hive - [mail # user]
...Zheng,    is SQRT an undocumented builtin UDF? I couldn't see it in the lang  manual at:  http://wiki.apache.org/hadoop/Hive/LanguageManual/UDF  hence why I did pow(...
   Author: Amr Awadallah, 2009-05-31, 07:04
Re: Built - In Aggregate Function - Standard Deviation - Hive - [mail # user]
...I agree that a builtin for std dev is a good idea.  that said, you can achieve this easy in one pass, just use:  select sum( pow(col,2) ) as totsqr, sum( col ) as tot, count(1) as ...
   Author: Amr Awadallah, 2009-05-27, 08:24
Re: Is it possible hiveserver both be a server and a client of itself? - Hive - [mail # user]
...I don't think that would work, where would you store the meta-data for  the meta-data?  Min Zhou wrote:...
   Author: Amr Awadallah, 2009-05-14, 02:35
Re: [ANNOUNCE] Hive release 0.3.0 available - Hive - [mail # user]
...> Good work,  thanks!  Indeed, very happy to see Hive growing up.    Min Zhou wrote:...
   Author: Amr Awadallah, 2009-04-30, 18:02
Re: Aggregrate Query Fails. - Hive - [mail # user]
...in the group by, try this instead:  *group by m.description, buyers* limit 40 ;  Matt Pestritto wrote:...
   Author: Amr Awadallah, 2009-04-22, 22:40
Sort:
project
Hadoop (50)
Hive (27)
Pig (7)
HDFS (3)
MapReduce (3)
Avro (1)
HBase (1)
type
mail # user (25)
issue (2)
date
last 7 days (0)
last 30 days (0)
last 90 days (1)
last 6 months (1)
last 9 months (27)
author
Namit Jain (800)
Edward Capriolo (644)
Zheng Shao (613)
Carl Steinbach (605)
John Sichi (297)
Mark Grover (265)
Ashutosh Chauhan (262)
Ning Zhang (255)
Nitin Pawar (249)
Ashish Thusoo (169)
Kevin Wilfong (161)
He Yongqiang (156)
Prasad Chakka (152)
Navis (148)
Bejoy Ks (132)
Amr Awadallah