| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
128 (0.138s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HIVE-4375] Single sourced multi insert consists of native and non-native table mixed throws NPE - Hive - [issue]
|
|
...CREATE TABLE src_x1(key string, value string);CREATE TABLE src_x2(key string, value string)STORED BY 'org.apache.hadoop.hive.hbase.HBaseStorageHandler'WITH SERDEPROPERTIES ("hbase.columns.ma...
|
|
|
http://issues.apache.org/jira/browse/HIVE-4375
Author: Navis,
2013-04-30, 08:59
|
|
|
[HIVE-4068] Size of aggregation buffer which uses non-primitive type is not estimated correctly - Hive - [issue]
|
|
...Currently, hive assumes an aggregation buffer which holds a map is occupying just 256 byte (fixed). If it's bigger than that in real, OutOfMemoryError can be thrown (especially for >1k bu...
|
|
|
http://issues.apache.org/jira/browse/HIVE-4068
Author: Navis,
2013-04-28, 18:05
|
|
|
[HIVE-4437] Missing file on HIVE-4068 - Hive - [issue]
|
|
|
|
http://issues.apache.org/jira/browse/HIVE-4437
Author: Navis,
2013-04-28, 18:05
|
|
|
[HIVE-4412] PTFDesc tries serialize transient fields like OIs, etc. - Hive - [issue]
|
|
...windowing_expression.q shows warning messages like this.java.lang.InstantiationException: org.apache.hadoop.hive.serde2.objectinspector.primitive.WritableConstantDoubleObjectInspectorContinu...
|
|
|
http://issues.apache.org/jira/browse/HIVE-4412
Author: Navis,
2013-04-26, 18:38
|
|
|
[HIVE-4181] Star argument without table alias for UDTF is not working - Hive - [issue]
|
|
...select explode as x from src; thorwsjava.lang.NullPointerException at org.apache.hadoop.hive.ql.parse.SemanticAnalyzer.genUDTFPlan(SemanticAnalyzer.java:5344) at org.apache.hadoop.hive.ql.pa...
|
|
|
http://issues.apache.org/jira/browse/HIVE-4181
Author: Navis,
2013-04-26, 04:24
|
|
|
[HIVE-4091] [REGRESSION] HIVE-3571 does not run all tests sometimes - Hive - [issue]
|
|
..."ant test" does not run whole test but only runs tests in ql sometimes (the time difference is about 30 min)...
|
|
|
http://issues.apache.org/jira/browse/HIVE-4091
Author: Navis,
2013-04-26, 02:43
|
|
|
[HIVE-3562] Some limit can be pushed down to map stage - Hive - [issue]
|
|
...Queries with limit clause (with reasonable number), for exampleselect * from src order by key limit 10;makes operator tree, TS-SEL-RS-EXT-LIMIT-FSBut LIMIT can be partially calculated in RS,...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3562
Author: Navis,
2013-04-26, 02:38
|
|
|
[HIVE-4295] Lateral view makes invalid result if CP is disabled - Hive - [issue]
|
|
...For example,>SELECT src.key, myKey, myVal FROM src lateral view explode(map(1,'one',2,'two',3,'three')) x AS myKey,myVal LIMIT 3;238 1 one238 2 two238 3 threeAfter CP disabled,>SELECT ...
|
|
|
http://issues.apache.org/jira/browse/HIVE-4295
Author: Navis,
2013-04-23, 19:23
|
|
|
[HIVE-4397] Show stage dependency as a tree - Hive - [issue]
|
|
...HIVE-4258 logs logical plan. Tried same thing to tasks.For auto_join31.qSTAGE DEPENDENCIES: Stage-1 is a root stage Stage-8 depends on stages: Stage-1, Stage-4, Stage-5...
|
|
|
http://issues.apache.org/jira/browse/HIVE-4397
Author: Navis,
2013-04-22, 10:47
|
|
|
[HIVE-2955] Queries consists of metadata-only-query returns always empty value - Hive - [issue]
|
|
...For partitioned table, simple query on partition column returns always null or empty value, for example,create table emppart(empno int, ename string) partitioned by (deptno int);.. load part...
|
|
|
http://issues.apache.org/jira/browse/HIVE-2955
Author: Navis,
2013-04-20, 03:21
|
|
|
|