| clear query|facets|time |
Search criteria: .
Results from 91 to 100 from
255 (0.084s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HIVE-1923] Allow any type of stats publisher and aggregator in addition to HBase and JDBC - Hive - [issue]
|
|
...Stats Publisher and Aggregator should be configurable to take any class that implement the publisher and aggregator interface. Currently we only allow HBase and JDBC....
|
|
|
http://issues.apache.org/jira/browse/HIVE-1923
Author: Ning Zhang,
2011-12-16, 23:59
|
|
|
[HIVE-1717] ant clean should delete stats database - Hive - [issue]
|
|
...If a test failed, the derby database used for storing intermediate stats may be in an inconsistent state. This database is shared with future tests and prevent them from connecting to the da...
|
|
|
http://issues.apache.org/jira/browse/HIVE-1717
Author: Ning Zhang,
2011-12-16, 23:59
|
|
|
[HIVE-2252] Display a sample of partitions created when Fatal Error occurred due to too many partitioned created - Hive - [issue]
|
|
...In dynamic partition inserts, if a mapper created too many partitions, a fatal error is raised and the job got killed. Sometimes the error is caused by data error and it will be helpful for ...
|
|
|
http://issues.apache.org/jira/browse/HIVE-2252
Author: Ning Zhang,
2011-12-16, 23:57
|
|
|
[HIVE-2118] Partition Pruning bug in the case of hive.mapred.mode=nonstrict - Hive - [issue]
|
|
...When hive.mapred.mode=nonstrict is set, Hive queries doesn't need to have a predicate on partition column. This means the partition expression in the PartitionPruner could be null or it coul...
|
|
|
http://issues.apache.org/jira/browse/HIVE-2118
Author: Ning Zhang,
2011-12-16, 23:57
|
|
|
[HIVE-2022] Making JDO thread-safe by default - Hive - [issue]
|
|
...If there are multiple thread accessing metastore concurrently, there are cases that JDO threw exceptions because of concurrent access of HashMap inside JDO. Setting javax.jdo.option.Multithr...
|
|
|
http://issues.apache.org/jira/browse/HIVE-2022
Author: Ning Zhang,
2011-12-16, 23:57
|
|
|
[HIVE-2114] Backward incompatibility introduced from HIVE-2082 in MetaStoreUtils.getPartSchemaFromTableSchema() - Hive - [issue]
|
|
...In MetaStoreUtils.getPartSchemaFromTableSchema() the Propertie of a Partitions is first created by cloning the Properties from a Table. Then some of the properties are overwritten by the Par...
|
|
|
http://issues.apache.org/jira/browse/HIVE-2114
Author: Ning Zhang,
2011-12-16, 23:57
|
|
|
[HIVE-2456] JDBCStatsAggregator DELETE STATEMENT should escape _ and % - Hive - [issue]
|
|
...JDBCStatsAggregator first aggregates stats from all publishers, and then delete these intermediate results. The delete is using LIKE operator, so it needs to escape '_' and '%'....
|
|
|
http://issues.apache.org/jira/browse/HIVE-2456
Author: Ning Zhang,
2011-12-16, 23:57
|
|
|
[HIVE-2192] Stats table schema incompatible after HIVE-2185 - Hive - [issue]
|
|
...HIVE-2185 introduced a new column in the intermediate stats table. This introduces incompatibility between old and new branches (multiple branches could be deployed in production): the old b...
|
|
|
http://issues.apache.org/jira/browse/HIVE-2192
Author: Ning Zhang,
2011-12-16, 23:57
|
|
|
[HIVE-2145] NPE during parsing order-by expression - Hive - [issue]
|
|
...The following query throws NPE, where it should have throw parsing exception. hive> select key, count(1) cnt from src group by key order by count(1) limit 10;select key, count(1) cnt from...
|
|
|
http://issues.apache.org/jira/browse/HIVE-2145
Author: Ning Zhang,
2011-12-16, 23:56
|
|
|
[HIVE-2569] Too much debugging info on console if a job failed - Hive - [issue]
|
|
...When a job failed and Hive client tries to get the error message from failed task, it printed the following info on console for each task:Examining task ID: task_201110112120_773499_m_000037...
|
|
|
http://issues.apache.org/jira/browse/HIVE-2569
Author: Ning Zhang,
2011-12-16, 23:56
|
|
|
|