简体   繁体   中英

Benchmarking Hadoop Map-Reduce application

I need to compare two Hadoop scheduling algorithms by job execution time. What could I use to get the duration of the execution for all tasks?

You can see detailed information about the tasks and jobs from the address:

http://hostnameofmachinerunningtheJobTracker:50030/jobtracker.jsp

you can have other information from link

JobTracker web UI gives you very useful reports which allow to compare everything up to available logs for every mapper and reducer.

Also look on mrbench class inside hadoop-test.jar archive. There is plenty of information on the net about its usage for Hadoop cluster benchmarking like this article .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM