| clear query|facets|time |
Search criteria: .
Results from 81 to 90 from
802 (0.286s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HIVE-4006] Add local sort operator - Hive - [issue]
|
|
...We've seen in the past that sorting data on a specific column can greatly improve the compression of data. The problem is that sorting data is expensive and requires a reduce phase.One...
|
|
|
http://issues.apache.org/jira/browse/HIVE-4006
Author: Namit Jain,
2013-02-11, 11:54
|
|
|
[HIVE-3892] auto sort merge join does not work for sub-queries - Hive - [issue]
|
|
...set hive.enforce.bucketing = true;set hive.enforce.sorting = true;set hive.exec.reducers.max = 1;CREATE TABLE tbl1(key int, value string) CLUSTERED BY (key) SORTED BY (key) INTO 2 BUCKETS;CR...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3892
Author: Namit Jain,
2013-02-07, 06:52
|
|
|
Re: [VOTE] Graduate HCatalog from the incubator and become part of Hive - Hive - [mail # dev]
|
|
...+1 On 2/5/13 2:54 PM, "Alexander Alten-Lorenz" wrote: ...
|
|
|
Author: Namit Jain,
2013-02-07, 04:06
|
|
|
LanguageManual Joins - Apache Hive - Apache Software Foundation - Hive - [wiki]
|
|
... Comment: Go to start of metadata &nb...
|
|
|
https://cwiki.apache.org/confluence/display/Hive/LanguageManual+Joins
Author: Namit Jain,
2013-02-06, 00:00
|
|
|
[HIVE-3988] lateral view followed by mapjoin should not be allowed - Hive - [issue]
|
|
...Consider the following queries:drop table lazy_array_map;create table lazy_array_map (map_col map<int,string>, array_col array <string> );INSERT OVERWRITE TABLE lazy_array_map se...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3988
Author: Namit Jain,
2013-02-05, 08:33
|
|
|
Re: branch for ptf and windowing fuction - Hive - [mail # dev]
|
|
...+1 On 2/2/13 11:01 AM, "Clark Yang (杨卓荦)" wrote: ...
|
|
|
Author: Namit Jain,
2013-02-03, 17:41
|
|
|
[HIVE-768] add configuration parameters to disable counters - Hive - [issue]
|
|
...All counters are enabled by default right now, which can have a performance hit - it would be good to enable them selectively....
|
|
|
http://issues.apache.org/jira/browse/HIVE-768
Author: Namit Jain,
2013-01-31, 09:34
|
|
|
Re: [VOTE] Amend Hive Bylaws + Add HCatalog Submodule - Hive - [mail # user]
|
|
...+1 and +1 On 1/30/13 6:53 AM, "Gunther Hagleitner" wrote: ...
|
|
|
Author: Namit Jain,
2013-01-31, 08:14
|
|
|
Re: reduced unit test timings - Hive - [mail # dev]
|
|
...I run tests on a parallel cluster (8 machines). For that, the test time has gone down from 2:15hours to approx. 1:15 On 1/31/13 11:55 AM, "Ashutosh Chauhan" wrote: ...
|
|
|
Author: Namit Jain,
2013-01-31, 06:27
|
|
|
reduced unit test timings - Hive - [mail # dev]
|
|
...I have noticed that the time taken to run the unit tests has reduced considerably (it has become nearly half) from the last week or so. Just wondering, if anyone else has noticed this too. &...
|
|
|
Author: Namit Jain,
2013-01-31, 04:23
|
|
|
|