| clear query|facets|time |
Search criteria: .
Results from 21 to 30 from
68 (0.09s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Logistic regression package on Hadoop - MapReduce - [mail # user]
|
|
...Hi Rajesh, You may want to use the mahout mailing list for mahout related question. http://mahout.apache.org/mailinglists.html Regards Bertrand On Mon, Oct 15, 2012 a...
|
|
|
Author: Bertrand Dechoux,
2012-10-15, 12:53
|
|
|
Re: setOutputValueClass(*.class) method - MapReduce - [mail # user]
|
|
...Hi Andy, It should be called within the setup of your job and it should NOT be called within the Mapper. You could compile the call within the mapper of course. At best it should do no...
|
|
|
Author: Bertrand Dechoux,
2012-10-11, 18:12
|
|
|
Re: Collecting error messages from Mappers - MapReduce - [mail # user]
|
|
...If it is only to get a parse overview of the run you can use counters. But you shouldn't overuse them. You can for example count exceptions by type (but by message is not a good approach unl...
|
|
|
Author: Bertrand Dechoux,
2012-10-08, 14:32
|
|
|
Re: Chaning Multiple Reducers: Reduce -> Reduce -> Reduce - MapReduce - [mail # user]
|
|
...The question is not how to sequence all. Cascading could indeed help in that case. But how to skip the map phase and do the split/local sort directly at the end of the reduce so that t...
|
|
|
Author: Bertrand Dechoux,
2012-10-08, 10:51
|
|
|
Re: Chaning Multiple Reducers: Reduce -> Reduce -> Reduce - MapReduce - [mail # user]
|
|
...Have you looked at graph processing for Hadoop? Like Hama ( http://hama.apache.org/) or Giraph (http://incubator.apache.org/giraph/). I can't say for sure it would help you but it seems to b...
|
|
|
Author: Bertrand Dechoux,
2012-10-08, 10:39
|
|
|
Re: What is the difference between Rack-local map tasks and Data-local map tasks? - MapReduce - [mail # user]
|
|
...@Harsh : I didn't know. That's good to hear. I will check out the mapred.fairscheduler.locality.delay in FairScheduler. And I will also look at YARN-80 for my personal information. Tha...
|
|
|
Author: Bertrand Dechoux,
2012-10-08, 05:44
|
|
|
Re: What is the difference between Rack-local map tasks and Data-local map tasks? - MapReduce - [mail # user]
|
|
...Basically, more replicas. The second solution would be to use a 'smarter' scheduler. In theory, the jobtracker should be able to say "postpone this task until a data-local task can be ...
|
|
|
Author: Bertrand Dechoux,
2012-10-07, 19:31
|
|
|
Job jar not removed from staging directory on job failure/how to share a job jar using distributed cache - MapReduce - [mail # user]
|
|
...Hi, I am launching my job using the command line and I observed that when the provided input path do not match any files, the jar in the staging repository is not removed. It is remove...
|
|
|
Author: Bertrand Dechoux,
2012-10-05, 16:58
|
|
|
Re: Impersonating HDFS user - MapReduce - [mail # user]
|
|
...Indeed, you are connecting to localhost and you said it was a remote connection so I guess there is nothing there which is relevant for you. The main idea is that you need to provide the con...
|
|
|
Author: Bertrand Dechoux,
2012-10-05, 14:33
|
|
|
Re: Impersonating HDFS user - MapReduce - [mail # user]
|
|
...Hi, You might be looking for something like : UserGroupInformation.createRemoteUser(user).doAs( see http://hadoop.apache.org/docs/r1.0.3/api/org/apache/hadoop/security/UserGroupI...
|
|
|
Author: Bertrand Dechoux,
2012-10-05, 13:34
|
|
|
|