| clear query|facets|time |
Search criteria: .
Results from 111 to 120 from
636 (0.145s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: mapper is slower than hive' mapper - Hive - [mail # user]
|
|
...Hive does not use combiners it uses map side aggregation. Hive does use writables, sometimes it uses ones from hadoop, sometimes it uses its own custom writables for things like timestamps. ...
|
|
|
Author: Edward Capriolo,
2012-08-01, 15:49
|
|
|
Re: mapper is slower than hive' mapper - Hive - [mail # user]
|
|
...As mentioned, if you avoid using new, by re-using objects and possibly use buffer objects you may be able to match or beat the speed. But in the general case the hive saves you time by allow...
|
|
|
Author: Edward Capriolo,
2012-08-01, 15:13
|
|
|
[HIVE-3238] A table generating, table generating function - Hive - [issue]
|
|
...Often times you create small text files to test something. This UDTF makes that easy....
|
|
|
http://issues.apache.org/jira/browse/HIVE-3238
Author: Edward Capriolo,
2012-07-31, 16:42
|
|
|
Re: Is HiveMetastoreClient threadsafe? - Hive - [mail # dev]
|
|
...manipulate the underlying protocol. This is true with Cassandra's thrift client for sure. On Mon, Jul 30, 2012 at 2:25 PM, Francis Liu wrote:...
|
|
|
Author: Edward Capriolo,
2012-07-31, 04:06
|
|
|
Re: non map-reduce for simple queries - Hive - [mail # dev]
|
|
...If where condition is too complex , selecting specific columns seems simple enough and useful. On Saturday, July 28, 2012, Namit Jain wrote: map-reduce jobs for the following que...
|
|
|
Author: Edward Capriolo,
2012-07-28, 21:41
|
|
|
Re: Fwd: High availability with hive - Hive - [mail # user]
|
|
...Datastax backends the hive metastore into Cassandra making it highly available, an open sourced Brisk did this originally but the technology was not actively maintained. Edward O...
|
|
|
Author: Edward Capriolo,
2012-07-27, 19:15
|
|
|
Re: Performance Issues in Hive with S3 and Partitions - Hive - [mail # user]
|
|
...Use a different partitioning scheme or consider using clustered / bucketed tables. On 7/27/12, [EMAIL PROTECTED] wrote:...
|
|
|
Author: Edward Capriolo,
2012-07-27, 19:02
|
|
|
Re: /apache/hive/bin/hive: line 107: [: too many arguments error - Hive - [mail # user]
|
|
...That issue likely means there are more command line arguments then your shell will tolerate. We have several tickets open to get hive 100 % compatible with windows. Look though the open jira...
|
|
|
Author: Edward Capriolo,
2012-07-27, 19:01
|
|
|
Re: Group By with rollup in HiveQL? - Hive - [mail # user]
|
|
...I would just do a query that produces multiple outputs or select that data into a table and roll that up. On Thursday, July 26, 2012, Bejoy Ks wrote: development is in progress f...
|
|
|
Author: Edward Capriolo,
2012-07-26, 15:05
|
|
|
Re: Custom UDF can not handle constant string parameter - Hive - [mail # dev]
|
|
...Compare your code to the ascii udf and then make your code more ascii like :) On Wed, Jul 25, 2012 at 5:14 PM, Ablimit Aji wrote:...
|
|
|
Author: Edward Capriolo,
2012-07-25, 21:53
|
|
|
|