Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 108 (0.114s).
Loading phrases to help you
refine your search...
Re: Difference between like %A% and %a% - Hive - [mail # user]
...If backwards compatibility wasn't an issue, the hive code that implements LIKE could be changed to convert the fields and LIKE strings to lower case before comparing ;) Of course, there is o...
   Author: Dean Wampler, 2013-05-24, 15:41
Re: Difference between like %A% and %a% - Hive - [mail # user]
...Hortonworks has announced plans to make Hive more SQL compliant. I suspect bugs like this will be addressed sooner or later. It will be necessary to handle backwards compatibility, but that ...
   Author: Dean Wampler, 2013-05-24, 13:16
Re: Difference between like %A% and %a% - Hive - [mail # user]
...Your where clause looks at the abbreviation, requiring 'A', not the state name. You got the correct answer.   On Fri, May 24, 2013 at 6:21 AM, Sai Sai  wrote:    Dean Wam...
   Author: Dean Wampler, 2013-05-24, 12:53
Re: Hive skipping first line - Hive - [mail # user]
...Since you have a text file, have you visually inspected the first few lines to make sure there's nothing unusual, like a missing line feed, field separator, or anything like that? The missin...
   Author: Dean Wampler, 2013-05-23, 12:01
Re: hive.metastore.warehouse.dir - Should it point to a physical directory - Hive - [mail # user]
...No, you only need a directory in HDFS, which will be "virtually located" somewhere in your cluster automatically by HDFS.  Also there's a typo in your hive.xml:      Shou...
   Author: Dean Wampler, 2013-05-21, 18:06
Re: hive.metastore.warehouse.dir - Should it point to a physical directory - Hive - [mail # user]
...The name is misleading; this is the directory within HDFS where Hive stores the data, by default. (External tables can go elsewhere). It doesn't really have anything to do with the metastore...
   Author: Dean Wampler, 2013-05-21, 17:44
Re: [ANNOUNCE] Apache Hive 0.11.0 Released - Hive - [mail # user]
...Congratulations!  On Thu, May 16, 2013 at 4:19 PM, Owen O'Malley  wrote:     Dean Wampler, Ph.D. @deanwampler http://polyglotprogramming.com...
   Author: Dean Wampler, 2013-05-16, 21:32
Re: Hive query problem on S3 table - Hive - [mail # user]
...I'm not sure what's happening here, but one suggestion; use s3n://... instead of s3://... The "new" version is supposed to provide better performance.  dean   On Thu, Apr 18, 2013 ...
   Author: Dean Wampler, 2013-04-18, 14:25
Re: Partition performance - Hive - [mail # user]
...Also, how big are the files in each directory? Are they roughly the size of one HDFS block or a multiple. Lots of small files will mean lots of mapper tasks will little to do.  You can ...
   Author: Dean Wampler, 2013-04-04, 23:28
Re: Metastore question - Hive - [mail # user]
...Yes, the property name is misleading. The DATA is stored under that directory (for managed tables, as opposed to external tables where you explicit tell Hive the location). The METADATA is s...
   Author: Dean Wampler, 2013-04-04, 00:30
Sort:
project
Hive (108)
type
mail # user (106)
issue (2)
date
last 7 days (6)
last 30 days (7)
last 90 days (37)
last 6 months (90)
last 9 months (108)
author
Namit Jain (802)
Edward Capriolo (636)
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)
Dean Wampler