| clear query|facets|time |
Search criteria: .
Results from 41 to 50 from
800 (0.203s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Branch for HIVE-4160 - Hive - [mail # dev]
|
|
...There is no right answer, but I feel if you go this path a long way, it will be very difficult to merge back. Given that this is not a new functionality, and improvement to existing code (wh...
|
|
|
Author: Namit Jain,
2013-04-04, 04:03
|
|
|
[HIVE-4240] optimize hive.enforce.bucketing and hive.enforce sorting insert - Hive - [issue]
|
|
...Consider the following scenario:set hive.optimize.bucketmapjoin = true;set hive.optimize.bucketmapjoin.sortedmerge = true;set hive.input.format = org.apache.hadoop.hive.ql.io.BucketizedHiveI...
|
|
|
http://issues.apache.org/jira/browse/HIVE-4240
Author: Namit Jain,
2013-04-04, 03:28
|
|
|
Re: Branch for HIVE-4160 - Hive - [mail # dev]
|
|
...It will be difficult to merge back the branch. Can you stage your changes incrementally ? I mean, start with the making the operators vectorized - it can be a for loop to start with ? ...
|
|
|
Author: Namit Jain,
2013-04-03, 03:37
|
|
|
[HIVE-4272] partition wise metadata does not work for text files - Hive - [issue]
|
|
...The following test fails:set hive.input.format = org.apache.hadoop.hive.ql.io.CombineHiveInputFormat;– This tests that the schema can be changed for binary serde datacreate table parti...
|
|
|
http://issues.apache.org/jira/browse/HIVE-4272
Author: Namit Jain,
2013-04-02, 16:23
|
|
|
[HIVE-4270] bug in hive.map.groupby.sorted in the presence of multiple input partitions - Hive - [issue]
|
|
...This can lead to wrong results....
|
|
|
http://issues.apache.org/jira/browse/HIVE-4270
Author: Namit Jain,
2013-04-02, 15:46
|
|
|
[HIVE-4279] Move method isSettable to ObjectInspector from StructObjectInspector - Hive - [issue]
|
|
|
|
http://issues.apache.org/jira/browse/HIVE-4279
Author: Namit Jain,
2013-04-02, 07:05
|
|
|
Re: ant clean package failing - Hive - [mail # dev]
|
|
...That was it. Thanks, -namit On 3/30/13 11:37 PM, "Mark Wagner" wrote: ...
|
|
|
Author: Namit Jain,
2013-03-31, 04:21
|
|
|
[HIVE-3451] map-reduce jobs does not work for a partition containing sub-directories - Hive - [issue]
|
|
...Consider the following test:– The test verifies that sub-directories are supported for versions of hadoop– where MAPREDUCE-1501 is fixed. So, enable this test only for hadoop 23....
|
|
|
http://issues.apache.org/jira/browse/HIVE-3451
Author: Namit Jain,
2013-03-31, 02:25
|
|
|
ant clean package failing - Hive - [mail # dev]
|
|
...BUILD FAILED /Users/njain/hive/hive_commit3/build.xml:270: The following error occurred while executing this line: /Users/njain/hive/hive_commit3/build.xml:109: The following error occurred ...
|
|
|
Author: Namit Jain,
2013-03-30, 10:22
|
|
|
[HIVE-4149] wrong results big outer joins with array of ints - Hive - [issue]
|
|
...Consider the following query:create table tinyA(a bigint, b bigint) stored as textfile;create table tinyB(a bigint, bList array<int>) stored as textfile;load data local inpath '../data...
|
|
|
http://issues.apache.org/jira/browse/HIVE-4149
Author: Namit Jain,
2013-03-29, 19:46
|
|
|
|