| clear query|facets|time |
Search criteria: .
Results from 81 to 90 from
161 (0.097s).
|
|
|
Loading phrases to help you refine your search...
|
|
RE: arc diff --update error - Hive - [mail # dev]
|
|
...For now, I've been commenting out the lines 213-216 in .arc_jira_lib/arcani st/ArcJIRAConfiguration.php and that seems to work around the problem. These lines: fore...
|
|
|
Author: Kevin Wilfong,
2012-10-15, 16:44
|
|
|
[HIVE-3572] Expressions in distribute/cluster/order/sort by used to work sometimes - Hive - [issue]
|
|
...This query used to workexplain select key from src distribute by (key + 50);But after HIVE-3268 it fails in compilation....
|
|
|
http://issues.apache.org/jira/browse/HIVE-3572
Author: Kevin Wilfong,
2012-10-12, 19:07
|
|
|
[HIVE-2618] Describe partition returns table columns but should return partition columns - Hive - [issue]
|
|
...If a partitioned table and some partitions are created, and then the table is altered adding a columns, if describe is called on the partitions created before the columns were added it will ...
|
|
|
http://issues.apache.org/jira/browse/HIVE-2618
Author: Kevin Wilfong,
2012-09-28, 23:53
|
|
|
[HIVE-3496] Query plan for multi-join where the third table joined is a subquery containing a map-only union with hive.auto.convert.join=true is wrong - Hive - [issue]
|
|
...Take the following query as an example:EXPLAIN SELECT * FROM src11 a JOINsrc12 b ON (a.key = b.key) JOIN(SELECT * FROM (SELECT * FROM src13 UNION ALL SELECT * FROM src14)a )c ON c.value = b....
|
|
|
http://issues.apache.org/jira/browse/HIVE-3496
Author: Kevin Wilfong,
2012-09-21, 18:06
|
|
|
[HIVE-3459] Dynamic partition queries producing no partitions fail with hive.stats.reliable=true - Hive - [issue]
|
|
...Dynamic partition inserts which result in no partitions (either because the input is empty or all input rows are filtered out) will fail because stats cannot be collected if hive.stats.relia...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3459
Author: Kevin Wilfong,
2012-09-13, 18:32
|
|
|
[HIVE-3429] Bucket map join involving table with more than 1 partition column causes FileNotFoundException - Hive - [issue]
|
|
...Running a bucket map join exception on a table with more than one partition results in an exception is below. This is because the partition spec is added to the file name, which uninte...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3429
Author: Kevin Wilfong,
2012-09-05, 17:07
|
|
|
[HIVE-3295] HIVE-3128 introduced bug causing dynamic partitioning to fail - Hive - [issue]
|
|
...HIVE-3128 introduced a new commons-compress jar and imports classes from it in FileUtils.java The FileUtils class is accessed by dynamic partitioning in the map reduce cluster where th...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3295
Author: Kevin Wilfong,
2012-09-02, 04:43
|
|
|
[HIVE-3396] hive.stats.reliable config causes FileSinkOperator to fail when writing empty file - Hive - [issue]
|
|
...With the configs hive.stats.reliable and hive.stats.autogather are set to true, and using either the HBase or JDBC Stats Publishers, if a FileSinkOperator does not receive any rows, and henc...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3396
Author: Kevin Wilfong,
2012-08-25, 10:06
|
|
|
[HIVE-3302] Race condition in query plan for merging at the end of a query - Hive - [issue]
|
|
...In the query plan that's used to merge files at the end of a query, the dependency tree looks something like: MoveTask(1)&...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3302
Author: Kevin Wilfong,
2012-08-05, 03:14
|
|
|
[HIVE-3281] Alter table ignores table/partition not existing in semantic analysis - Hive - [issue]
|
|
...In the method addInputsOutputsAlterTable in the DDLSemanticAnalyzer we get the table and partition being altered from the metastore. Failures to get these are quietly ignored, even tho...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3281
Author: Kevin Wilfong,
2012-07-19, 23:02
|
|
|
|