| clear query|facets|time |
Search criteria: .
Results from 71 to 80 from
255 (0.121s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HIVE-1852] Reduce unnecessary DFSClient.rename() calls - Hive - [issue]
|
|
...In Hive client side (MoveTask etc), DFSCleint.rename() is called for every file inside a directory. It is very expensive for a large directory in a busy DFS namenode. We should replace it wi...
|
|
|
http://issues.apache.org/jira/browse/HIVE-1852
Author: Ning Zhang,
2011-12-16, 23:59
|
|
|
[HIVE-1713] duplicated MapRedTask in Multi-table inserts mixed with FileSinkOperator and ReduceSinkOperator - Hive - [issue]
|
|
...A multi-table insert with FileSinkOperator and ReduceSinkOperator have the same MapRedTask added to the rootTask twice. This results in failed execution or wrong results....
|
|
|
http://issues.apache.org/jira/browse/HIVE-1713
Author: Ning Zhang,
2011-12-16, 23:59
|
|
|
[HIVE-1639] ExecDriver.addInputPaths() error if partition name contains a comma - Hive - [issue]
|
|
...The ExecDriver.addInputPaths() calls FileInputFormat.addPaths(), which takes a comma-separated string representing a set of paths. If the path name of a input file contains a comma, this cod...
|
|
|
http://issues.apache.org/jira/browse/HIVE-1639
Author: Ning Zhang,
2011-12-16, 23:59
|
|
|
[HIVE-1674] count(*) returns wrong result when a mapper returns empty results - Hive - [issue]
|
|
...select count from src where false; will return # of mappers rather than 0....
|
|
|
http://issues.apache.org/jira/browse/HIVE-1674
Author: Ning Zhang,
2011-12-16, 23:59
|
|
|
[HIVE-1961] Make Stats gathering more flexible with timeout and atomicity - Hive - [issue]
|
|
...The JDBC-type stats publisher and and aggregator use a hard-coded timeout value. We should make it configurable. Also we should introduce a hive variable to allow atomic stats gathering (met...
|
|
|
http://issues.apache.org/jira/browse/HIVE-1961
Author: Ning Zhang,
2011-12-16, 23:59
|
|
|
[HIVE-936] dynamic partitions creation based on values - Hive - [issue]
|
|
...If a Hive table is created as partitioned, DML could only inserted into one partitioin per query. Ideally partitions should be created on the fly based on the value of the partition columns....
|
|
|
http://issues.apache.org/jira/browse/HIVE-936
Author: Ning Zhang,
2011-12-16, 23:59
|
|
|
[HIVE-1416] Dynamic partition inserts left empty files uncleaned in hadoop 0.17 local mode - Hive - [issue]
|
|
...Hive parses the file name generated by tasks to figure out the task ID in order to generate files for empty buckets. Different hadoop versions and execution mode have different ways of namin...
|
|
|
http://issues.apache.org/jira/browse/HIVE-1416
Author: Ning Zhang,
2011-12-16, 23:59
|
|
|
[HIVE-1962] make a libthrift.jar and libfb303.jar in dist package for backward compatibility - Hive - [issue]
|
|
...We have seen an internal user that relies on Hive's distribution library libthrift.jar. After the upgrade of thrift jar to 0.5.0, the jar file is renamed to thrift-0.5.0.jar and similarly fo...
|
|
|
http://issues.apache.org/jira/browse/HIVE-1962
Author: Ning Zhang,
2011-12-16, 23:59
|
|
|
[HIVE-1806] The merge criteria on dynamic partitons should be per partiton - Hive - [issue]
|
|
...Currently the criteria of whether a merge job should be fired on dynamic generated partitions are is the average file size of files across all dynamic partitions. It is very common that some...
|
|
|
http://issues.apache.org/jira/browse/HIVE-1806
Author: Ning Zhang,
2011-12-16, 23:59
|
|
|
[HIVE-1471] CTAS should unescape the column name in the select-clause. - Hive - [issue]
|
|
...The following query {create table T as select `to` from S;}failed since `to` should be unescaped before creating the table....
|
|
|
http://issues.apache.org/jira/browse/HIVE-1471
Author: Ning Zhang,
2011-12-16, 23:59
|
|
|
|