Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 41 to 50 from 67 (0.137s).
Loading phrases to help you
refine your search...
Re: knowing the nodes on which reduce tasks will run - MapReduce - [mail # user]
...Hi,  The reducer is run where there is slot available, the location is not related to where the data is located and it is not possible to choose where the reducer will run (except by tw...
   Author: Bertrand Dechoux, 2012-09-03, 15:24
[MAPREDUCE-4583] Wrong paths for CapacityScheduler/FairScheduler jar in documentation - MapReduce - [issue]
...Both documentationshttp://hadoop.apache.org/common/docs/r1.0.3/fair_scheduler.htmlhttp://hadoop.apache.org/common/docs/r1.0.3/capacity_scheduler.htmlsay that the jar should be copied from th...
http://issues.apache.org/jira/browse/MAPREDUCE-4583    Author: Bertrand Dechoux, 2012-08-24, 17:08
Re: Reading multiple lines from a microsoft doc in hadoop - MapReduce - [mail # user]
...And that would help you with performance too. Were you originally planning to have one file per word document? What is the average size of you word documents? It shouldn't be much. I am afra...
   Author: Bertrand Dechoux, 2012-08-24, 06:10
Re: Running map reduce job from a web application - MapReduce - [mail # user]
...I haven't been confronted to your use case but your error message explicitly says that you are not passing correctly the user "hadoop". You should use the doAs() method on UserGroupInformati...
   Author: Bertrand Dechoux, 2012-08-24, 05:57
Re: About many user accounts in hadoop platform - MapReduce - [mail # user]
...You might also want to look at Hadoop On Demand. http://hadoop.apache.org/common/docs/r0.17.0/hod.html  But I would not recommend to make one cluster per user.  Regards  Bertr...
   Author: Bertrand Dechoux, 2012-08-24, 05:40
Re: Copy the content of the input splits - MapReduce - [mail # user]
...I don't know any helper class doing it but you could simply open a local file and with your mapper write all the key/value which are provided. Now the question is why would you want to do th...
   Author: Bertrand Dechoux, 2012-08-23, 05:43
Re: Hadoop's Avro dependencies. - MapReduce - [mail # user]
...Also, if I am not mistaken, there is 2 kind of serializations in Hadoop.  There is the one used by MapReduce for transmitting user data : Writable by default, indeed.  But there is...
   Author: Bertrand Dechoux, 2012-08-22, 06:27
Re: why is num of map tasks gets overridden? - MapReduce - [mail # user]
...3) Similarly to 2, you could consider multithreading. So in each physical node you would only to have the equivalent in memory of what is required for a map while having the processing power...
   Author: Bertrand Dechoux, 2012-08-22, 06:23
Re: Changing tab delimiter between key and value - MapReduce - [mail # user]
...It's maybe a typo in your post but did put the stars too in your code/configuration? Because there isn't any...  Regards  Bertrand  On Tue, Aug 21, 2012 at 6:51 PM, Bejoy Ks &...
   Author: Bertrand Dechoux, 2012-08-21, 17:27
Re: why is num of map tasks gets overridden? - MapReduce - [mail # user]
...http://wiki.apache.org/hadoop/HowManyMapsAndReduces  Bertrand  On Tue, Aug 21, 2012 at 2:19 PM, nutch buddy  wrote:     Bertrand Dechoux...
   Author: Bertrand Dechoux, 2012-08-21, 12:52
Sort:
project
MapReduce (67)
Hive (34)
Hadoop (29)
HDFS (14)
Flume (11)
HBase (7)
Avro (4)
Pig (3)
type
mail # user (66)
issue (1)
date
last 7 days (1)
last 30 days (3)
last 90 days (7)
last 6 months (10)
last 9 months (67)
author
Harsh J (1034)
Arun C Murthy (500)
Vinod Kumar Vavilapalli (345)
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)
Bertrand Dechoux