| clear query|facets|time |
Search criteria: .
Results from 21 to 30 from
1041 (0.088s).
|
|
|
Loading phrases to help you refine your search...
|
|
[MAPREDUCE-4454] MR does not audit-log the job kill operations - MapReduce - [issue]
|
|
...Currently the JobTracker/MR AM's AuditLogger logs only job successes and failures.We should also log other things such as KILL, etc. (All under the Operations enum) such that MR has a proper...
|
|
|
http://issues.apache.org/jira/browse/MAPREDUCE-4454
Author: Harsh J,
2013-05-14, 05:26
|
|
|
Re: Hadoop schedulers! - MapReduce - [mail # user]
|
|
...Hi, On Sat, May 11, 2013 at 8:31 PM, Rahul Bhattacharjee wrote: I'd suggest reading design of both schedulers. The preemption feature is not the only difference - there is ...
|
|
|
Author: Harsh J,
2013-05-13, 18:51
|
|
|
Re: How to combine input files for a MapReduce job - MapReduce - [mail # user]
|
|
...Yes I believe the branch-1 patch attached there should apply cleanly to 1.0.4. On Mon, May 13, 2013 at 1:25 PM, Agarwal, Nikhil wrote: Harsh J...
|
|
|
Author: Harsh J,
2013-05-13, 07:58
|
|
|
Re: How to combine input files for a MapReduce job - MapReduce - [mail # user]
|
|
...Shashwat, Tweaking the split sizes affects a single input split, not how the splits are packed. It may be used with the CombineFileInputFormat to control packed split sizes, but would ...
|
|
|
Author: Harsh J,
2013-05-13, 07:43
|
|
|
Re: How to combine input files for a MapReduce job - MapReduce - [mail # user]
|
|
...For "control number of mappers" question: You can use http://hadoop.apache.org/docs/current/api/org/apache/hadoop/mapred/lib/CombineFileInputFormat.html which is designed to solve similar ca...
|
|
|
Author: Harsh J,
2013-05-13, 07:32
|
|
|
Re: issues with decrease the default.block.size - MapReduce - [mail # user]
|
|
...Thanks. I failed to add: It should be okay to do if those cases are true and the cluster seems under-utilized right now. On Fri, May 10, 2013 at 8:29 PM, yypvsxf19870706 wrote: &...
|
|
|
Author: Harsh J,
2013-05-10, 15:24
|
|
|
Re: issues with decrease the default.block.size - MapReduce - [mail # user]
|
|
...Are you looking to decrease it to get more parallel map tasks out of the small files? Are you currently CPU bound on processing these small files? On Thu, May 9, 2013 at 9:12 PM, YouPe...
|
|
|
Author: Harsh J,
2013-05-10, 05:27
|
|
|
Re: When and who move the reduce output file part-0000X to the final output directory - MapReduce - [mail # user]
|
|
...The task itself moves it when it receives a commitTask message. See the OutputCommitter class: http://hadoop.apache.org/docs/current/api/org/apache/hadoop/mapred/OutputCommitter.html#commitT...
|
|
|
Author: Harsh J,
2013-05-10, 05:26
|
|
|
Re: Hadoop Maven Build Fails - MapReduce - [mail # user]
|
|
...If you're also interested in tracking the issue to make it work with 2.5+ protobuf versions, please follow https://issues.apache.org/jira/browse/HADOOP-9346. On Thu, May 9, 2013 at 2:0...
|
|
|
Author: Harsh J,
2013-05-09, 06:02
|
|
|
Re: Benefits of Hadoop Distributed Cache - MapReduce - [mail # user]
|
|
...This has been discussed before, see http://search-hadoop.com/m/xI5AHMD0Vm1 for the previous discussion on this. On Wed, May 8, 2013 at 12:54 AM, Saeed Shahrivari wrote: &n...
|
|
|
Author: Harsh J,
2013-05-09, 03:42
|
|
|
|