| clear query|facets|time |
Search criteria: .
Results from 31 to 40 from
152 (0.307s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HIVE-443] Remove deprecated functions from Hive.java - Hive - [issue]
|
|
...remove deprecated createTable and dropTable functions...
|
|
|
http://issues.apache.org/jira/browse/HIVE-443
Author: Prasad Chakka,
2011-12-17, 00:07
|
|
|
[HIVE-403] remove password password params from job config that is submitted to job tracker - Hive - [issue]
|
|
...Do not show metastore db password when it is sent to job tracker and do not print this option in logs....
|
|
|
http://issues.apache.org/jira/browse/HIVE-403
Author: Prasad Chakka,
2011-12-17, 00:07
|
|
|
[HIVE-497] predicate pushdown fails if all columns are not selected - Hive - [issue]
|
|
...predicate pushdown seems to fail in some scenarios... it is ok if all the columns are selected.create table ppda(a string, b string);select a from ppda where ppda.a > 10; --> failssele...
|
|
|
http://issues.apache.org/jira/browse/HIVE-497
Author: Prasad Chakka,
2011-12-17, 00:07
|
|
|
[HIVE-691] show documentation for user defined functions - Hive - [issue]
|
|
...There are lot of functions and more of them will be added. I think it is cumbersome to update wiki or ask users to go to wiki to find out documentation. instead each user defined function ca...
|
|
|
http://issues.apache.org/jira/browse/HIVE-691
Author: Prasad Chakka,
2011-12-17, 00:07
|
|
|
[HIVE-525] Hive on Eclipse is broken - Hive - [issue]
|
|
...Recent addition of MiniMRCluster broken Eclipse setup...
|
|
|
http://issues.apache.org/jira/browse/HIVE-525
Author: Prasad Chakka,
2011-12-17, 00:07
|
|
|
[HIVE-533] predicate clauses with rand() should not be pushed down - Hive - [issue]
|
|
...in the following query, all predicates except the rand() is pushed down where in rand() is applied after filter which should not be the case.select a.* from srcpart a where rand(1) < 0.1 ...
|
|
|
http://issues.apache.org/jira/browse/HIVE-533
Author: Prasad Chakka,
2011-12-17, 00:07
|
|
|
[HIVE-592] renaming internal table should rename HDFS and also change path of the table and partitions accordingly. - Hive - [issue]
|
|
...rename table changes just the name of the table in metastore but not hdfs. so if a table with old name is created, it uses the hdfs directory pointing to the renamed table....
|
|
|
http://issues.apache.org/jira/browse/HIVE-592
Author: Prasad Chakka,
2011-12-17, 00:07
|
|
|
[HIVE-464] add alter partition method to the meastore interface - Hive - [issue]
|
|
...add alter_partition() interface similar to that of alter_table()...
|
|
|
http://issues.apache.org/jira/browse/HIVE-464
Author: Prasad Chakka,
2011-12-17, 00:07
|
|
|
[HIVE-940] restrict creation of partitions with empty partition keys - Hive - [issue]
|
|
...create table pc (a int) partitioned by (b string, c string);alter table pc add partition (b="f", c='');above alter cmd fails but actually creates a partition with name 'b=f/c=' but describe ...
|
|
|
http://issues.apache.org/jira/browse/HIVE-940
Author: Prasad Chakka,
2011-12-17, 00:05
|
|
|
[HIVE-571] add ability to rename a column. - Hive - [issue]
|
|
...currently only way to rename a column is to use 'REPLACE COLUMNS' which can be cumbersome if the table has lots of columns....
|
|
|
http://issues.apache.org/jira/browse/HIVE-571
Author: Prasad Chakka,
2011-12-17, 00:05
|
|
|
|