| clear query|facets|time |
Search criteria: .
Results from 51 to 60 from
62 (0.115s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HIVE-657] .hiverc would be nice - Hive - [issue]
|
|
...It would be great if the hive CLI would execute ~/.hiverc on load, if it exists. There are some commands I would like to set every time I run hive.This is especially important in light of ht...
|
|
|
http://issues.apache.org/jira/browse/HIVE-657
Author: Adam Kramer,
2010-12-07, 17:55
|
|
|
[HIVE-1703] BOOL types should implicitly cast to INT - Hive - [issue]
|
|
...From the Wiki:"Otherwise, the operator is probably a UDF/UDAF function. In that case, we will try to convert the parameters to the types that are accepted by the UDF/UDAF function. If the UD...
|
|
|
http://issues.apache.org/jira/browse/HIVE-1703
Author: Adam Kramer,
2010-10-12, 21:01
|
|
|
[HIVE-165] Add standard statistical functions - Hive - [issue]
|
|
...The last step in the unholy triumvirate of statistical built-ins is the variance. We already have the n (count) and the mean (avg). I currently have a job or two that filters all of the data...
|
|
|
http://issues.apache.org/jira/browse/HIVE-165
Author: Adam Kramer,
2010-08-09, 17:23
|
|
|
[HIVE-431] Auto-add table property "select" to be the select statement that created the table - Hive - [issue]
|
|
...A syntactic copy of the query that was used to fill a table would often be AMAZINGLY useful for figuring out where the data in the table came from.I think the best way to implement this woul...
|
|
|
http://issues.apache.org/jira/browse/HIVE-431
Author: Adam Kramer,
2010-03-05, 20:42
|
|
|
[HIVE-588] LIMIT n is slower than it needs to be - Hive - [issue]
|
|
...SELECT a FROM t LIMIT 10;...simply prints the output of the first 10 lines of the first file in the database. That's good.However,SELECT function(a) FROM t LIMIT 10;appears to send all of t ...
|
|
|
http://issues.apache.org/jira/browse/HIVE-588
Author: Adam Kramer,
2009-12-16, 17:18
|
|
|
[HIVE-937] CONCAT UDF for GROUP BY - Hive - [issue]
|
|
...It would be nice to have a UDF like CONCAT for GROUP BY.For example,SELECT user, CONCAT(post) AS postsFROM tablenameGROUP BY user...which would return all of the posts concatenated together,...
|
|
|
http://issues.apache.org/jira/browse/HIVE-937
Author: Adam Kramer,
2009-11-17, 19:19
|
|
|
[HIVE-871] UNION ALL schema errors are incorrect in multiple unions - Hive - [issue]
|
|
...FAILED: Error in semantic analysis: Schema of both sides of union should match: Column time is of type bigint on first table and type int on second table...makes perfect sense, assuming that...
|
|
|
http://issues.apache.org/jira/browse/HIVE-871
Author: Adam Kramer,
2009-10-09, 08:48
|
|
|
[HIVE-832] Disallow OUTER JOIN with partition in WHERE clause in strict mode - Hive - [issue]
|
|
...There is a wide-range poorly-understood issue in how WHERE and ON clauses work in the case of outer joins.The WHERE filter is applied after the join. After an outer join, the INNER table (th...
|
|
|
http://issues.apache.org/jira/browse/HIVE-832
Author: Adam Kramer,
2009-09-15, 18:53
|
|
|
[HIVE-825] Better error messages regarding partitions and union all? - Hive - [issue]
|
|
...I'm having trouble debugging a pretty complicated query. I see this two messages currently, which I can fix after a bunch of debugging...but I would like to suggest some possible chang...
|
|
|
http://issues.apache.org/jira/browse/HIVE-825
Author: Adam Kramer,
2009-09-11, 01:26
|
|
|
[HIVE-754] Include <tt> tag in hive.query.string when sending to the jobtracker - Hive - [issue]
|
|
...When a hive job is running in Hadoop, the jobtracker page has a link to the job.xml page (really jobdetails.jsp).On this page, hive.query.string is listed, so we can see what's going on with...
|
|
|
http://issues.apache.org/jira/browse/HIVE-754
Author: Adam Kramer,
2009-08-14, 06:47
|
|
|
|