Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 121 to 130 from 144 (0.229s).
Loading phrases to help you
refine your search...
Re: Ordinary file pointer? - Hadoop - [mail # user]
...Keith,  On Sat, May 22, 2010 at 5:01 AM, Keith Wiley  wrote: ++ side I need to access a file.  I have already implemented a version of  this interface in which the file is rea...
   Author: Hemanth Yamijala, 2010-05-22, 10:37
Re: Basic Hadoop Doubt - Hadoop - [mail # dev]
...Vamsi,   Conceptually, it would be more accurate to say that it splits the data into 'blocks' that are managed in HDFS. Of course, implementation-wise, these blocks do get stored on phy...
   Author: Hemanth Yamijala, 2010-05-18, 02:08
Re: Setting up a second cluster and getting a weird issue - Hadoop - [mail # user]
...Andrew,  ia NFS.  I don't see how this would cause a conflict - do you have any  additional information?  FWIW, we had an experience where we were storing config files on NFS ...
   Author: Hemanth Yamijala, 2010-05-15, 02:41
Re: Task scheduler - Hadoop - [mail # dev]
...Saurabh,  e  Sorry, I misunderstood your question then. This code is in o.a.h.mapred.JobInProgress. It is likely spread across many methods in the class. But a good starting point ...
   Author: Hemanth Yamijala, 2010-05-14, 04:19
Re: Task scheduler - Hadoop - [mail # dev]
...Saurabh,   Take a look at o.a.h.mapred.TaskScheduler. That's the abstract class that needs to be extended to define a new scheduling policy. Also, please do take a look at the existing ...
   Author: Hemanth Yamijala, 2010-05-14, 01:34
Re: Eclipse plugin - Hadoop - [mail # user]
...Jim,   It would help to know what exact (dot/update) version of Java 6 you are using. I ran into a problem recently where I was using one of the earliest versions of Java 6, where the c...
   Author: Hemanth Yamijala, 2010-05-07, 02:02
Re: separate JVM flags for map and reduce tasks - Hadoop - [mail # user]
...Vasilis,   In trunk, (I haven't checked in earlier versions), there are already options such as mapreduce.map.java.opts and mapreduce.reduce.java.opts. Strangely, these are not document...
   Author: Hemanth Yamijala, 2010-04-23, 02:37
Re: How to make HOD apply more than one core on each machine? - Hadoop - [mail # user]
...Song,  way  the ppn value with HOD. You could look at src/contrib/hod/hodlib/NodePools/torque.py, and specifically the method process_qsub_attributes. In this method, the nodes par...
   Author: Hemanth Yamijala, 2010-04-21, 18:05
Re: How to make HOD apply more than one core on each machine? - Hadoop - [mail # user]
...Song,  t to er  If I understand, what you want is that when a physical node is allocated via HOD by the Torque resource manager, you don't want that node to be shared by other jobs...
   Author: Hemanth Yamijala, 2010-04-16, 10:50
Re: How to make HOD apply more than one core on each machine? - Hadoop - [mail # user]
...Song,  sical  I assume what you want is the Map/Reduce cluster that is started by HOD to use more than core on each machine. You can configure this in the gridservice-mapred sectio...
   Author: Hemanth Yamijala, 2010-04-15, 18:01
Sort:
project
MapReduce (155)
Hadoop (144)
HDFS (26)
Hive (4)
type
mail # user (87)
mail # dev (33)
mail # general (19)
issue (5)
date
last 7 days (0)
last 30 days (0)
last 90 days (8)
last 6 months (22)
last 9 months (144)
author
Harsh J (1379)
Steve Loughran (933)
Owen O'Malley (816)
Todd Lipcon (756)
Arun C Murthy (575)
Eli Collins (513)
Allen Wittenauer (461)
Doug Cutting (344)
Konstantin Boudnik (336)
Mark Kerzner (334)
Edward Capriolo (328)
Ted Dunning (321)
Brian Bockelman (305)
Tom White (303)
jason hadoop (279)
Hemanth Yamijala