| clear query|facets|time |
Search criteria: .
Results from 101 to 110 from
161 (0.222s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HIVE-3018] Make the new header for RC Files introduced in HIVE-2711 optional - Hive - [issue]
|
|
...HIVE-2711 introduced a new header for RC files. This breaks a number of things, for example, copying data from a cluster running a post-HIVE-2711 version of Hive to a cluster running a...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3018
Author: Kevin Wilfong,
2012-05-31, 02:08
|
|
|
[HIVE-2732] Reduce Sink deduplication fails if the child reduce sink is followed by a join - Hive - [issue]
|
|
...set hive.optimize.reducededuplication=true;set hive.auto.convert.join=true;explain select * from (select * from src distribute by key sort by key) a join src b on a.key = b.key;fails with th...
|
|
|
http://issues.apache.org/jira/browse/HIVE-2732
Author: Kevin Wilfong,
2012-05-16, 02:43
|
|
|
[HIVE-2866] Cache local map reduce job errors for additional logging - Hive - [issue]
|
|
...Using the CachingPrintStream we are storing errors that occur locally in Hive, but because local map reduce jobs are run in a separate JVM we are not storing that occur for these. We can use...
|
|
|
http://issues.apache.org/jira/browse/HIVE-2866
Author: Kevin Wilfong,
2012-04-30, 21:12
|
|
|
[HIVE-2762] Alter Table Partition Concatenate Fails On Certain Characters - Hive - [issue]
|
|
...Alter table partition concatenate creates a Java URI object for the location of a partition. If the partition name contains certain characters, such as } or space ' ', the object const...
|
|
|
http://issues.apache.org/jira/browse/HIVE-2762
Author: Kevin Wilfong,
2012-04-30, 21:12
|
|
|
[HIVE-2797] Make the IP address of a Thrift client available to HMSHandler. - Hive - [issue]
|
|
...Currently, in unsecured mode, metastore Thrift calls are, from the HMSHandler's point of view, anonymous. If we expose the IP address of the Thrift client to the HMSHandler from the Pr...
|
|
|
http://issues.apache.org/jira/browse/HIVE-2797
Author: Kevin Wilfong,
2012-04-30, 21:12
|
|
|
[HIVE-2960] Stop testing concat of partitions containing control characters. - Hive - [issue]
|
|
...We have been, for a short while, testing to make sure that concatenation commands work with partitions that contain ASCII control characters. This happened to work up until recently du...
|
|
|
http://issues.apache.org/jira/browse/HIVE-2960
Author: Kevin Wilfong,
2012-04-25, 06:28
|
|
|
[HIVE-2961] Remove need for storage descriptors for view partitions - Hive - [issue]
|
|
...Storage descriptors were introduced for view partitions as part of HIVE-2795. This was to allow view partitions to have the concept of a region as well as to fix a NPE that resulted fr...
|
|
|
http://issues.apache.org/jira/browse/HIVE-2961
Author: Kevin Wilfong,
2012-04-21, 02:42
|
|
|
[HIVE-2959] TestRemoteHiveMetaStoreIpAddress always uses the same port - Hive - [issue]
|
|
...TestRemoteHiveMetaStoreIpAddress always uses the same port, meaning that if another process happens to be using that port, the tests cannot succeed.There seems to be a standard way of findin...
|
|
|
http://issues.apache.org/jira/browse/HIVE-2959
Author: Kevin Wilfong,
2012-04-19, 01:35
|
|
|
Re: [VOTE] Apache Hive 0.9.0 Release Candidate 0 - Hive - [mail # dev]
|
|
...The only drawbacks I can think of are 1) As I mentioned, view partitions will not have an associated region, but I don't think this matters to anyone else. 2) There will be an in...
|
|
|
Author: Kevin Wilfong,
2012-04-18, 21:16
|
|
|
Re: [VOTE] Apache Hive 0.9.0 Release Candidate 0 - Hive - [mail # dev]
|
|
...Regarding HIVE-2795, that Python script was intended to solve two problems. 1) The null pointer exception that resulted from calling describe formatted on a view partition 2) Vie...
|
|
|
Author: Kevin Wilfong,
2012-04-18, 16:37
|
|
|
|