Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 11 to 19 from 19 (0.275s).
Loading phrases to help you
refine your search...
RecordReader Progress Reporting. - MapReduce - [mail # user]
...I'd like to get some idea on how the task scheduler relies on RecordReader.getProgress() with version 0.20.2.    There are times when I don't have an accurate count of the total re...
   Author: Jane Chen, 2011-03-28, 23:10
TaskTracker failed to start: NoClassDefFoundError: Configured. - MapReduce - [mail # user]
...Hi,  I was trying to start up a single-node Hadoop cluster using 0.20.2.    The namenode, datanode and jobtracker all started fine.  The task tracker failed with the foll...
   Author: Jane Chen, 2011-03-16, 21:29
Split Location. - MapReduce - [mail # dev]
...Hi,  When a map task fails, and the input split contains multiple locations, will the framework choose a different location when re-scheduling the same task?  Thanks, Jane...
   Author: Jane Chen, 2011-03-16, 19:57
Initialization for record writing. - MapReduce - [mail # user]
...Hi,  Looking at 0.21's API,  In org.apache.hadoop.mapreduce.RecordReader, there is an initialize() method that I can use for one time work;  In org.apache.hadoop.mapreduce.Rec...
   Author: Jane Chen, 2011-01-21, 23:57
Re: How to Influence Reduce Task Location. - MapReduce - [mail # user]
...Suppose that the output is written to a database, that only runs on certain  nodes.  It will be desirable to schedule the reducer tasks to run on the  nodes local or close to the d...
   Author: Jane Chen, 2010-12-19, 18:23
Re: How to Influence Reduce Task Location. - MapReduce - [mail # user]
...But how does this help me request which host to schedule the reduce task  to?  Thanks, Jane    From: Hari Sreekumar  Subject: Re: How to Influence Reduce Task Locati...
   Author: Jane Chen, 2010-12-18, 18:24
How to Influence Reduce Task Location. - MapReduce - [mail # user]
...Hi All,  Is there anyway to influence where a reduce task is run?  We have a case where we'd like to choose the host to run the reduce task based on the task's input key.  Any...
   Author: Jane Chen, 2010-12-18, 17:43
Re: InputFormat in mapred vs. mapreduce. - MapReduce - [mail # user]
...Harsh, thank you for your response.  That's what I guessed.   In 0.20, Interface InputFormat under mapred package was deprecated.  In 0.2 1, it is no longer deprecated.  ...
   Author: Jane Chen, 2010-12-07, 17:52
InputFormat in mapred vs. mapreduce. - MapReduce - [mail # user]
...In Hadoop 0.21, I found InputFormat as an Interface in package mapred, and as an abstract class in package mapreduce.  The APIs are slightly different.  Which one should I choose t...
   Author: Jane Chen, 2010-12-06, 21:35
Sort:
project
MapReduce (19)
Hadoop (6)
Pig (2)
HDFS (1)
type
mail # user (13)
mail # dev (5)
issue (1)
date
last 7 days (0)
last 30 days (0)
last 90 days (0)
last 6 months (1)
last 9 months (19)
author
Harsh J (1040)
Arun C Murthy (501)
Vinod Kumar Vavilapalli (351)
Todd Lipcon (283)
Amar Kamat (184)
Mohammad Tariq (174)
Thomas Graves (174)
Owen O'Malley (162)
Hemanth Yamijala (155)
Amareshwari Sriramadasu (153)
Pedro Costa (153)
Ted Yu (148)
Robert Evans (147)
Tom White (138)
Aaron Kimball (131)
Jane Chen