| clear query|facets|time |
Search criteria: .
Results from 21 to 30 from
102 (0.374s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Where is the location of hive queries - Hive - [mail # user]
|
|
...Or use a variant of the INSERT statement to write to a directory or a table. On Wed, Mar 6, 2013 at 10:05 AM, Nitin Pawar wrote: *Dean Wampler, Ph.D.* thinkbiganalytics.c...
|
|
|
Author: Dean Wampler,
2013-03-06, 16:28
|
|
|
Re: Best table storage for analytical use case - Hive - [mail # user]
|
|
...MapReduce is very course-grained. It might seem that more cores is better, but once the data sizes get well below the block threshold in size, the overhead of starting JVM processes and all ...
|
|
|
Author: Dean Wampler,
2013-03-06, 16:02
|
|
|
Re: Hive sample test - Hive - [mail # user]
|
|
...NIce, yea that would do it. On Tue, Mar 5, 2013 at 1:26 PM, Mark Grover wrote: *Dean Wampler, Ph.D.* thinkbiganalytics.com +1-312-339-1330...
|
|
|
Author: Dean Wampler,
2013-03-05, 19:44
|
|
|
Re: Hive sample test - Hive - [mail # user]
|
|
...Unfortunately, it will still go through the whole thing, then just limit the output. However, there's a flag that I think only works in more recent Hive releases: set hive.limit.optimi...
|
|
|
Author: Dean Wampler,
2013-03-05, 18:57
|
|
|
Re: Location of external table in hdfs - Hive - [mail # user]
|
|
.../tmp/states in HDFS. On Tue, Mar 5, 2013 at 10:56 AM, Sai Sai wrote: *Dean Wampler, Ph.D.* thinkbiganalytics.com +1-312-339-1330...
|
|
|
Author: Dean Wampler,
2013-03-05, 17:01
|
|
|
Re: Error while exporting table data from hive to Oracle through Sqoop - Hive - [mail # user]
|
|
...that doesn't have unique keys, so it could be a data problem. On Tue, Mar 5, 2013 at 7:54 AM, Ajit Kumar Shreevastava wrote: *Dean Wampler, Ph.D.* thinkbiganalytics...
|
|
|
Author: Dean Wampler,
2013-03-05, 13:58
|
|
|
Re: doubt with LEFT OUTER JOIN - Hive - [mail # user]
|
|
...None that I know of, but I haven't tried too many cases. Of course, there shouldn't be ;) On Mon, Mar 4, 2013 at 6:38 PM, kumar mr wrote: *Dean Wampler, Ph.D.* think...
|
|
|
Author: Dean Wampler,
2013-03-05, 00:44
|
|
|
Re: Best table storage for analytical use case - Hive - [mail # user]
|
|
...RCFile won't help much (and apparently not all in this case ;) unless you have a lot of columns and you always query just a few of them. However, you should get better results with Sequence ...
|
|
|
Author: Dean Wampler,
2013-03-04, 22:44
|
|
|
Re: doubt with LEFT OUTER JOIN - Hive - [mail # user]
|
|
...I just tried an experiment where the right-hand table was empty. It worked fine. Could you post more details, like the query, create table statements, etc? What version of Hive? On Fr...
|
|
|
Author: Dean Wampler,
2013-03-01, 20:23
|
|
|
Re: regexp_replace with unicode chars - Hive - [mail # user]
|
|
...Anyone know if translate takes ranges, like some implementations? e.g., translate ('[a-z]', '[A-Z]') Of course, that probably doesn't work for non-ascii characters. On Fri,...
|
|
|
Author: Dean Wampler,
2013-03-01, 17:31
|
|
|
|