how to check that mapreduce is running parallelly?

Ziv Huang

I submitted a mapreduce job and checked the log. In the log l see that there are many mappers, each mapper processes one split, and the processing details of each mapper is logged in the log file sequentially in time.

However, I would like to check if my job is running parallelly and I want to see how many mappers are running concurrently. I don't know where to find these informations. Please help me, thx!

SachinJ

Use following Jobtracker Web UI and drill down to executing MapReduce job

http://<Jobtracker-HostName>:50030/

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to execute synchronized code parallelly?

From Dev

How to handle this: There are five api requests running parallelly and 2nd request is dependent on 4th request's response

From Dev

How to check if hdfs is running?

From Dev

How to check if hdfs is running?

From Dev

Running Mapreduce issues

From Java

How to check if a service is running on Android?

From Dev

How to check if a NSTimer is running or not in Swift?

From Dev

android how to check if service is running

From Dev

How to programmatically check if running on HHVM?

From Dev

How to check if a service is running in chef?

From Dev

How to check if a process is running on Windows?

From Dev

How to check if ElasticSearch is running properly

From Dev

How to check the process is already running or not

From Dev

How to check JobService is running or not in android?

From Dev

How to check if a timer is still running or not?

From Dev

How to check the process is already running or not

From Dev

How to check if ufw is running programmatically

From Dev

How to programmatically check if running on HHVM?

From Dev

How to check programmatically if Zookeeper is running?

From Dev

how to check the daemon running status

From Dev

How to check progress of running cp?

From Dev

How to check if any activity is running?

From Dev

How to check if a thread is currently running

From Dev

How to check if screen session is running?

From Dev

Running R script on hadoop and mapreduce

From Dev

Iterative MapReduce (Twister) running exception

From Java

How to check if running as root in a bash script

From Dev

Lua: how to check whether a process is running

From Java

How to check for another running project on Eclipse?

Related Related

HotTag

Archive