How to monitor CPU, memory, and disk utilization during query execution in pig and hive?

41 Views Asked by At

Same as the title. I am running a hadoop standalone cluster on my laptop. When I run a query, a map reduce job is created which can be seen on the web ui at localhost:8088. However, it doesn't give complete information about the CPU, memory, and disk utilization during of that query execution, as shown below.

enter image description here

So, is there any way to monitor them. I am using linux and have installed hadoop(version 3.3.6), hive (version 3.1.3) and pig (version 0.17.0).

0

There are 0 best solutions below