| clear query|facets|time |
Search criteria: .
Results from 31 to 40 from
99 (2.77s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Incremental builds in 0.23 using Maven - MapReduce - [mail # dev]
|
|
...Could someone please respond to the below query? Regards, Praveen On Tue, Nov 22, 2011 at 11:43 AM, Praveen Sripati wrote: ...
|
|
|
Author: Praveen Sripati,
2011-12-06, 14:31
|
|
|
Re: how to access a mapper counter in reducer - MapReduce - [mail # user]
|
|
...Robert, Any plans to make it into the Hadoop framework. There had been similar queries about it in other forums also. Need any help testing/documenting or anything, please let me know...
|
|
|
Author: Praveen Sripati,
2011-12-06, 14:29
|
|
|
Re: Automatically Documenting Apache Hadoop Configuration - MapReduce - [mail # dev]
|
|
...Hi, standardize them, writing anything that is going to automatically detect config values through static analysis is going to be very difficult. This is because most of the configs in...
|
|
|
Author: Praveen Sripati,
2011-12-06, 08:19
|
|
|
Automatically Documenting Apache Hadoop Configuration - MapReduce - [mail # dev]
|
|
...Hi, Recently there was a query about the Hadoop framework being tolerant for map/reduce task failure towards the job completion. And the solution was to set the 'mapreduce.map.failures...
|
|
|
Author: Praveen Sripati,
2011-12-05, 16:44
|
|
|
Re: determining what files made up a failing task - MapReduce - [mail # user]
|
|
...Matt, I could not find the properties in the documentation, so I mentioned this feature as hidden. As Harsh mentioned there is an API. There was a blog entry on ' Automatically D...
|
|
|
Author: Praveen Sripati,
2011-12-04, 16:36
|
|
|
Re: output to file - MapReduce - [mail # user]
|
|
...Matt, You can extend ArrayWritable. Also use TextOutputFormat as the output format. In the TextOutputFormat key.toString() and value.toString() are called, so override toString()...
|
|
|
Author: Praveen Sripati,
2011-12-04, 15:33
|
|
|
Re: determining what files made up a failing task - MapReduce - [mail # user]
|
|
...Mat, There is no need to know the input data which caused the task and finally the job to fail. Set the 'mapreduce.map.failures.maxpercent` and 'mapreduce.reduce.failures.maxperc...
|
|
|
Author: Praveen Sripati,
2011-12-04, 12:20
|
|
|
ApplicationMaster and completed container status - MapReduce - [mail # dev]
|
|
...Hi, According to http://hadoop.apache.org/common/docs/r0.23.0/hadoop-yarn/hadoop-yarn-site/WritingYarnApplications.html allocated container, it will receive an update from ...
|
|
|
Author: Praveen Sripati,
2011-11-27, 15:31
|
|
|
Re: Scheduler functionality in MRv2 - MapReduce - [mail # dev]
|
|
...Arun, Thanks for the response. As of now there as less articles/blogs on MRv2, so anxiously waiting for the documents. Praveen On Sun, Nov 27, 2011 at 3:55 AM, Arun M...
|
|
|
Author: Praveen Sripati,
2011-11-27, 01:03
|
|
|
Scheduler functionality in MRv2 - MapReduce - [mail # dev]
|
|
...Hi, Let's consider the following scenario -> The MR Job has an InputSplit on host h1 and h2 -> AM makes a request to the Scheduler for a container on h1 and h2 -> The sc...
|
|
|
Author: Praveen Sripati,
2011-11-26, 04:54
|
|
|
|