| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
62 (0.139s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HIVE-2530] Implement SHOW TBLPROPERTIES - Hive - [issue]
|
|
...Since table properties can be defined arbitrarily, they should be easy for a user to query from the command-line.SHOW TBLPROPERTIES tblname;...would show all of them, one per row, key \t val...
|
|
|
http://issues.apache.org/jira/browse/HIVE-2530
Author: Adam Kramer,
2012-05-31, 18:26
|
|
|
[HIVE-494] Select columns by index instead of name - Hive - [issue]
|
|
...SELECT mytable[0], mytable[2] FROM some_table_name mytable;...should return the first and third columns, respectively, from mytable regardless of their column names.The need ...
|
|
|
http://issues.apache.org/jira/browse/HIVE-494
Author: Adam Kramer,
2012-04-26, 08:39
|
|
|
[HIVE-2678] Programmatically limit CLI status updates - Hive - [issue]
|
|
...Provide a way to configure the frequency of Hive logging output, i.e., these:2011-12-23 22:31:20,979 Stage-1 map = 16%, reduce = 0%, Cumulative CPU 567.27 secSome jobs update more than...
|
|
|
http://issues.apache.org/jira/browse/HIVE-2678
Author: Adam Kramer,
2012-04-23, 18:39
|
|
|
[HIVE-2826] ALTER VIEW ADD (IF NOT EXISTS) PARTITION syntax is bad. - Hive - [issue]
|
|
...The syntax, ALTER TABLE x ADD IF NOT EXISTS PARTITION, puts the "IF NOT EXISTS" before the subject of the statement. Not only is this weird grammar, but it is also inconsistent with other us...
|
|
|
http://issues.apache.org/jira/browse/HIVE-2826
Author: Adam Kramer,
2012-04-10, 08:04
|
|
|
[HIVE-1263] Is it time for INSERT APPEND? - Hive - [issue]
|
|
...It seems to me that for someone who did not want to wipe an existing table but just wanted to add rows to it, that an INSERT APPEND may be desirable. I would expect that the mechanism by whi...
|
|
|
http://issues.apache.org/jira/browse/HIVE-1263
Author: Adam Kramer,
2012-02-24, 20:51
|
|
|
[HIVE-2763] CREATE TABLE IF NOT EXISTS should match schemas. - Hive - [issue]
|
|
...CREATE TABLE foo (bar BIGINT);CREATE TABLE IF NOT EXISTS foo (baz BIGINT, extra STRING);...the latter should throw a warning, because the table as specified does not exist....
|
|
|
http://issues.apache.org/jira/browse/HIVE-2763
Author: Adam Kramer,
2012-01-31, 00:22
|
|
|
[HIVE-254] Tracker page should provide a link to the "next step" - Hive - [issue]
|
|
...This may belong in Hadoop Core, or maybe more about Hive integration with Hadoop, but many queries these days take multiple steps or mapreduce phases. It would be lovely if a "finished" mapr...
|
|
|
http://issues.apache.org/jira/browse/HIVE-254
Author: Adam Kramer,
2011-12-17, 00:07
|
|
|
[HIVE-801] row-wise IN would be useful - Hive - [issue]
|
|
...SELECT * FROM tablename tWHERE IN(12345,key1,key2,key3);...IN would operate on a given row, and return True when the first argument equaled at least one of the other arguments. So here IN wo...
|
|
|
http://issues.apache.org/jira/browse/HIVE-801
Author: Adam Kramer,
2011-12-17, 00:03
|
|
|
[HIVE-243] ^C breaks out of running query, but not whole CLI - Hive - [issue]
|
|
...It would be lovely if, when I know a query is bad, I could just ^C out of it. I can do that now, but the whole CLI quits.It'd be quite nice if it took an extra ^C to break the CLI, or if the...
|
|
|
http://issues.apache.org/jira/browse/HIVE-243
Author: Adam Kramer,
2011-12-16, 23:56
|
|
|
[HIVE-835] Deprecate, remove, or fix MAP and REDUCE syntax. - Hive - [issue]
|
|
...There are syntactic elements MAP and REDUCE which function as syntactic sugar for SELECT TRANSFORM. This behavior is not at all intuitive, because no checking or verification is done to ensu...
|
|
|
http://issues.apache.org/jira/browse/HIVE-835
Author: Adam Kramer,
2011-11-25, 20:35
|
|
|
|