You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Aravindan Vijayan (JIRA)" <ji...@apache.org> on 2017/03/10 23:46:04 UTC

[jira] [Created] (AMBARI-20403) Yarn Container metrics are not being collected by AMS

Aravindan Vijayan created AMBARI-20403:
------------------------------------------

             Summary: Yarn Container metrics are not being collected by AMS	
                 Key: AMBARI-20403
                 URL: https://issues.apache.org/jira/browse/AMBARI-20403
             Project: Ambari
          Issue Type: Bug
          Components: ambari-metrics
    Affects Versions: 2.5.0
            Reporter: Aravindan Vijayan
            Assignee: Aravindan Vijayan
            Priority: Blocker
             Fix For: 2.5.0


Exception in NM logs :


{code:java}
    2017-03-07 19:14:06,143 INFO  timeline.HadoopTimelineMetricsSink (AbstractTimelineMetricsSink.java:emitMetricsJson(197)) - Unable to connect to collector, null
    This exceptions will be ignored for next 100 times
    
    2017-03-07 19:14:06,144 WARN  timeline.HadoopTimelineMetricsSink (HadoopTimelineMetricsSink.java:putMetrics(344)) - Unable to send metrics to collector by address:null
{code}


0jdbc:phoenix:localhost:2181:/ams-hbase-uns> select * from CONTAINER_METRICS order by START_TIME desc limit 10;
+------------+--------------+------------+-------------+------------+------------+------------+-----------------------+-----------------+------------------+-------------------+
|   APP_ID   | CONTAINER_ID | START_TIME | FINISH_TIME |  DURATION  |  HOSTNAME  | EXIT_CODE  | LOCALIZATION_DURATION | LAUNCH_DURATION | MEM_REQUESTED_GB | MEM_REQUESTED_GB_ |
+------------+--------------+------------+-------------+------------+------------+------------+-----------------------+-----------------+------------------+-------------------+
+------------+--------------+------------+-------------+------------+------------+------------+-----------------------+-----------------+------------------+-------------------+
No rows selected (0.505 seconds)





--
This message was sent by Atlassian JIRA
(v6.3.15#6346)