You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2012/10/29 02:11:09 UTC

svn commit: r1403138 - in /incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics: hdfs/ mapreduce/

Author: yusaku
Date: Mon Oct 29 01:11:09 2012
New Revision: 1403138

URL: http://svn.apache.org/viewvc?rev=1403138&view=rev
Log:
AMBARI-927. Provide metrics graphs on the MapReduce services page. (Srimanth Gunturi via yusaku)

Modified:
    incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/hdfs/file_operations.json
    incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/hdfs/gc.json
    incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/hdfs/io.json
    incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/hdfs/jvm_heap.json
    incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/hdfs/jvm_threads.json
    incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/hdfs/rpc.json
    incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/mapreduce/gc.json
    incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/mapreduce/jobs_running_waiting.json
    incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/mapreduce/jobs_status.json
    incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/mapreduce/jvm_heap.json
    incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/mapreduce/jvm_threads.json
    incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/mapreduce/map_slots.json
    incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/mapreduce/reduce_slots.json
    incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/mapreduce/rpc.json

Modified: incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/hdfs/file_operations.json
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/hdfs/file_operations.json?rev=1403138&r1=1403137&r2=1403138&view=diff
==============================================================================
--- incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/hdfs/file_operations.json (original)
+++ incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/hdfs/file_operations.json Mon Oct 29 01:11:09 2012
@@ -1,5 +1,5 @@
 {
-  "href" : "http://ec2-23-22-183-40.compute-1.amazonaws.com:9998/clusters/SrimanthAmbari/services/HDFS/components/NAMENODE?fields=metrics/dfs/namenode/FileInfoOps[1351117114,1351120714,60],metrics/dfs/namenode/CreateFileOps[1351117114,1351120714,60],metrics/dfs/namenode/DeleteFileOps[1351117114,1351120714,60]",
+  "href" : "http://ambari/clusters/SrimanthAmbari/services/HDFS/components/NAMENODE?fields=metrics/dfs/namenode/FileInfoOps[1351117114,1351120714,60],metrics/dfs/namenode/CreateFileOps[1351117114,1351120714,60],metrics/dfs/namenode/DeleteFileOps[1351117114,1351120714,60]",
   "metrics" : {
     "dfs" : {
       "namenode" : {

Modified: incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/hdfs/gc.json
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/hdfs/gc.json?rev=1403138&r1=1403137&r2=1403138&view=diff
==============================================================================
--- incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/hdfs/gc.json (original)
+++ incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/hdfs/gc.json Mon Oct 29 01:11:09 2012
@@ -1,12 +1,12 @@
 {
-  "href" : "http://ec2-23-22-183-40.compute-1.amazonaws.com:9998/clusters/SrimanthAmbari/hosts/ip-10-224-3-23.ec2.internal/host_components/NAMENODE?fields=metrics/jvm/gcTimeMillis[1351117114,1351120714,60]",
+  "href" : "http://ambari/clusters/SrimanthAmbari/hosts/hostname/host_components/NAMENODE?fields=metrics/jvm/gcTimeMillis[1351117114,1351120714,60]",
   "HostRoles" : {
     "cluster_name" : "SrimanthAmbari",
     "component_name" : "NAMENODE",
-    "host_name" : "ip-10-224-3-23.ec2.internal"
+    "host_name" : "hostname"
   },
   "host" : {
-    "href" : "http://ec2-23-22-183-40.compute-1.amazonaws.com:9998/clusters/SrimanthAmbari/hosts/ip-10-224-3-23.ec2.internal"
+    "href" : "http://ambari/clusters/SrimanthAmbari/hosts/hostname"
   },
   "metrics" : {
     "jvm" : {

Modified: incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/hdfs/io.json
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/hdfs/io.json?rev=1403138&r1=1403137&r2=1403138&view=diff
==============================================================================
--- incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/hdfs/io.json (original)
+++ incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/hdfs/io.json Mon Oct 29 01:11:09 2012
@@ -1,5 +1,5 @@
 {
-  "href" : "http://ec2-23-22-183-40.compute-1.amazonaws.com:9998/clusters/SrimanthAmbari/services/HDFS/components/DATANODE?fields=metrics/dfs/datanode/bytes_written[1351117114,1351120714,60],metrics/dfs/datanode/bytes_read[1351117114,1351120714,60]",
+  "href" : "http://ambari/clusters/SrimanthAmbari/services/HDFS/components/DATANODE?fields=metrics/dfs/datanode/bytes_written[1351117114,1351120714,60],metrics/dfs/datanode/bytes_read[1351117114,1351120714,60]",
   "metrics" : {
     "dfs" : {
       "datanode" : {

Modified: incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/hdfs/jvm_heap.json
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/hdfs/jvm_heap.json?rev=1403138&r1=1403137&r2=1403138&view=diff
==============================================================================
--- incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/hdfs/jvm_heap.json (original)
+++ incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/hdfs/jvm_heap.json Mon Oct 29 01:11:09 2012
@@ -1,12 +1,12 @@
 {
-  "href" : "http://ec2-23-22-183-40.compute-1.amazonaws.com:9998/clusters/SrimanthAmbari/hosts/ip-10-224-3-23.ec2.internal/host_components/NAMENODE?fields=metrics/jvm/memNonHeapUsedM[1351117114,1351120714,60],metrics/jvm/memNonHeapCommittedM[1351117114,1351120714,60],metrics/jvm/memHeapUsedM[1351117114,1351120714,60],metrics/jvm/memHeapCommittedM[1351117114,1351120714,60]",
+  "href" : "http://ambari/clusters/SrimanthAmbari/hosts/hostname/host_components/NAMENODE?fields=metrics/jvm/memNonHeapUsedM[1351117114,1351120714,60],metrics/jvm/memNonHeapCommittedM[1351117114,1351120714,60],metrics/jvm/memHeapUsedM[1351117114,1351120714,60],metrics/jvm/memHeapCommittedM[1351117114,1351120714,60]",
   "HostRoles" : {
     "cluster_name" : "SrimanthAmbari",
     "component_name" : "NAMENODE",
-    "host_name" : "ip-10-224-3-23.ec2.internal"
+    "host_name" : "hostname"
   },
   "host" : {
-    "href" : "http://ec2-23-22-183-40.compute-1.amazonaws.com:9998/clusters/SrimanthAmbari/hosts/ip-10-224-3-23.ec2.internal"
+    "href" : "http://ambari/clusters/SrimanthAmbari/hosts/hostname"
   },
   "metrics" : {
     "jvm" : {

Modified: incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/hdfs/jvm_threads.json
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/hdfs/jvm_threads.json?rev=1403138&r1=1403137&r2=1403138&view=diff
==============================================================================
--- incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/hdfs/jvm_threads.json (original)
+++ incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/hdfs/jvm_threads.json Mon Oct 29 01:11:09 2012
@@ -1,12 +1,12 @@
 {
-  "href" : "http://ec2-23-22-183-40.compute-1.amazonaws.com:9998/clusters/SrimanthAmbari/hosts/ip-10-224-3-23.ec2.internal/host_components/NAMENODE?fields=metrics/jvm/threadsRunnable[1351117114,1351120714,60],metrics/jvm/threadsBlocked[1351117114,1351120714,60],metrics/jvm/threadsWaiting[1351117114,1351120714,60],metrics/jvm/threadsTimedWaiting[1351117114,1351120714,60]",
+  "href" : "http://ambari/clusters/SrimanthAmbari/hosts/hostname/host_components/NAMENODE?fields=metrics/jvm/threadsRunnable[1351117114,1351120714,60],metrics/jvm/threadsBlocked[1351117114,1351120714,60],metrics/jvm/threadsWaiting[1351117114,1351120714,60],metrics/jvm/threadsTimedWaiting[1351117114,1351120714,60]",
   "HostRoles" : {
     "cluster_name" : "SrimanthAmbari",
     "component_name" : "NAMENODE",
-    "host_name" : "ip-10-224-3-23.ec2.internal"
+    "host_name" : "hostname"
   },
   "host" : {
-    "href" : "http://ec2-23-22-183-40.compute-1.amazonaws.com:9998/clusters/SrimanthAmbari/hosts/ip-10-224-3-23.ec2.internal"
+    "href" : "http://ambari/clusters/SrimanthAmbari/hosts/hostname"
   },
   "metrics" : {
     "jvm" : {

Modified: incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/hdfs/rpc.json
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/hdfs/rpc.json?rev=1403138&r1=1403137&r2=1403138&view=diff
==============================================================================
--- incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/hdfs/rpc.json (original)
+++ incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/hdfs/rpc.json Mon Oct 29 01:11:09 2012
@@ -1,12 +1,12 @@
 {
-  "href" : "http://ec2-23-22-183-40.compute-1.amazonaws.com:9998/clusters/SrimanthAmbari/hosts/ip-10-224-3-23.ec2.internal/host_components/NAMENODE?fields=metrics/rpc/RpcQueueTime_avg_time[1351117114,1351120714,60]",
+  "href" : "http://ambari/clusters/SrimanthAmbari/hosts/hostname/host_components/NAMENODE?fields=metrics/rpc/RpcQueueTime_avg_time[1351117114,1351120714,60]",
   "HostRoles" : {
     "cluster_name" : "SrimanthAmbari",
     "component_name" : "NAMENODE",
-    "host_name" : "ip-10-224-3-23.ec2.internal"
+    "host_name" : "hostname"
   },
   "host" : {
-    "href" : "http://ec2-23-22-183-40.compute-1.amazonaws.com:9998/clusters/SrimanthAmbari/hosts/ip-10-224-3-23.ec2.internal"
+    "href" : "http://ambari/clusters/SrimanthAmbari/hosts/hostname"
   },
   "metrics" : {
     "rpc" : {

Modified: incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/mapreduce/gc.json
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/mapreduce/gc.json?rev=1403138&r1=1403137&r2=1403138&view=diff
==============================================================================
--- incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/mapreduce/gc.json (original)
+++ incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/mapreduce/gc.json Mon Oct 29 01:11:09 2012
@@ -1,12 +1,12 @@
 {
-  "href" : "http://ec2-23-22-183-40.compute-1.amazonaws.com:9998/clusters/SrimanthAmbari/hosts/ip-10-224-3-23.ec2.internal/host_components/JOBTRACKER?fields=metrics/jvm/gcTimeMillis[1351213550,1351217148,60]",
+  "href" : "http://ambari/clusters/SrimanthAmbari/hosts/hostname/host_components/JOBTRACKER?fields=metrics/jvm/gcTimeMillis[1351213550,1351217148,60]",
   "HostRoles" : {
     "cluster_name" : "SrimanthAmbari",
     "component_name" : "JOBTRACKER",
-    "host_name" : "ip-10-224-3-23.ec2.internal"
+    "host_name" : "hostname"
   },
   "host" : {
-    "href" : "http://ec2-23-22-183-40.compute-1.amazonaws.com:9998/clusters/SrimanthAmbari/hosts/ip-10-224-3-23.ec2.internal"
+    "href" : "http://ambari/clusters/SrimanthAmbari/hosts/hostname"
   },
   "metrics" : {
     "jvm" : {

Modified: incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/mapreduce/jobs_running_waiting.json
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/mapreduce/jobs_running_waiting.json?rev=1403138&r1=1403137&r2=1403138&view=diff
==============================================================================
--- incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/mapreduce/jobs_running_waiting.json (original)
+++ incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/mapreduce/jobs_running_waiting.json Mon Oct 29 01:11:09 2012
@@ -1,5 +1,5 @@
 {
-  "href" : "http://ec2-23-22-183-40.compute-1.amazonaws.com:9998/clusters/SrimanthAmbari/services/MAPREDUCE/components/JOBTRACKER?fields=metrics/mapred/jobtracker/running_maps[1351213550,1351217148,60],metrics/mapred/jobtracker/running_reduces[1351213550,1351217148,60],metrics/mapred/jobtracker/waiting_maps[1351213550,1351217148,60],metrics/mapred/jobtracker/waiting_reduces[1351213550,1351217148,60]",
+  "href" : "http://ambari/clusters/SrimanthAmbari/services/MAPREDUCE/components/JOBTRACKER?fields=metrics/mapred/jobtracker/running_maps[1351213550,1351217148,60],metrics/mapred/jobtracker/running_reduces[1351213550,1351217148,60],metrics/mapred/jobtracker/waiting_maps[1351213550,1351217148,60],metrics/mapred/jobtracker/waiting_reduces[1351213550,1351217148,60]",
   "metrics" : {
     "mapred" : {
       "jobtracker" : {

Modified: incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/mapreduce/jobs_status.json
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/mapreduce/jobs_status.json?rev=1403138&r1=1403137&r2=1403138&view=diff
==============================================================================
--- incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/mapreduce/jobs_status.json (original)
+++ incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/mapreduce/jobs_status.json Mon Oct 29 01:11:09 2012
@@ -1,5 +1,5 @@
 {
-  "href" : "http://ec2-23-22-183-40.compute-1.amazonaws.com:9998/clusters/SrimanthAmbari/services/MAPREDUCE/components/JOBTRACKER?fields=metrics/mapred/jobtracker/jobs_completed[1351213550,1351217148,60],metrics/mapred/jobtracker/jobs_preparing[1351213550,1351217148,60],metrics/mapred/jobtracker/jobs_failed[1351213550,1351217148,60],metrics/mapred/jobtracker/jobs_submitted[1351213550,1351217148,60],metrics/mapred/jobtracker/jobs_failed[1351213550,1351217148,60],metrics/mapred/jobtracker/jobs_running[1351213550,1351217148,60]",
+  "href" : "http://ambari/clusters/SrimanthAmbari/services/MAPREDUCE/components/JOBTRACKER?fields=metrics/mapred/jobtracker/jobs_completed[1351213550,1351217148,60],metrics/mapred/jobtracker/jobs_preparing[1351213550,1351217148,60],metrics/mapred/jobtracker/jobs_failed[1351213550,1351217148,60],metrics/mapred/jobtracker/jobs_submitted[1351213550,1351217148,60],metrics/mapred/jobtracker/jobs_failed[1351213550,1351217148,60],metrics/mapred/jobtracker/jobs_running[1351213550,1351217148,60]",
   "metrics" : {
     "mapred" : {
       "jobtracker" : {

Modified: incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/mapreduce/jvm_heap.json
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/mapreduce/jvm_heap.json?rev=1403138&r1=1403137&r2=1403138&view=diff
==============================================================================
--- incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/mapreduce/jvm_heap.json (original)
+++ incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/mapreduce/jvm_heap.json Mon Oct 29 01:11:09 2012
@@ -1,12 +1,12 @@
 {
-  "href" : "http://ec2-23-22-183-40.compute-1.amazonaws.com:9998/clusters/SrimanthAmbari/hosts/ip-10-224-3-23.ec2.internal/host_components/JOBTRACKER?fields=metrics/jvm/memNonHeapUsedM[1351213550,1351217148,60],metrics/jvm/memNonHeapCommittedM[1351213550,1351217148,60],metrics/jvm/memHeapUsedM[1351213550,1351217148,60],metrics/jvm/memHeapCommittedM[1351213550,1351217148,60]",
+  "href" : "http://ambari/clusters/SrimanthAmbari/hosts/hostname/host_components/JOBTRACKER?fields=metrics/jvm/memNonHeapUsedM[1351213550,1351217148,60],metrics/jvm/memNonHeapCommittedM[1351213550,1351217148,60],metrics/jvm/memHeapUsedM[1351213550,1351217148,60],metrics/jvm/memHeapCommittedM[1351213550,1351217148,60]",
   "HostRoles" : {
     "cluster_name" : "SrimanthAmbari",
     "component_name" : "JOBTRACKER",
-    "host_name" : "ip-10-224-3-23.ec2.internal"
+    "host_name" : "hostname"
   },
   "host" : {
-    "href" : "http://ec2-23-22-183-40.compute-1.amazonaws.com:9998/clusters/SrimanthAmbari/hosts/ip-10-224-3-23.ec2.internal"
+    "href" : "http://ambari/clusters/SrimanthAmbari/hosts/hostname"
   },
   "metrics" : {
     "jvm" : {

Modified: incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/mapreduce/jvm_threads.json
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/mapreduce/jvm_threads.json?rev=1403138&r1=1403137&r2=1403138&view=diff
==============================================================================
--- incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/mapreduce/jvm_threads.json (original)
+++ incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/mapreduce/jvm_threads.json Mon Oct 29 01:11:09 2012
@@ -1,12 +1,12 @@
 {
-  "href" : "http://ec2-23-22-183-40.compute-1.amazonaws.com:9998/clusters/SrimanthAmbari/hosts/ip-10-224-3-23.ec2.internal/host_components/JOBTRACKER?fields=metrics/jvm/threadsRunnable[1351213550,1351217148,60],metrics/jvm/threadsBlocked[1351213550,1351217148,60],metrics/jvm/threadsWaiting[1351213550,1351217148,60],metrics/jvm/threadsTimedWaiting[1351213550,1351217148,60]",
+  "href" : "http://ambari/clusters/SrimanthAmbari/hosts/hostname/host_components/JOBTRACKER?fields=metrics/jvm/threadsRunnable[1351213550,1351217148,60],metrics/jvm/threadsBlocked[1351213550,1351217148,60],metrics/jvm/threadsWaiting[1351213550,1351217148,60],metrics/jvm/threadsTimedWaiting[1351213550,1351217148,60]",
   "HostRoles" : {
     "cluster_name" : "SrimanthAmbari",
     "component_name" : "JOBTRACKER",
-    "host_name" : "ip-10-224-3-23.ec2.internal"
+    "host_name" : "hostname"
   },
   "host" : {
-    "href" : "http://ec2-23-22-183-40.compute-1.amazonaws.com:9998/clusters/SrimanthAmbari/hosts/ip-10-224-3-23.ec2.internal"
+    "href" : "http://ambari/clusters/SrimanthAmbari/hosts/hostname"
   },
   "metrics" : {
     "jvm" : {

Modified: incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/mapreduce/map_slots.json
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/mapreduce/map_slots.json?rev=1403138&r1=1403137&r2=1403138&view=diff
==============================================================================
--- incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/mapreduce/map_slots.json (original)
+++ incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/mapreduce/map_slots.json Mon Oct 29 01:11:09 2012
@@ -1,5 +1,5 @@
 {
-  "href" : "http://ec2-23-22-183-40.compute-1.amazonaws.com:9998/clusters/SrimanthAmbari/services/MAPREDUCE/components/JOBTRACKER?fields=metrics/mapred/jobtracker/occupied_map_slots[1351213550,1351217148,60],metrics/mapred/jobtracker/reserved_map_slots[1351213550,1351217148,60]",
+  "href" : "http://ambari/clusters/SrimanthAmbari/services/MAPREDUCE/components/JOBTRACKER?fields=metrics/mapred/jobtracker/occupied_map_slots[1351213550,1351217148,60],metrics/mapred/jobtracker/reserved_map_slots[1351213550,1351217148,60]",
   "metrics" : {
     "mapred" : {
       "jobtracker" : {

Modified: incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/mapreduce/reduce_slots.json
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/mapreduce/reduce_slots.json?rev=1403138&r1=1403137&r2=1403138&view=diff
==============================================================================
--- incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/mapreduce/reduce_slots.json (original)
+++ incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/mapreduce/reduce_slots.json Mon Oct 29 01:11:09 2012
@@ -1,5 +1,5 @@
 {
-  "href" : "http://ec2-23-22-183-40.compute-1.amazonaws.com:9998/clusters/SrimanthAmbari/services/MAPREDUCE/components/JOBTRACKER?fields=metrics/mapred/jobtracker/occupied_reduce_slots[1351213550,1351217148,60],metrics/mapred/jobtracker/reserved_reduce_slots[1351213550,1351217148,60]",
+  "href" : "http://ambari/clusters/SrimanthAmbari/services/MAPREDUCE/components/JOBTRACKER?fields=metrics/mapred/jobtracker/occupied_reduce_slots[1351213550,1351217148,60],metrics/mapred/jobtracker/reserved_reduce_slots[1351213550,1351217148,60]",
   "metrics" : {
     "mapred" : {
       "jobtracker" : {

Modified: incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/mapreduce/rpc.json
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/mapreduce/rpc.json?rev=1403138&r1=1403137&r2=1403138&view=diff
==============================================================================
--- incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/mapreduce/rpc.json (original)
+++ incubator/ambari/branches/AMBARI-666/ambari-web/app/assets/data/services/metrics/mapreduce/rpc.json Mon Oct 29 01:11:09 2012
@@ -1,12 +1,12 @@
 {
-  "href" : "http://ec2-23-22-183-40.compute-1.amazonaws.com:9998/clusters/SrimanthAmbari/hosts/ip-10-224-3-23.ec2.internal/host_components/JOBTRACKER?fields=metrics/rpc/RpcQueueTime_avg_time[1351213550,1351217148,60]",
+  "href" : "http://ambari/clusters/SrimanthAmbari/hosts/hostname/host_components/JOBTRACKER?fields=metrics/rpc/RpcQueueTime_avg_time[1351213550,1351217148,60]",
   "HostRoles" : {
     "cluster_name" : "SrimanthAmbari",
     "component_name" : "JOBTRACKER",
-    "host_name" : "ip-10-224-3-23.ec2.internal"
+    "host_name" : "hostname"
   },
   "host" : {
-    "href" : "http://ec2-23-22-183-40.compute-1.amazonaws.com:9998/clusters/SrimanthAmbari/hosts/ip-10-224-3-23.ec2.internal"
+    "href" : "http://ambari/clusters/SrimanthAmbari/hosts/hostname"
   },
   "metrics" : {
     "rpc" : {