| clear query|facets|time |
Search criteria: .
Results from 31 to 40 from
802 (0.103s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HIVE-701] lots of reserved keywords in hive - Hive - [issue]
|
|
...There is a problem if we want to use some reserved keywords:for example, creating a function of name left/right ? left/right is already a reserved keyword.The other way around should also be...
|
|
|
http://issues.apache.org/jira/browse/HIVE-701
Author: Namit Jain,
2013-04-05, 04:37
|
|
|
[HIVE-4206] Sort merge join does not work for outer joins for 7 inputs - Hive - [issue]
|
|
|
|
http://issues.apache.org/jira/browse/HIVE-4206
Author: Namit Jain,
2013-04-05, 00:40
|
|
|
[HIVE-3348] semi-colon in comments in .q file does not work - Hive - [issue]
|
|
...– comment ;– commentselect count(1) from src;The above test file fails...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3348
Author: Namit Jain,
2013-04-05, 00:40
|
|
|
[HIVE-3297] change hive.auto.convert.join's default value to true - Hive - [issue]
|
|
...For unit tests also, this parameter should be set to true....
|
|
|
http://issues.apache.org/jira/browse/HIVE-3297
Author: Namit Jain,
2013-04-05, 00:40
|
|
|
[HIVE-4096] problem in hive.map.groupby.sorted with distincts - Hive - [issue]
|
|
...set hive.enforce.bucketing = true;set hive.enforce.sorting = true;set hive.exec.reducers.max = 10;set hive.map.groupby.sorted=true;CREATE TABLE T1(key STRING, val STRING) PARTITIONED BY (ds ...
|
|
|
http://issues.apache.org/jira/browse/HIVE-4096
Author: Namit Jain,
2013-04-05, 00:39
|
|
|
[HIVE-3980] Cleanup after HIVE-3403 - Hive - [issue]
|
|
...There have been a lot of comments on HIVE-3403, which involve changing variable names/function names/adding more comments/general cleanup etc.Since HIVE-3403 involves a lot of refactoring, i...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3980
Author: Namit Jain,
2013-04-05, 00:39
|
|
|
[HIVE-4281] add hive.map.groupby.sorted.testmode - Hive - [issue]
|
|
...The idea behind this would be to test hive.map.groupby.sorted.Since this is a new feature, it might be a good idea to run it in test mode,where a query property would denote that this query ...
|
|
|
http://issues.apache.org/jira/browse/HIVE-4281
Author: Namit Jain,
2013-04-04, 07:57
|
|
|
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
|
|
|
|