Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 11 to 20 from 71 (3.339s).
Loading phrases to help you
refine your search...
Re: Configuration object not loading parameters in unit tests - Hadoop - [mail # user]
...Is there a way to have the Configuration report wether or not it was able / unable to find the default configuration resources? It looks at the moment that it simply prints out all the resou...
   Author: Jay Vyas, 2013-01-16, 19:49
Re: FileSystem.workingDir vs mapred.local.dir - Hadoop - [mail # user]
...what do you mean by "workingdir for a filesystem" ?  I never thought that a fileSystem should need or have a special workingDir ?   On Tue, Jan 15, 2013 at 12:43 PM, Hemanth Yamija...
   Author: Jay Vyas, 2013-01-15, 18:47
Re: Hello and request some advice. - Hadoop - [mail # user]
...for the basics, all you need is a java IDE .  Hadoop Map/Reduce can run in local filesystem mode without any kind of HDFS backing.   On Fri, Jan 4, 2013 at 12:45 PM, Nitin Pawar wr...
   Author: Jay Vyas, 2013-01-04, 17:47
Re: Input splits for sequence file input - Hadoop - [mail # user]
...This question is fundamentally flawed : it assumes that a mapper will ask for anything.  The mapper class "run" method reads from a record reader.  The question you really should a...
   Author: Jay Vyas, 2012-12-03, 05:52
Other file systems for hadoop - Hadoop - [mail # user]
...what are the minimal requirements to implement the filesystem interface for hdfs?  I was thinking it might be cool to directly implement a 100% memory filesystem, just for the hell of i...
   Author: Jay Vyas, 2012-10-30, 15:46
Broad question on sorting of mapper outputs. - Hadoop - [mail # user]
...IS there any documentation on the internals of the shuffle and sort phase? The elephant book seems to be the best source, but it appears to only lightly touch upon the "magic" part (i.e. the...
   Author: Jay Vyas, 2012-10-20, 03:19
33%, 66%, and 100% *reducer* optimization - Hadoop - [mail # user]
...Hi guys !  We all know that there are major milestones in reducers (33%, 66%)  In particular:  Im wondering: What should we optimize for in case a job hangs at 33%, as compare...
   Author: Jay Vyas, 2012-10-15, 21:32
Re: Suitability of HDFS for live file store - Hadoop - [mail # user]
...Seems like a heavyweight solution unless you are actually processing the images?  Wow, no mapreduce, no streaming writes, and relatively small files.  Im surprised that you are con...
   Author: Jay Vyas, 2012-10-15, 20:21
speculative execution before mappers finish - Hadoop - [mail # user]
...Is it possible for reducers to start (not just copying, but actually) "reducing" before all mappers are done, speculatively?  In particular im asking this because Im curious about the i...
   Author: Jay Vyas, 2012-10-13, 02:16
pojo writables - Hadoop - [mail # user]
...One of the benefits of using autogenerated objects for serialization, we are finding, is just the fact that there is a strong, semantically meaningful API.  This could seemingly be done...
   Author: Jay Vyas, 2012-10-08, 14:13
Sort:
project
Hadoop (71)
MapReduce (39)
HDFS (22)
HBase (9)
Flume (5)
type
mail # user (71)
date
last 7 days (0)
last 30 days (0)
last 90 days (8)
last 6 months (14)
last 9 months (71)
author
Harsh J (1373)
Steve Loughran (928)
Owen O'Malley (816)
Todd Lipcon (755)
Arun C Murthy (574)
Eli Collins (513)
Allen Wittenauer (461)
Doug Cutting (344)
Konstantin Boudnik (335)
Mark Kerzner (334)
Edward Capriolo (328)
Ted Dunning (321)
Brian Bockelman (305)
Tom White (302)
jason hadoop (279)
Jay Vyas