| clear query|facets|time |
Search criteria: .
Results from 61 to 70 from
161 (0.131s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HIVE-3612] RetryingHMSHandler should retry on MetaExceptions if the cause was a JDOException - Hive - [issue]
|
|
...The RetryingHMSHandler would be much more effective if it retried on MetaExceptions wrapped around JDOExceptions....
|
|
|
http://issues.apache.org/jira/browse/HIVE-3612
Author: Kevin Wilfong,
2012-12-01, 04:06
|
|
|
[HIVE-3709] Stop storing default ConfVars in temp file - Hive - [issue]
|
|
...To work around issues with Hadoop's Configuration object, specifically it's addResource(InputStream), default configurations are written to a temp file (I think HIVE-2362 introduced this).Th...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3709
Author: Kevin Wilfong,
2012-11-29, 11:21
|
|
|
[HIVE-3722] Create index fails on CLI using remote metastore - Hive - [issue]
|
|
...If the CLI uses a remote metastore and the user attempts to create an index without a comment, it will fail with a NPE....
|
|
|
http://issues.apache.org/jira/browse/HIVE-3722
Author: Kevin Wilfong,
2012-11-23, 05:00
|
|
|
[HIVE-3706] getBoolVar in FileSinkOperator can be optimized - Hive - [issue]
|
|
...There's a call to HiveConf.getBoolVar in FileSinkOperator's processOp method. In benchmarks we found this call to be using ~2% of the CPU time on simple queries, e.g. INSERT OVERWRITE ...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3706
Author: Kevin Wilfong,
2012-11-15, 18:31
|
|
|
[HIVE-3707] Round map/reduce progress down when it is in the range [99.5, 100) - Hive - [issue]
|
|
...In HadoopJobExecHelper the mapProgress and reduceProgress are the value of these counters taken from the running job rounded to an integer percentage. This means that e.g. if the mappe...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3707
Author: Kevin Wilfong,
2012-11-15, 18:31
|
|
|
[HIVE-2428] ADD ARCHIVE has no effect when query runs in local mode - Hive - [issue]
|
|
...When you ADD ARCHIVE a file and the query runs in local mode, the file is not available at all.For example running the commandsecho '#!/bin/bash\nls -l 1>&2;read' > foo.shhive -e '...
|
|
|
http://issues.apache.org/jira/browse/HIVE-2428
Author: Kevin Wilfong,
2012-11-14, 01:14
|
|
|
[HIVE-3203] Drop partition throws NPE if table doesn't exist - Hive - [issue]
|
|
...ALTER TABLE t1 DROP PARTITION (part = '1');This throws an NPE if t1 doesn't exist. A SemanticException would be cleaner....
|
|
|
http://issues.apache.org/jira/browse/HIVE-3203
Author: Kevin Wilfong,
2012-11-13, 19:14
|
|
|
[HIVE-2779] Improve hooks run in Driver - Hive - [issue]
|
|
...There are some small improvements that can be made to the hooks which are run in the Driver:1) The code to get hooks has been clearly just been copy+pasted for each of Pre/Post/OnFailure/Sem...
|
|
|
http://issues.apache.org/jira/browse/HIVE-2779
Author: Kevin Wilfong,
2012-11-09, 23:37
|
|
|
[HIVE-2832] Cache error messages for additional logging - Hive - [issue]
|
|
...It would be good if we could cache logs written to SessionState.err so that they could be exposed to hooks for additional logging. This would allow logging of error messages with the q...
|
|
|
http://issues.apache.org/jira/browse/HIVE-2832
Author: Kevin Wilfong,
2012-11-09, 23:37
|
|
|
[HIVE-2823] Add logging of total run time of Driver - Hive - [issue]
|
|
...We are currently logging the run time of several components of the Driver, e.g. compilation and map reduce execution time. It would be helpful to log the total run time of the Driver's...
|
|
|
http://issues.apache.org/jira/browse/HIVE-2823
Author: Kevin Wilfong,
2012-11-09, 23:37
|
|
|
|