Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 21 to 30 from 62 (0.092s).
Loading phrases to help you
refine your search...
[HIVE-2537] Disallow useless DISTRIBUTE BY/SORT BY/CLUSTER BY in strict mode - Hive - [issue]
...This query:CREATE TABLE my_tablename ASSELECT a, b, cFROM somewhereCLUSTER BY c;...has an unnecessary CLUSTER BY, because the resulting data will be loaded into a non-bucketed table without ...
http://issues.apache.org/jira/browse/HIVE-2537    Author: Adam Kramer, 2011-10-31, 18:28
[HIVE-2232] Any query to a partition column should access the metastore and not the data - Hive - [issue]
...The metastore contains all of the data on the possible values, etc., for all partition columns (including subpartitions). So, any query that actually reads or uses data from partition column...
http://issues.apache.org/jira/browse/HIVE-2232    Author: Adam Kramer, 2011-10-29, 15:22
[HIVE-2480] UDAF: Multiple iterator() functions not respected - Hive - [issue]
...The UDAF function allows definition of an iterator() function. In keeping with how Java works and how the UDF (non-aggregating) structure works, multiple iterator() functions should be defin...
http://issues.apache.org/jira/browse/HIVE-2480    Author: Adam Kramer, 2011-10-04, 18:03
[HIVE-2475] Allow UDAFs to short-circuit - Hive - [issue]
...Imagine a udaf called ALL, which returns true when ALL of the entries in the column are true. Then, this UDAF can return false for the group as soon as any item seen is false. The Hive UDF f...
http://issues.apache.org/jira/browse/HIVE-2475    Author: Adam Kramer, 2011-10-03, 17:16
[HIVE-2327] Optimize REGEX UDFs with constant parameter information - Hive - [issue]
...There are a lot of UDFs which would show major performance differences if one assumes that some of its arguments are constant.Consider, for example, any UDF that takes a regular expression a...
http://issues.apache.org/jira/browse/HIVE-2327    Author: Adam Kramer, 2011-09-12, 23:25
[HIVE-1395] Table aliases are ambiguous - Hive - [issue]
...Consider this query:SELECT a.num FROM (  SELECT a.num AS num, b.num AS num2  FROM foo a LEFT OUTER JOIN bar b ON a.num=b.num) aWHERE a.num2 IS NULL;...in this case, the t...
http://issues.apache.org/jira/browse/HIVE-1395    Author: Adam Kramer, 2011-08-31, 23:43
[HIVE-2409] Semicolons in strings/comments are parsed as query-ending. - Hive - [issue]
...This fails:select '.? (f_.?)[ ;$]' from akramer_one_row ;This succeeds:select '.? (f_.?)[ \;$]' from akramer_one_row ;...there is no reasonable syntactic structure that wuold require the esc...
http://issues.apache.org/jira/browse/HIVE-2409    Author: Adam Kramer, 2011-08-29, 10:39
[HIVE-2363] Implicitly CLUSTER BY when dynamically partitioning - Hive - [issue]
...Whenever someone is dynamically creating partitions, the underlying implementation is to look at the output data, write it to a file so long as the partition columns are contiguous, then to ...
http://issues.apache.org/jira/browse/HIVE-2363    Author: Adam Kramer, 2011-08-09, 22:52
[HIVE-2330] Allow tables to warn on querying - Hive - [issue]
...It would be excellent if I could set a TBLPROPERTY like "motd" or "motq" that means "message of the query." This message would then actually print to the CLI or stderr whenever the table was...
http://issues.apache.org/jira/browse/HIVE-2330    Author: Adam Kramer, 2011-08-01, 19:23
[HIVE-2317] Create a tool to MAP a function across an array. - Hive - [issue]
...Request: A function, say FUNCTION_MAP, that will map a function (udf or native) across an array, returning the result. Desired syntax:bar:arr      foo[1,2,3]  3[4,5,2] &n...
http://issues.apache.org/jira/browse/HIVE-2317    Author: Adam Kramer, 2011-07-27, 19:53
Sort:
project
Hive (62)
MapReduce (7)
type
issue (62)
date
last 7 days (0)
last 30 days (1)
last 90 days (3)
last 6 months (5)
last 9 months (62)
author
Namit Jain (800)
Edward Capriolo (644)
Zheng Shao (613)
Carl Steinbach (605)
John Sichi (297)
Mark Grover (266)
Ashutosh Chauhan (260)
Ning Zhang (255)
Nitin Pawar (249)
Ashish Thusoo (169)
Kevin Wilfong (161)
He Yongqiang (156)
Prasad Chakka (152)
Navis (148)
Bejoy Ks (132)
Adam Kramer