| clear query|facets|time |
Search criteria: .
Results from 171 to 180 from
613 (0.079s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HIVE-794] MergeTask should use COMPRESSRESULT instead of COMPRESSINTERMEDIATE - Hive - [issue]
|
|
...The MergeTask is responsible for merging small output files into bigger files for the final output table.The compression settings to be used should be COMPRESSRESULT instead of COMPRESSINTER...
|
|
|
http://issues.apache.org/jira/browse/HIVE-794
Author: Zheng Shao,
2011-12-17, 00:05
|
|
|
[HIVE-777] CREATE TABLE with STRUCT type - Hive - [issue]
|
|
...Currently we only support map/array in type definition.We should support STRUCT as well.CREATE TABLE abc ( pageid INT, ads STRUCT<adid:INT,location:STRING>, ...
|
|
|
http://issues.apache.org/jira/browse/HIVE-777
Author: Zheng Shao,
2011-12-17, 00:05
|
|
|
[HIVE-1207] ScriptOperator AutoProgressor does not set the interval - Hive - [issue]
|
|
...As title. I will show more details in the patch....
|
|
|
http://issues.apache.org/jira/browse/HIVE-1207
Author: Zheng Shao,
2011-12-17, 00:04
|
|
|
[HIVE-1086] Add "-Doffline=true" option to ant - Hive - [issue]
|
|
...Currently I am seeing ivy retrieve for 4 times, each time for 4 of the hadoop versions.It takes a long time.ivy-retrieve-hadoop-source:[ivy:retrieve] :: Ivy 2.0.0-rc2 - 20081028224207 :: htt...
|
|
|
http://issues.apache.org/jira/browse/HIVE-1086
Author: Zheng Shao,
2011-12-17, 00:04
|
|
|
[HIVE-1167] Use TreeMap instead of Property to make explain extended deterministic - Hive - [issue]
|
|
...In some places in the code, we are using Properties class in "explain extended".This makes the order of the lines in the "explain extended" undeterministic because Properties are based on Ha...
|
|
|
http://issues.apache.org/jira/browse/HIVE-1167
Author: Zheng Shao,
2011-12-17, 00:03
|
|
|
[HIVE-1338] Fix bin/ext/jar.sh to work with hadoop 0.20 and above - Hive - [issue]
|
|
...bin/ext/jar.sh is not working with hadoop 0.20 and above....
|
|
|
http://issues.apache.org/jira/browse/HIVE-1338
Author: Zheng Shao,
2011-12-17, 00:03
|
|
|
[HIVE-1127] Add UDF to create struct - Hive - [issue]
|
|
...We want to create a single struct from multiple columns, so that we can pass it into functions like "max" to get the effect of "arg_max"....
|
|
|
http://issues.apache.org/jira/browse/HIVE-1127
Author: Zheng Shao,
2011-12-17, 00:03
|
|
|
[HIVE-1185] Fix RCFile resource leak when opening a non-RCFile - Hive - [issue]
|
|
...See HADOOP-5476 for the bug in SequenceFile. We should do the same thing in RCFile....
|
|
|
http://issues.apache.org/jira/browse/HIVE-1185
Author: Zheng Shao,
2011-12-17, 00:03
|
|
|
[HIVE-1273] UDF_Percentile NullPointerException - Hive - [issue]
|
|
|
|
http://issues.apache.org/jira/browse/HIVE-1273
Author: Zheng Shao,
2011-12-17, 00:03
|
|
|
[HIVE-894] Add UDAFs max_n(), min_n() to contrib - Hive - [issue]
|
|
...These 2 UDAFs should return the max n numbers, min n numbers in order.SELECT max_n(userid, 3) FROM src;[999,997,996]SELECT max_n(userid, 3)[1] FROM src;997SELECT min_n(userid, 3) FROM src;[0...
|
|
|
http://issues.apache.org/jira/browse/HIVE-894
Author: Zheng Shao,
2011-12-17, 00:03
|
|
|
|