| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
30 (0.171s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: - MapReduce - [mail # user]
|
|
...Job, You need to set in on every hive session/CLI client. This property is a job level one and it is used to indicate which pool/queue a job should be submitted on to. &nb...
|
|
|
Author: bejoy.hadoop@...,
2013-05-30, 15:07
|
|
|
Re: Hadoop Installation Mappers setting - MapReduce - [mail # user]
|
|
...Hi I assume the question is on how many slots. It dependents on - the child/task jvm size and the available memory. - available number of cores Your available memor...
|
|
|
Author: bejoy.hadoop@...,
2013-05-23, 14:18
|
|
|
Re: Viewing snappy compressed files - MapReduce - [mail # user]
|
|
...If you have snappy codec in io.compression.codecs then you can easily decompress the data out of hdfs directly with a simple command. hadoop fs -text Regards Bejoy KS &nbs...
|
|
|
Author: bejoy.hadoop@...,
2013-05-21, 16:51
|
|
|
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
|
|
|
|