| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
102 (0.311s).
|
|
|
Loading phrases to help you refine your search...
|
|
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
|
|
|
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
|
|
|
|