I am looking for a way to list all JobTracker
and TaskTracker
in JSON
. When I try http://[myjobtrackermachine]:50030/metrics?format=json
, I return an empty JSON
string (although there are a lot of details in the user interface).
What am I missing?
source share