Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 11 to 20 from 109 (0.107s).
Loading phrases to help you
refine your search...
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
Re: Bucketing external tables - Hive - [mail # user]
...The table can be external. You should be able to use this data with other tools, because all bucketing does is ensure that all occurrences for records with a given key are written into the s...
   Author: Dean Wampler, 2013-03-31, 00:00
Re: Bucketing external tables - Hive - [mail # user]
...I don't know of any way to avoid creating new tables and moving the data. In fact, that's the official way to do it, from a temp table to the final table, so Hive can ensure the bucketing is...
   Author: Dean Wampler, 2013-03-29, 22:57
Re: Noob question on creating tables - Hive - [mail # user]
...That's a drawback of external tables, but it's actually not as difficult as it sounds. It's easy to write a nightly "cron" job that creates the partition for the next day (or a job per month...
   Author: Dean Wampler, 2013-03-29, 18:37
Re: Noob question on creating tables - Hive - [mail # user]
...On Fri, Mar 29, 2013 at 12:19 PM, Mark  wrote:   create external table foo (...) partitioned by (year  int, month int, day int); ...  - How can we tell Hive to partition ...
   Author: Dean Wampler, 2013-03-29, 17:32
Re: Using TABLESAMPLE on inner queries - Hive - [mail # user]
...Mark,  Aside from what might be wrong here, isn't it true that sampling with the bucket clause still works on non-bucketed tables; it's just inefficient because it still scans the whole...
   Author: Dean Wampler, 2013-03-20, 19:20
Re: Hive 0.10.0 metastore thrift server installation error - Hive - [mail # user]
...You have to upgrade the existing metastore, although I'm not sure this is the cause. Did you do that?  See the README in the Hive installation directory and scripts to do the upgrade in...
   Author: Dean Wampler, 2013-03-14, 12:42
Re: UDFs and Thread Safety? - Hive - [mail # user]
...Hadoop tasks use a single thread, so there won't be multiple threads accessing the UDF.  However, there's a flip side of thread safety if your UDF maintains state; is it receiving all t...
   Author: Dean Wampler, 2013-03-11, 03:54
Re: Error while table creation - Hive - [mail # user]
...If you upgrade Hive, you have to do a upgrade/migration on the metastore database. There are scripts that come with hive distributions for this. If you're starting from scratch, you could ju...
   Author: Dean Wampler, 2013-03-10, 15:17
Re: Hive query started map task being killed during execution - Hive - [mail # user]
...Do you have more than one hive process running? It looks like you're using Derby, which only supports one process at a time. Also, you have to start Hive from the same directory every time, ...
   Author: Dean Wampler, 2013-03-08, 22:16
Sort:
project
Hive (109)
type
mail # user (107)
issue (2)
date
last 7 days (0)
last 30 days (7)
last 90 days (15)
last 6 months (86)
last 9 months (109)
author
Namit Jain (800)
Edward Capriolo (644)
Zheng Shao (613)
Carl Steinbach (605)
John Sichi (297)
Mark Grover (265)
Ashutosh Chauhan (261)
Ning Zhang (255)
Nitin Pawar (249)
Ashish Thusoo (169)
Kevin Wilfong (161)
He Yongqiang (156)
Prasad Chakka (152)
Navis (148)
Bejoy Ks (132)
Dean Wampler