Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 27 (3.629s).
Loading phrases to help you
refine your search...
Re: Basic Doubt in Hadoop - MapReduce - [mail # user]
...You are correct, map outputs are stored in LFS not in HDFS.  Regards  Bejoy KS  Sent from remote device, Please excuse typos  From: Ramesh R Nair  Date: Wed, 17 Apr ...
   Author: bejoy.hadoop@..., 2013-04-17, 07:55
Re: How to balance reduce job - MapReduce - [mail # user]
...Uniform Data distribution across HDFS is one of the factor that ensures map tasks are uniformly distributed across nodes. But reduce tasks doesn't depend on data distribution it is purely ba...
   Author: bejoy.hadoop@..., 2013-04-17, 05:38
Re: How to balance reduce job - MapReduce - [mail # user]
...Hi Rauljin  Few things to check here. What is the number of reduce slots in each Task Tracker? What is the number of reduce tasks for your job?  Based on the availability of slots ...
   Author: bejoy.hadoop@..., 2013-04-17, 05:09
Re: How to configure mapreduce archive size? - MapReduce - [mail # user]
...You can get your Job.xml for each jobs from The JT web UI. Click on the job, on the specific job page you'll get this.  Regards  Bejoy KS  Sent from remote device, Please excu...
   Author: bejoy.hadoop@..., 2013-04-16, 18:05
Re: VM reuse! - MapReduce - [mail # user]
...Hi Rahul  AFAIK there is no guarantee that 1 task would be on N1 and another on N2. Both can be on N1 as well.  JT has no notion of JVM reuse. It doesn't consider that for task sch...
   Author: bejoy.hadoop@..., 2013-04-16, 16:45
Re: Newbie Debuggin Question - MapReduce - [mail # user]
...Hi Sai  The location you are seeing should be the mapred.local.dir .   From my understanding the files in distributed cache would be available in that location while you are runnin...
   Author: bejoy.hadoop@..., 2013-02-21, 14:05
Re: Submitting MapReduce job from remote server using JobClient - MapReduce - [mail # user]
...Hi Amit,  Apart for the hadoop jars, Do you have the same config files ($HADOOP_HOME/conf) that are in the cluster on your analytics server as well?  If you are having the default ...
   Author: bejoy.hadoop@..., 2013-01-24, 19:49
Re: Where do/should .jar files live? - MapReduce - [mail # user]
...Hi Chris  In larger clusters it is better to have an edge/client node where all the user jars reside and you trigger your MR jobs from here.  A client/edge node is a server with ha...
   Author: bejoy.hadoop@..., 2013-01-23, 02:54
Re: modifying existing wordcount example - MapReduce - [mail # user]
...Hi Jamal  You can use Distributed Cache only if the file to be distributed is small. Mapreduce should be dealing with larger datasets so you should expect the output file to get larger....
   Author: bejoy.hadoop@..., 2013-01-17, 03:30
Re: Reg: No space left on device Exception - MapReduce - [mail # user]
...Hi Manoj  Go to the JT web UI, browse to the failed tasks. Identify which task threw the space related error. Ssh to that node and check the disk space on that node. Some partitions mig...
   Author: bejoy.hadoop@..., 2012-12-07, 15:37
Sort:
project
Hadoop (46)
MapReduce (27)
HDFS (11)
type
mail # user (27)
date
last 7 days (0)
last 30 days (0)
last 90 days (6)
last 6 months (11)
last 9 months (27)
author
Harsh J (1035)
Arun C Murthy (500)
Vinod Kumar Vavilapalli (349)
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)
bejoy.hadoop@...