| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
161 (0.607s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HIVE-4189] ORC fails with String column that ends in lots of nulls - Hive - [issue]
|
|
...When ORC attempts to write out a string column that ends in enough nulls to span an index stride, StringTreeWriter's writeStripe method will get an exception from TreeWriter's writeStripe me...
|
|
|
http://issues.apache.org/jira/browse/HIVE-4189
Author: Kevin Wilfong,
2013-04-21, 10:24
|
|
|
[HIVE-4336] Selecting from a view, and another view that also selects from that view fails - Hive - [issue]
|
|
...E.g. the following query fails with an NPECREATE VIEW test_view1 AS SELECT * FROM src;CREATE VIEW test_view2 AS SELECT * FROM test_view1;SELECT COUNT FROM test_view1 a JOIN test_view2 b ON a...
|
|
|
http://issues.apache.org/jira/browse/HIVE-4336
Author: Kevin Wilfong,
2013-04-12, 00:29
|
|
|
[HIVE-2666] StackOverflowError when using custom UDF in map join - Hive - [issue]
|
|
...When a custom UDF is used as part of a join which is converted to a map join, the XMLEncoder enters an infinite loop when serializing the map reduce task for the second time, as part of send...
|
|
|
http://issues.apache.org/jira/browse/HIVE-2666
Author: Kevin Wilfong,
2013-04-10, 04:43
|
|
|
[HIVE-2706] StackOverflowError when using custom UDF after adding archive after adding jars - Hive - [issue]
|
|
...When a custom UDF is used in a query after add an archive, such as a zip file, after adding jars, the XMLEncoder enters an infinite loop when serializing the map reduce task, as part of send...
|
|
|
http://issues.apache.org/jira/browse/HIVE-2706
Author: Kevin Wilfong,
2013-04-10, 04:43
|
|
|
[HIVE-4090] Use of hive.exec.script.allow.partial.consumption can produce partial results - Hive - [issue]
|
|
...When users execute use a transform script with the config hive.exec.script.allow.partial.consumption set to true, it may produce partial results.When this config is set the script may close ...
|
|
|
http://issues.apache.org/jira/browse/HIVE-4090
Author: Kevin Wilfong,
2013-04-05, 00:39
|
|
|
[HIVE-4155] Expose ORC's FileDump as a service - Hive - [issue]
|
|
...Expose ORC's FileDump class as a service similar to RC File Cate.g.hive --orcfiledump <path_to_file>Should run FileDump on the file....
|
|
|
http://issues.apache.org/jira/browse/HIVE-4155
Author: Kevin Wilfong,
2013-03-29, 19:46
|
|
|
[HIVE-4159] RetryingHMSHandler doesn't retry in enough cases - Hive - [issue]
|
|
...HIVE-3524 introduced a change which caused JDOExceptions to be wrapped in MetaExceptions. This caused the RetryingHMSHandler to not retry on these exceptions....
|
|
|
http://issues.apache.org/jira/browse/HIVE-4159
Author: Kevin Wilfong,
2013-03-29, 19:46
|
|
|
[HIVE-4157] ORC runs out of heap when writing - Hive - [issue]
|
|
...The OutStream class used by the ORC file format seems to aggressively allocate memory for ByteBuffers and doesn't seem too eager to give it back.This causes issues with heap space, particula...
|
|
|
http://issues.apache.org/jira/browse/HIVE-4157
Author: Kevin Wilfong,
2013-03-29, 19:46
|
|
|
[HIVE-4188] TestJdbcDriver2.testDescribeTable failing consistently - Hive - [issue]
|
|
...Running in Linux on a clean checkout after running ant very-clean package, the test TestJdbcDriver2.testDescribeTable fails consistently with Column name 'under_col' not found expected:<u...
|
|
|
http://issues.apache.org/jira/browse/HIVE-4188
Author: Kevin Wilfong,
2013-03-22, 19:40
|
|
|
[HIVE-4154] NPE reading column of empty string from ORC file - Hive - [issue]
|
|
...If a String column contains only empty strings, a null pointer exception is throws from the RecordReaderImpl for ORC....
|
|
|
http://issues.apache.org/jira/browse/HIVE-4154
Author: Kevin Wilfong,
2013-03-20, 12:37
|
|
|
|