| clear query|facets|time |
Search criteria: .
Results from 21 to 30 from
128 (0.304s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HIVE-4294] Single sourced multi query cannot handle lateral view - Hive - [issue]
|
|
...For example,hive> explain from src > select key, C lateral view explode(array(key, value)) A as C;FAILED: ParseException line 3:22 missing EOF at 'view' near 'latera...
|
|
|
http://issues.apache.org/jira/browse/HIVE-4294
Author: Navis,
2013-04-15, 22:44
|
|
|
[HIVE-4313] Build fails with OOM in mvn-init stage - Hive - [issue]
|
|
...Recently hive build fails with OOM frequently with exception like,mvn-init: [echo] hcatalog-server-extensions [get] Destination already exists (sk...
|
|
|
http://issues.apache.org/jira/browse/HIVE-4313
Author: Navis,
2013-04-15, 21:34
|
|
|
[HIVE-4354] Configurations on connection url for jdbc2 is not working - Hive - [issue]
|
|
...In jdbc2 connection url, query part is for hiveConf and fragment part is for session var. But it's not working.beeline> !connect jdbc:hive2://localhost:10000#var1=value1;var2=value2 scott...
|
|
|
http://issues.apache.org/jira/browse/HIVE-4354
Author: Navis,
2013-04-15, 09:05
|
|
|
[HIVE-4314] Result of mapjoin_test_outer.q is not deterministic - Hive - [issue]
|
|
...Shows different result between hadoop-20 and hadoop-23...
|
|
|
http://issues.apache.org/jira/browse/HIVE-4314
Author: Navis,
2013-04-09, 21:15
|
|
|
[HIVE-3464] Merging join tree may reorder joins which could be invalid - Hive - [issue]
|
|
...Currently, hive merges join tree from right to left regardless of join types, which may introduce join reordering. For example,select * from a join a b on a.key=b.key join a c on b.key=c.key...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3464
Author: Navis,
2013-04-09, 05:32
|
|
|
[HIVE-4222] Timestamp type constants cannot be deserialized in JDK 1.6 or less - Hive - [issue]
|
|
...For example,ExprNodeConstantDesc constant = new ExprNodeConstantDesc(TypeInfoFactory.timestampTypeInfo, new Timestamp(100));String serialized = Utilities.serializeExpression(constant);ExprNo...
|
|
|
http://issues.apache.org/jira/browse/HIVE-4222
Author: Navis,
2013-04-07, 09:05
|
|
|
[HIVE-4297] LvJ operator does not have colExprMap for columns from UDTF - Hive - [issue]
|
|
...The mapping information is needed for HIVE-4293...
|
|
|
http://issues.apache.org/jira/browse/HIVE-4297
Author: Navis,
2013-04-05, 06:26
|
|
|
[HIVE-4020] Swap applying order of CP and PPD - Hive - [issue]
|
|
...Doing Hive-2340, I've found CP removed some column mapping needed for backtracking expression desc. By swapping order of CP and PPD, the problem was solved. After that I've realized that CP ...
|
|
|
http://issues.apache.org/jira/browse/HIVE-4020
Author: Navis,
2013-04-05, 00:40
|
|
|
[HIVE-4258] Log logical plan tree for debugging - Hive - [issue]
|
|
...Debugging or implementing optimizer, knowing the shape of logical plan helps general progress of it.For example,select count(val) from (select a.key as key, b.value as array_val from src a j...
|
|
|
http://issues.apache.org/jira/browse/HIVE-4258
Author: Navis,
2013-04-05, 00:39
|
|
|
[HIVE-4170] [REGRESSION] FsShell.close closes filesystem, removing temporary directories - Hive - [issue]
|
|
...truncate (HIVE-446) closes FileSystem, causing various problems (delete temporary directory for running hive query, etc.)....
|
|
|
http://issues.apache.org/jira/browse/HIVE-4170
Author: Navis,
2013-03-31, 21:18
|
|
|
|