diff --git a/smart-zeppelin/zeppelin-web/src/app/dashboard/services/models/models.js b/smart-zeppelin/zeppelin-web/src/app/dashboard/services/models/models.js
index 7200bb320ac..a654d5965ec 100644
--- a/smart-zeppelin/zeppelin-web/src/app/dashboard/services/models/models.js
+++ b/smart-zeppelin/zeppelin-web/src/app/dashboard/services/models/models.js
@@ -261,7 +261,7 @@ angular.module('org.apache.hadoop.ssm.models', [])
return get('cluster/primary/utilization/' + resourceName, decoder.default)
},
nodes: function () {
- return get('cluster/primary/ssmnodesinfo', decoder.nodes);
+ return get('cluster/primary/ssmnodescmdletmetrics', decoder.nodes);
},
notebookInfo: function () {
return get('note/info', decoder.default)
diff --git a/smart-zeppelin/zeppelin-web/src/app/dashboard/views/cluster/nodeinfo/nodes.html b/smart-zeppelin/zeppelin-web/src/app/dashboard/views/cluster/nodeinfo/nodes.html
index a7d78a86dd2..32c9800439a 100644
--- a/smart-zeppelin/zeppelin-web/src/app/dashboard/views/cluster/nodeinfo/nodes.html
+++ b/smart-zeppelin/zeppelin-web/src/app/dashboard/views/cluster/nodeinfo/nodes.html
@@ -23,8 +23,10 @@
@@ -41,9 +43,11 @@ Id
- Location
- Executor Type
+ Regist Time
+ Number of Executors
+ Cmdlets Executed
+ Cmdlets In Execution
No node is running