Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 31 (0.14s).
Loading phrases to help you
refine your search...
[MAPREDUCE-4980] Parallel test execution of hadoop-mapreduce-client-core - MapReduce - [issue]
...The maven surefire plugin supports parallel testing feature. By using it, the tests can be run more faster....
http://issues.apache.org/jira/browse/MAPREDUCE-4980    Author: Tsuyoshi OZAWA, 2013-05-13, 05:51
[MAPREDUCE-5227] JobTrackerMetricsSource and QueueMetrics should standardize naming rules - MapReduce - [issue]
...JobTrackerMetricsSource and QueueMetrics provides users with some metrics, but its naming rules( "jobs_running", "running_maps", "running_reduces") sometimes confuses users. It should be sta...
http://issues.apache.org/jira/browse/MAPREDUCE-5227    Author: Tsuyoshi OZAWA, 2013-05-09, 17:41
[MAPREDUCE-4502] Node-level aggregation with combining the result of maps - MapReduce - [issue]
...The shuffle costs is expensive in Hadoop in spite of the existence of combiner, because the scope of combining is limited within only one MapTask. To solve this problem, it's a good way to a...
http://issues.apache.org/jira/browse/MAPREDUCE-4502    Author: Tsuyoshi OZAWA, 2013-04-30, 10:45
Re: Jenkins says "-1 overall" while each items of testing are all green - MapReduce - [mail # dev]
...I've confirmed that now it works well!  Thanks, - Tsuyoshi    On Sat, Feb 23, 2013 at 11:15 AM, Konstantin Boudnik  wrote:    - Tsuyoshi...
   Author: Tsuyoshi OZAWA, 2013-03-18, 06:13
How to process MAPREDUCE-4502 - MapReduce - [mail # dev]
...Hi,  I've created a patch based on trunk for about MAPREDUCE-4502. Could someone review it?  https://issues.apache.org/jira/browse/MAPREDUCE-4502  I have the a concern that I'...
   Author: Tsuyoshi OZAWA, 2013-03-13, 20:55
Jenkins says "-1 overall" while each items of testing are all green - MapReduce - [mail # dev]
...Hi,  I've written a patch and passed each items of testing, but Jenkins says that the patch is "-1 overall". It seems to be odd for me. Is that a normal behaviour?  https://issues....
   Author: Tsuyoshi OZAWA, 2013-02-22, 12:42
[MAPREDUCE-4911] Add node-level aggregation flag feature(setNodeLevelAggregation(boolean)) to JobConf - MapReduce - [issue]
...This JIRA adds node-level aggregation flag feature(setLocalAggregation(boolean)) to JobConf.This task is subtask of MAPREDUCE-4502....
http://issues.apache.org/jira/browse/MAPREDUCE-4911    Author: Tsuyoshi OZAWA, 2013-01-21, 09:38
[MAPREDUCE-4910] Adding AggregationWaitMap to some components(MRAppMaster, TaskAttemptListener, JobImpl, MapTaskImpl). - MapReduce - [issue]
...To implement MR-4502, AggregationWaitMap need to be used by some components(MRAppMaster, TaskAttemptListener, JobImpl, MapTaskImpl)....
http://issues.apache.org/jira/browse/MAPREDUCE-4910    Author: Tsuyoshi OZAWA, 2013-01-18, 05:57
[MAPREDUCE-4865] Launching node-level combiner at the end stage of MapTask and ignoring aggregated inputs at ReduceTask - MapReduce - [issue]
...MapTask needs to start node-level aggregation against local outputs at the end stage of MapTask after calling getAggregationTargets().This feature is implemented with Merger and CombinerRunn...
http://issues.apache.org/jira/browse/MAPREDUCE-4865    Author: Tsuyoshi OZAWA, 2013-01-18, 05:57
[MAPREDUCE-4864] Adding new umbilical protocol RPC, "getAggregationTargets()", for node-level combiner. - MapReduce - [issue]
...MapTasks need to know whether or not they should start node-level combiner agaist outputs of mapper on their node. The new umbilical RPC, getAggregationTargets(), is used to get outputs to b...
http://issues.apache.org/jira/browse/MAPREDUCE-4864    Author: Tsuyoshi OZAWA, 2013-01-18, 05:57
Sort:
project
MapReduce (31)
Hadoop (7)
Zookeeper (3)
HBase (1)
HDFS (1)
type
issue (14)
mail # dev (13)
mail # user (4)
date
last 7 days (1)
last 30 days (3)
last 90 days (6)
last 6 months (18)
last 9 months (31)
author
Harsh J (1034)
Arun C Murthy (500)
Vinod Kumar Vavilapalli (345)
Todd Lipcon (282)
Amar Kamat (184)
Mohammad Tariq (174)
Thomas Graves (173)
Owen O'Malley (162)
Hemanth Yamijala (155)
Amareshwari Sriramadasu (153)
Pedro Costa (153)
Ted Yu (148)
Robert Evans (146)
Tom White (138)
Aaron Kimball (131)
Tsuyoshi OZAWA