| clear query|facets|time |
Search criteria: .
Results from 41 to 50 from
152 (0.096s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HIVE-874] add partitions found during metastore check - Hive - [issue]
|
|
...'msck' just reports the list of partition directories that exist but do not have corresponding metadata. This can happen if a process outside of hive is populating the directories. Hive shou...
|
|
|
http://issues.apache.org/jira/browse/HIVE-874
Author: Prasad Chakka,
2011-12-17, 00:05
|
|
|
[HIVE-1176] 'create if not exists' fails for a table name with 'select' in it - Hive - [issue]
|
|
...hive> create table if not exists tmp_select(s string, c string, n int);org.apache.hadoop.hive.ql.metadata.HiveException: MetaException(message:Got exception: javax.jdo.JDOUserException JD...
|
|
|
http://issues.apache.org/jira/browse/HIVE-1176
Author: Prasad Chakka,
2011-12-17, 00:03
|
|
|
[HIVE-675] Add Database/Schema support to Hive QL - Hive - [issue]
|
|
...Currently all Hive tables reside in single namespace (default). Hive should support multiple namespaces (databases or schemas) such that users can create tables in their specific namespaces....
|
|
|
http://issues.apache.org/jira/browse/HIVE-675
Author: Prasad Chakka,
2011-12-17, 00:03
|
|
|
[HIVE-417] Implement Indexing in Hive - Hive - [issue]
|
|
...Implement indexing on Hive so that lookup and range queries are efficient....
|
|
|
http://issues.apache.org/jira/browse/HIVE-417
Author: Prasad Chakka,
2011-12-16, 23:59
|
|
|
[HIVE-558] describe extended table/partition output is cryptic - Hive - [issue]
|
|
...describe extended table prints out the Thrift metadata object directly. The information from it is not easy to read or parse. Output should be easily read and can be simple parsed to get tab...
|
|
|
http://issues.apache.org/jira/browse/HIVE-558
Author: Prasad Chakka,
2011-12-16, 23:59
|
|
|
[HIVE-465] support alter partition from CLI - Hive - [issue]
|
|
...HIVE-464 adds support for alter partition in metastore interface. this JIRA is to expose that interface through CLI similar to that of 'alter table ...'@Prasad - not a blocker for 0.5...
|
|
|
http://issues.apache.org/jira/browse/HIVE-465
Author: Prasad Chakka,
2011-12-08, 04:06
|
|
|
[HIVE-14] selecting fields from a complex object column in transform clause is throwing a Parse Error. - Hive - [issue]
|
|
...For a thrift table whose columns are complex objects the following query throws up an errorfrom ( from cdx select transform(cdx.a.b) as tx using 'mapper' cluster by tx ) mo insert into outpu...
|
|
|
http://issues.apache.org/jira/browse/HIVE-14
Author: Prasad Chakka,
2011-07-04, 08:59
|
|
|
[HIVE-55] restrict table and column names to be alphanumeric and _ characters - Hive - [issue]
|
|
...currently the DDL will restrict to alpha-numeric and _ chars but not if the tables were created or altered using metastore clients directly. this JIRA aims to fix that....
|
|
|
http://issues.apache.org/jira/browse/HIVE-55
Author: Prasad Chakka,
2011-04-05, 23:04
|
|
|
[HIVE-311] Ouput of 'describe extended' commands are not getting compared correctly in unit tests - Hive - [issue]
|
|
...Since the output contains the file locations and user names, the outputs are not being compared at all so we are not able to catch bugs in new patches....
|
|
|
http://issues.apache.org/jira/browse/HIVE-311
Author: Prasad Chakka,
2011-03-07, 19:38
|
|
|
[HIVE-7] Partition keys are still treated as strings irrespective of their defined type in runtime. - Hive - [issue]
|
|
...RowResolver and MapOperator treat partition keys as String objects. The strings should be converted to appropriate type object in runtime....
|
|
|
http://issues.apache.org/jira/browse/HIVE-7
Author: Prasad Chakka,
2010-12-28, 03:43
|
|
|
|