| clear query|facets|time |
Search criteria: .
Results from 21 to 29 from
29 (0.077s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: doubt about reduce tasks and block writes - Hadoop - [mail # user]
|
|
...Assuming that node A only contains replica, there is no garante that its data would never be read. First, you might lose a replica. The copy inside the node A could be used to create the mis...
|
|
|
Author: Bertrand Dechoux,
2012-08-24, 22:02
|
|
|
Re: Question Regarding FileAlreadyExistsException - Hadoop - [mail # user]
|
|
...I don't think so. The client is responsible for deleting the resource before, if it might exist. Correct me if I am wrong. Higher solution (such as Cascading) usually provides a way to...
|
|
|
Author: Bertrand Dechoux,
2012-08-23, 13:28
|
|
|
Re: Number of Maps running more than expected - Hadoop - [mail # user]
|
|
...Also could you tell us more about your task statuses? You might also have failed tasks... Bertrand On Thu, Aug 16, 2012 at 11:01 PM, Bertrand Dechoux wrot e: s w of em t e...
|
|
|
Author: Bertrand Dechoux,
2012-08-16, 21:35
|
|
|
Re: Number of Maps running more than expected - Hadoop - [mail # user]
|
|
...Well, there is speculative executions too. http://developer.yahoo.com/hadoop/tutorial/module4.html *Speculative execution:* One problem with the Hadoop system is that by f m o s ...
|
|
|
Author: Bertrand Dechoux,
2012-08-16, 21:01
|
|
|
Re: help in distribution of a task with hadoop - Hadoop - [mail # user]
|
|
...1) A standard way of doing it would be to have all your files content inside HDFS. You could then process where key would be the name of the file and value its contents. It would impro...
|
|
|
Author: Bertrand Dechoux,
2012-08-13, 18:22
|
|
|
Re: Mechanism of hadoop -jar - Hadoop - [mail # user]
|
|
...1) Source code for sure. I don't know if you could find any other technical document about it. 2) Where is your file? If it is inside your jar, hadoop should not infer with the 'normal...
|
|
|
Author: Bertrand Dechoux,
2012-08-11, 22:47
|
|
|
Re: Reducer MapFileOutpuFormat - Hadoop - [mail # user]
|
|
...Your use of 'index' is indeed not clear. Are you talking about Hive or HBase? I can confirm that you will have one result file per reducer. Of course, for efficiency reasons, you need ...
|
|
|
Author: Bertrand Dechoux,
2012-07-27, 05:54
|
|
|
Re: Hadoop Multithread MapReduce - Hadoop - [mail # user]
|
|
...Hi, Summarizing the two previous answers : yes, multithreaded mappers are supported. However, the most common use case is to increase the number of map 'slots'. Have you consider...
|
|
|
Author: Bertrand Dechoux,
2012-07-26, 07:19
|
|
|
Re: Implement Triggers for HDFS - Hadoop - [mail # user]
|
|
...HBase has coprocessors which might help you with your use case. https://blogs.apache.org/hbase/entry/coprocessor_introduction Regards Bertrand On Thu, Jul 26, 2012 at...
|
|
|
Author: Bertrand Dechoux,
2012-07-26, 07:03
|
|
|
|