| clear query|facets|time |
Search criteria: .
Results from 161 to 170 from
613 (1.087s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HIVE-732] Store intermediate data in binary using LazyBinarySerDe - Hive - [issue]
|
|
...Follow-up on HIVE-640. We should use LazyBinarySerDe in several places in the code to improve the efficiency: value between map-reduce boundary, temporary tables.We should also allow users t...
|
|
|
http://issues.apache.org/jira/browse/HIVE-732
Author: Zheng Shao,
2011-12-17, 00:05
|
|
|
[HIVE-792] support "add archive" in addition to "add file" and "add jar" - Hive - [issue]
|
|
...In JobClient.java, we have:if (commandConf != null) { files = commandConf.get("tmpfiles"); libjars = commandConf.get("tmpjars"); ...
|
|
|
http://issues.apache.org/jira/browse/HIVE-792
Author: Zheng Shao,
2011-12-17, 00:05
|
|
|
[HIVE-883] URISyntaxException when partition value contains special chars - Hive - [issue]
|
|
...When we try to insert into a partitioned table that the partition value contains special char ":", we will see an exceptionstack trace:java.lang.IllegalArgumentException: java.net.URISyntaxE...
|
|
|
http://issues.apache.org/jira/browse/HIVE-883
Author: Zheng Shao,
2011-12-17, 00:05
|
|
|
[HIVE-510] Implement EXPLODE UDTF - Hive - [issue]
|
|
...EXPLODE will take an array and turn it into a bunch of rows....
|
|
|
http://issues.apache.org/jira/browse/HIVE-510
Author: Zheng Shao,
2011-12-17, 00:05
|
|
|
[HIVE-786] Move ql/.../ql/util/typedbytes and ql/.../ql/exec/TypedBytesRecordReader.java to contrib - Hive - [issue]
|
|
...These files are introduced by HIVE-708. They should belong to contrib....
|
|
|
http://issues.apache.org/jira/browse/HIVE-786
Author: Zheng Shao,
2011-12-17, 00:05
|
|
|
[HIVE-923] Hive should not use CombineHiveInputFormat by default because it breaks for hadoop 0.20 releases. - Hive - [issue]
|
|
...HADOOP-5759 is committed to Hadoop 0.20 on 19/Oct/09 but not released yet.We should not use CombineHiveInputFormat for hadoop 0.20 for now. Otherwise all users will encounter problems using ...
|
|
|
http://issues.apache.org/jira/browse/HIVE-923
Author: Zheng Shao,
2011-12-17, 00:05
|
|
|
[HIVE-843] add UDF hour, minute, second - Hive - [issue]
|
|
...See http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html...
|
|
|
http://issues.apache.org/jira/browse/HIVE-843
Author: Zheng Shao,
2011-12-17, 00:05
|
|
|
[HIVE-869] Allow ScriptOperator to consume not all input data - Hive - [issue]
|
|
...The ScriptOperator (SELECT TRANSFORM(a, b, c) USING 'myscript' AS (d, e, f) ...) has a problem:If the user script exits without consuming all data from standard input, then we will report an...
|
|
|
http://issues.apache.org/jira/browse/HIVE-869
Author: Zheng Shao,
2011-12-17, 00:05
|
|
|
[HIVE-804] Support deletion of partitions based on a prefix partition spefication - Hive - [issue]
|
|
...Sometimes users create partitions like (date='...', time='...'). It is useful if user can delete all the partitions of the same day (and different time) with a single command:ALTER TABLE tes...
|
|
|
http://issues.apache.org/jira/browse/HIVE-804
Author: Zheng Shao,
2011-12-17, 00:05
|
|
|
[HIVE-780] Better error messages for wrong argument length in terminatePartial()/merge() UDAF calls - Hive - [issue]
|
|
...This is a simple fix to make sure if the UDAF's argument length of terminatePartial()/merge() UDAF calls have a problem....
|
|
|
http://issues.apache.org/jira/browse/HIVE-780
Author: Zheng Shao,
2011-12-17, 00:05
|
|
|
|