We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfea413 commit 0ce232bCopy full SHA for 0ce232b
hadoop-hdds/server-scm/src/main/resources/webapps/scm/scm.js
@@ -26,10 +26,6 @@
26
},
27
controller: function ($http) {
28
var ctrl = this;
29
- $http.get("jmx?qry=Hadoop:service=BlockManager,name=*")
30
- .then(function (result) {
31
- ctrl.blockmanagermetrics = result.data.beans[0];
32
- });
33
$http.get("jmx?qry=Hadoop:service=SCMNodeManager,name=SCMNodeManagerInfo")
34
.then(function (result) {
35
ctrl.nodemanagermetrics = result.data.beans[0];
0 commit comments