| clear query|facets|time |
Search criteria: .
Results from 121 to 130 from
161 (0.124s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HIVE-2853] Add pre event listeners to metastore - Hive - [issue]
|
|
...Currently there are event listeners in the metastore which run after the completion of a method. It would be useful to have similar hooks which run before the metastore method is execu...
|
|
|
http://issues.apache.org/jira/browse/HIVE-2853
Author: Kevin Wilfong,
2012-04-03, 01:44
|
|
|
[HIVE-2805] Move metastore upgrade scripts labeled 0.10.0 into scripts labeled 0.9.0 - Hive - [issue]
|
|
...Move contents of upgrade-0.9.0-to-0.10.0.mysql.sql, upgrade-0.9.0-to-0.10.0.derby.sql into upgrade-0.8.0-to-0.9.0.mysql.sql, upgrade-0.8.0-to-0.9.0.derby.sqlRename hive-schema-0.10.0.derby.s...
|
|
|
http://issues.apache.org/jira/browse/HIVE-2805
Author: Kevin Wilfong,
2012-04-02, 21:06
|
|
|
[HIVE-2864] If hive history file's directory doesn't exist don't crash - Hive - [issue]
|
|
...Currently, if the history file's directory does not exist the Hive client crashes. Instead, since this is not a vital feature, it should just display a warning to the user and continue...
|
|
|
http://issues.apache.org/jira/browse/HIVE-2864
Author: Kevin Wilfong,
2012-03-20, 01:40
|
|
|
[HIVE-2842] Table with column that shares name fails upon query - Hive - [issue]
|
|
...CREATE TABLE t (t STRING);SELECT t FROM t;This will result in FAILED: Error in semantic analysis: Line 1:7 Ambiguous table alias or column reference 't'SimilarlySELECT t2 FROM t t2;will resu...
|
|
|
http://issues.apache.org/jira/browse/HIVE-2842
Author: Kevin Wilfong,
2012-03-19, 00:48
|
|
|
[HIVE-2607] Add caching to json_tuple - Hive - [issue]
|
|
...get_json_object uses a variety of caches to improve its performance. json_tuple could benefit from having a similar cache from JSON string to JSONObject....
|
|
|
http://issues.apache.org/jira/browse/HIVE-2607
Author: Kevin Wilfong,
2012-03-08, 01:12
|
|
|
[HIVE-2836] CREATE TABLE LIKE does not copy table type - Hive - [issue]
|
|
...CREATE TABLE t LIKE t2If t2 is external t will still be managed....
|
|
|
http://issues.apache.org/jira/browse/HIVE-2836
Author: Kevin Wilfong,
2012-03-05, 18:19
|
|
|
[HIVE-2830] getText method of ErrorMsg uses only the rightmost node in AST to construct message - Hive - [issue]
|
|
...The getText method of ErrorMsg uses only the rightmost node of the AST to construct the error message, which is not enough in some cases.For example, INVALID_ARGUMENT, which is used by TypeC...
|
|
|
http://issues.apache.org/jira/browse/HIVE-2830
Author: Kevin Wilfong,
2012-02-28, 23:40
|
|
|
[HIVE-2490] Add reset operation and average time attribute to Metrics MBean. - Hive - [issue]
|
|
...We should add a reset operation to the Metrics MBean, which will set all the counters to 0.Note: Deleting the counters from the map of attributes was not suggested because that could break a...
|
|
|
http://issues.apache.org/jira/browse/HIVE-2490
Author: Kevin Wilfong,
2012-02-25, 01:31
|
|
|
Potential change to metastore Thrift APIs - Hive - [mail # dev]
|
|
...This is regarding https://issues.apache.org/jira/browse/HIVE-2799 I am working on adding a new string parameter to most metastore RPCs which either create, get, or drop a t...
|
|
|
Author: Kevin Wilfong,
2012-02-16, 02:29
|
|
|
[HIVE-2543] Compact index table's files merged in creation - Hive - [issue]
|
|
...When a compact index is built there is the possibility of a merge task at the end of the task tree. If this happens, the index table's files will no longer be sorted....
|
|
|
http://issues.apache.org/jira/browse/HIVE-2543
Author: Kevin Wilfong,
2012-02-14, 00:12
|
|
|
|