Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 31 to 40 from 87 (0.119s).
Loading phrases to help you
refine your search...
Re: ConfigKeys wrappers for MapReduce source code base - MapReduce - [mail # dev]
...Hi Jay,  In trunk, these keys are in MRJobConfig (extended by JobContext) and MRConfig.  I'm not sure what the state of things are in branch-1.  Agreed that it would be nice f...
   Author: Sandy Ryza, 2013-04-22, 06:05
Re: sort phase in hadoop mapper - MapReduce - [mail # dev]
...That makes sense, Samaneh.  I was thinking about it more coarsely.  As far as I know, currently there is no way to skip the sort phase - you would need to modify the code.  -S...
   Author: Sandy Ryza, 2013-04-19, 01:29
Re: sort phase in hadoop mapper - MapReduce - [mail # dev]
...Hi Samaneh,  If you want to see the map outputs post sort/shuffle, the easiest way is probably to use an IdentityReducer and inspect the job.  Can you be more specific on what you ...
   Author: Sandy Ryza, 2013-04-18, 18:46
[MAPREDUCE-5128] mapred-default.xml is missing a bunch of history server configs - MapReduce - [issue]
...mapred-default.xml is missing many configs that work for the job history server.  mapreduce.jobhistory.cleaner.enable, mapreduce.jobhistory.done-dir, and mapreduce.jobhistory.datestring...
http://issues.apache.org/jira/browse/MAPREDUCE-5128    Author: Sandy Ryza, 2013-04-18, 15:06
Re: Article: 'How to Deploy Hadoop 2 (Yarn) on EC2' - MapReduce - [mail # user]
...This is great, Keith.   On Wed, Apr 17, 2013 at 12:58 PM, Keith Wiley  wrote:  ...
   Author: Sandy Ryza, 2013-04-18, 01:15
[MAPREDUCE-5133] TestSubmitJob.testSecureJobExecution is flaky due to job dir deletion race - MapReduce - [issue]
...At the end of TestSubmitJob.testSecureJobExecution, the test waits for the job to be done and then asserts that the job submission directory has been deleted.  The directory is deleted ...
http://issues.apache.org/jira/browse/MAPREDUCE-5133    Author: Sandy Ryza, 2013-04-18, 00:18
Re: [VOTE] Release Apache Hadoop 0.23.7 - MapReduce - [mail # dev]
...+1 (non-binding) Built from source and ran a couple of MR examples on a single node cluster.  -Sandy   On Wed, Apr 17, 2013 at 12:03 PM, Siddharth Seth wrote:  ...
   Author: Sandy Ryza, 2013-04-17, 23:27
[MAPREDUCE-4680] Job history cleaner should only check timestamps of files in old enough directories - MapReduce - [issue]
...Job history files are stored in yyyy/mm/dd folders.  Currently, the job history cleaner checks the modification date of each file in every one of these folders to see whether it's past ...
http://issues.apache.org/jira/browse/MAPREDUCE-4680    Author: Sandy Ryza, 2013-04-16, 22:00
Re: YARN - specify hosts in ContainerRequest - MapReduce - [mail # user]
...YARN currently does not provide any guarantees that a container will be placed where you ask for it.  This is being addressed in YARN-392 and YARN-398.  For now, the Fair Scheduler...
   Author: Sandy Ryza, 2013-04-12, 19:15
[MAPREDUCE-5113] Streaming input/output types are ignored with java mapper/reducer - MapReduce - [issue]
...After MAPREDUCE-1888, with a java mapper or reducer, StreamJob doesn't respect stream.map.output/stream.reduce.output when setting a job's output key/value classes, even if these configs are...
http://issues.apache.org/jira/browse/MAPREDUCE-5113    Author: Sandy Ryza, 2013-04-11, 14:05
Sort:
project
MapReduce (87)
Hadoop (21)
HDFS (12)
Avro (1)
Pig (1)
type
issue (60)
mail # dev (15)
mail # user (12)
date
last 7 days (11)
last 30 days (26)
last 90 days (62)
last 6 months (81)
last 9 months (87)
author
Harsh J (1037)
Arun C Murthy (500)
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)
Sandy Ryza