Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 56 (0.121s).
Loading phrases to help you
refine your search...
[HIVE-4540] JOIN-GRP BY-DISTINCT fails with NPE when mapjoin.mapreduce=true - Hive - [issue]
...If the mapjoin.mapreduce optimization kicks in on a query of this form:select count(distinct a.v) from a join b on (a.k = b.k)group by a.gThe planer will NPE in the metadataonly optimizer....
http://issues.apache.org/jira/browse/HIVE-4540    Author: Gunther Hagleitner, 2013-05-23, 09:38
[HIVE-4521] Auto join conversion fails in certain cases (empty tables, empty partitions, no partitions) - Hive - [issue]
...Automatic join conversion for both map joins as well as smb joins fails when tables, files or partitions are empty (see test cases in patch). Error messages include: "Big Table Alias is null...
http://issues.apache.org/jira/browse/HIVE-4521    Author: Gunther Hagleitner, 2013-05-21, 23:41
[HIVE-4475] Switch RCFile default to LazyBinaryColumnarSerDe - Hive - [issue]
...For most workloads it seems LazyBinaryColumnarSerDe (binary) will perform better than ColumnarSerDe (text). Not sure why ColumnarSerDe is the default, but my guess is, that's for historical ...
http://issues.apache.org/jira/browse/HIVE-4475    Author: Gunther Hagleitner, 2013-05-21, 23:41
[HIVE-4585] Remove unused MR Temp file localization from Tasks - Hive - [issue]
...HIVE-1408 introduced code that is currently commented out (i.e.: dead code), with a comment saying needs further development (HIVE-1484). It's been like this for close to 3 years. I suggest ...
http://issues.apache.org/jira/browse/HIVE-4585    Author: Gunther Hagleitner, 2013-05-21, 23:03
[HIVE-4518] Counter Strike: Operation Operator - Hive - [issue]
...Queries of the form:from fooinsert overwrite table bar partition (p) select ...insert overwrite table bar partition (p) select ...insert overwrite table bar partition (p) select ...Generate ...
http://issues.apache.org/jira/browse/HIVE-4518    Author: Gunther Hagleitner, 2013-05-21, 22:49
[HIVE-4471] Build fails with hcatalog checkstyle error - Hive - [issue]
...This is the output:checkstyle:     [echo] hcatalog[checkstyle] Running Checkstyle 5.5 on 412 files[checkstyle] /home/jenkins/jenkins-slave/workspace/Hi...
http://issues.apache.org/jira/browse/HIVE-4471    Author: Gunther Hagleitner, 2013-05-21, 00:47
[HIVE-4510] HS2 doesn't nest exceptions properly (fun debug times) - Hive - [issue]
...In SQLOperation.java lines 97 + 113 for instance, we catch errors and throw a new HiveSQLException, but we don't wrap the original exception....
http://issues.apache.org/jira/browse/HIVE-4510    Author: Gunther Hagleitner, 2013-05-18, 03:11
[HIVE-3800] testCliDriver_combine2 fails on hadoop-1 - Hive - [issue]
...Actually functionality is working correctly, but incorrect include/exclude macro make cause the wrong query file to be run....
http://issues.apache.org/jira/browse/HIVE-3800    Author: Gunther Hagleitner, 2013-05-16, 22:11
[HIVE-4094] decimal_3.q & decimal_serde.q fail on hadoop 2 - Hive - [issue]
...Some of the decimal unit tests fail on hadoop 2. The reason is unspecified order in some of the queries....
http://issues.apache.org/jira/browse/HIVE-4094    Author: Gunther Hagleitner, 2013-05-16, 22:11
[HIVE-4550] local_mapred_error_cache fails on some hadoop versions - Hive - [issue]
...I've tested it manually on the upcoming 1.3 version (branch 1).We do mask job_* ids, but not job_local* ids. The fix is to extend this to both....
http://issues.apache.org/jira/browse/HIVE-4550    Author: Gunther Hagleitner, 2013-05-16, 09:41
Sort:
project
Hive (56)
Pig (8)
Hadoop (1)
MapReduce (1)
type
issue (51)
mail # dev (3)
mail # user (2)
date
last 7 days (11)
last 30 days (22)
last 90 days (50)
last 6 months (55)
last 9 months (56)
author
Namit Jain (802)
Edward Capriolo (633)
Zheng Shao (613)
Carl Steinbach (604)
John Sichi (297)
Mark Grover (269)
Ning Zhang (255)
Ashutosh Chauhan (250)
Nitin Pawar (220)
Ashish Thusoo (169)
Kevin Wilfong (161)
He Yongqiang (156)
Prasad Chakka (152)
Bejoy Ks (132)
Navis (128)
Gunther Hagleitner