Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 15 (0.272s).
Loading phrases to help you
refine your search...
[HIVE-4436] hive.exec.parallel=true doesn't work on hadoop-2 - Hive - [issue]
...While running a hive query with multiple independent stages, hive.exec.parallel is a valid optimization to use.The query tested has 3 MR jobs - the first job is the root dependency and the 2...
http://issues.apache.org/jira/browse/HIVE-4436    Author: Gopal V, 2013-05-18, 15:35
[HIVE-4486] FetchOperator slows down SMB map joins by 50% when there are many partitions - Hive - [issue]
...While looking at log files for SMB joins in hive, it was noticed that the actual join op didn't show up as a significant fraction of the time spent. Most of the time was spent parsing config...
http://issues.apache.org/jira/browse/HIVE-4486    Author: Gopal V, 2013-05-18, 06:17
[HIVE-4113] select count(1) reads all columns with RCFile - Hive - [issue]
...select count(1) loads up every column & every row when used with RCFile."select count(1) from store_sales_10_rc" givesJob 0: Map: 5  Reduce: 1   Cumulative CPU: 31.73 sec  ...
http://issues.apache.org/jira/browse/HIVE-4113    Author: Gopal V, 2013-05-17, 17:38
[HIVE-3992] Hive RCFile::sync(long) does a sub-sequence linear search for sync blocks - Hive - [issue]
...The following function does some bad I/Opublic synchronized void sync(long position) throws IOException {  ...      try {        seek(p...
http://issues.apache.org/jira/browse/HIVE-3992    Author: Gopal V, 2013-05-16, 22:11
[HIVE-4488] BucketizedHiveInputFormat is pessimistic with SMB split generation - Hive - [issue]
...BucketizedHiveInputFormat generates fewer splits than possible when faced with a table structure where both tables are partitioned.When debugging query82 from the TPC-DS spec, there were 7 p...
http://issues.apache.org/jira/browse/HIVE-4488    Author: Gopal V, 2013-05-03, 15:20
[HIVE-4423] Improve RCFile::sync(long) 10x - Hive - [issue]
...RCFile::sync(long) takes approx ~1 second everytime it gets called because of the inner loops in the function.From what was observed with HDFS-4710, single byte reads are an order of magnitu...
http://issues.apache.org/jira/browse/HIVE-4423    Author: Gopal V, 2013-04-27, 20:53
Review Request: Improve RCFile::sync(long) by 10x - Hive - [mail # dev]
...This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10795/  Review request for hive, Ashutosh Chauhan and Gunther Hagleitner.   Description &nb...
   Author: Gopal V, 2013-04-26, 11:25
[HIVE-4103] Remove System.gc() call from the map-join local-task loop - Hive - [issue]
...Hive's HashMapWrapper calls System.gc() twice within the HashMapWrapper::isAbort() which produces a significant slow-down during the loop.2013-03-01 04:54:28 The gc calls took 677 ms2013-03-...
http://issues.apache.org/jira/browse/HIVE-4103    Author: Gopal V, 2013-04-24, 22:07
[HIVE-4318] OperatorHooks hit performance even when not used - Hive - [issue]
...Operator Hooks inserted into Operator.java cause a performance hit even when it is not being used.For a count(1) query tested with & without the operator hook calls.with2013-04-09 07:33:...
http://issues.apache.org/jira/browse/HIVE-4318    Author: Gopal V, 2013-04-24, 22:02
[HIVE-4078] Delay the serialize-deserialize pair in CommonJoinTaskDispatcher - Hive - [issue]
...CommonJoinProcessor tries to clone a MapredWork while attempting a conversion to a map-join  // deep copy a new mapred work from xml  InputStream in = new ByteArrayInputS...
http://issues.apache.org/jira/browse/HIVE-4078    Author: Gopal V, 2013-04-11, 21:57
Sort:
project
Hive (15)
MapReduce (7)
Hadoop (6)
HDFS (2)
type
issue (14)
mail # dev (1)
date
last 7 days (4)
last 30 days (9)
last 90 days (13)
last 6 months (15)
last 9 months (15)
author
Namit Jain (802)
Edward Capriolo (632)
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)
Gopal V