<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: ambari alert NameNode Client RPC Processing Latency status UNKNOW in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/ambari-alert-NameNode-Client-RPC-Processing-Latency-status/m-p/203951#M68767</link>
    <description>&lt;A rel="user" href="https://community.cloudera.com/users/3653/darkz1984-1.html" nodeid="3653"&gt;@darkz yu&lt;/A&gt;&lt;P&gt;Yes, that sounds right. Sorry I missed the step which would have triggered the modification of the '/etc/hadoop/conf/hadoop-metrics2.properties' file. So, is your problem fixed now?&lt;/P&gt;</description>
    <pubDate>Thu, 12 Oct 2017 03:38:32 GMT</pubDate>
    <dc:creator>avijayan</dc:creator>
    <dc:date>2017-10-12T03:38:32Z</dc:date>
    <item>
      <title>ambari alert NameNode Client RPC Processing Latency status UNKNOW</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/ambari-alert-NameNode-Client-RPC-Processing-Latency-status/m-p/203946#M68762</link>
      <description>&lt;P&gt;I upgrade ambari 2.2 to 2.5.1 recently.&lt;/P&gt;&lt;P&gt;after upgrade,I found that,some alert status is UNKNOW.&lt;/P&gt;&lt;P&gt;open an alert definition, log shows :&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;PRE&gt;Properties file doesn't contain namenode.sink.timeline.collector.hosts. Can't define metric collector hosts&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;but when I open the service tap and the metrics shows the data:&lt;/P&gt;&lt;P&gt;So I don't why.&lt;/P&gt;&lt;P&gt;And I view the configure file:/etc/hadoop/2.4.0.0-169/0/hadoop-metrics2.properties&lt;/P&gt;&lt;P&gt;it show :&lt;/P&gt;&lt;PRE&gt;datanode.sink.timeline.collector=node4.hadoop
namenode.sink.timeline.collector=node4.hadoop
resourcemanager.sink.timeline.collector=node4.hadoop
nodemanager.sink.timeline.collector=node4.hadoop
jobhistoryserver.sink.timeline.collector=node4.hadoop
journalnode.sink.timeline.collector=node4.hadoop
applicationhistoryserver.sink.timeline.collector=node4.hadoop
&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="40615-ambari-alert-unknow-metrics.png" style="width: 996px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/17240iC18F0A06F9206B50/image-size/medium?v=v2&amp;amp;px=400" role="button" title="40615-ambari-alert-unknow-metrics.png" alt="40615-ambari-alert-unknow-metrics.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="40614-ambari-alert-unknow-response.png" style="width: 572px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/17241iACBAFDC3E7596271/image-size/medium?v=v2&amp;amp;px=400" role="button" title="40614-ambari-alert-unknow-response.png" alt="40614-ambari-alert-unknow-response.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="40613-ambari-alert-unknow.png" style="width: 1185px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/17242iA1B8FD709E77EFC3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="40613-ambari-alert-unknow.png" alt="40613-ambari-alert-unknow.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Aug 2019 05:07:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/ambari-alert-NameNode-Client-RPC-Processing-Latency-status/m-p/203946#M68762</guid>
      <dc:creator>darkz1984</dc:creator>
      <dc:date>2019-08-18T05:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: ambari alert NameNode Client RPC Processing Latency status UNKNOW</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/ambari-alert-NameNode-Client-RPC-Processing-Latency-status/m-p/203947#M68763</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3653/darkz1984-1.html" nodeid="3653"&gt;@darkz yu&lt;/A&gt;&lt;BR /&gt;The Error indicates that your &lt;STRONG&gt;"/etc/hadoop/conf/hadoop-metrics2.properties"&lt;/STRONG&gt; file does not have the property with exact name as "namenode.sink.timeline.collector.hosts"&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The Example file should look like following:&lt;/P&gt;&lt;PRE&gt;# grep 'sink.timeline.collector.hosts'  /etc/hadoop/conf/hadoop-metrics2.properties
datanode.sink.timeline.collector.hosts=amb25102.example.com
resourcemanager.sink.timeline.collector.hosts=amb25102.example.com
nodemanager.sink.timeline.collector.hosts=amb25102.example.com
jobhistoryserver.sink.timeline.collector.hosts=amb25102.example.com
journalnode.sink.timeline.collector.hosts=amb25102.example.com
maptask.sink.timeline.collector.hosts=amb25102.example.com
reducetask.sink.timeline.collector.hosts=amb25102.example.com
applicationhistoryserver.sink.timeline.collector.hosts=amb25102.example.com&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Notice there is "nodemanager.sink.timeline.collector&lt;STRONG&gt;.hosts&lt;/STRONG&gt;"   (hosts) string added to those properties.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;If you have upgraded ambari from 2.2 version to ambari 2.5.1 then please double check if you have followed the Ambari Post Upgrade Steps. The Ambari Post upgrade steps involved Upgrading the Ambari Metrics Services as well like: &lt;A href="https://docs.hortonworks.com/HDPDocuments/Ambari-2.5.1.0/bk_ambari-upgrade/content/upgrade_ambari_metrics.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/Ambari-2.5.1.0/bk_ambari-upgrade/content/upgrade_ambari_metrics.html&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Other Post upgrade Steps are mentioned here : &lt;A href="https://docs.hortonworks.com/HDPDocuments/Ambari-2.5.1.0/bk_ambari-upgrade/content/post_ambari_upgrade_tasks.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/Ambari-2.5.1.0/bk_ambari-upgrade/content/post_ambari_upgrade_tasks.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Can you please share the output of the following command from AMS collector host to see if the AMS binaries were properly upgraded or not?&lt;/P&gt;&lt;PRE&gt;#  rpm -qa | grep ambari
ambari-server-2.5.1.0-159.x86_64
ambari-metrics-monitor-2.5.1.0-159.x86_64
ambari-agent-2.5.1.0-159.x86_64
ambari-metrics-hadoop-sink-2.5.1.0-159.x86_64
ambari-metrics-grafana-2.5.1.0-159.x86_64&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2017 13:37:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/ambari-alert-NameNode-Client-RPC-Processing-Latency-status/m-p/203947#M68763</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-10-03T13:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: ambari alert NameNode Client RPC Processing Latency status UNKNOW</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/ambari-alert-NameNode-Client-RPC-Processing-Latency-status/m-p/203948#M68764</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3653/darkz1984-1.html" nodeid="3653"&gt;@darkz yu&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This is a known regression fixed in Ambari 2.5.2 (https://issues.apache.org/jira/browse/AMBARI-21328)&lt;/P&gt;&lt;P&gt;To workaround, you can&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Replace the contents of the file '/var/lib/ambari-server/resources/stacks/HDP/2.0.6/hooks/before-START/templates/hadoop-metrics2.properties.j2' with content from &lt;A href="https://github.com/apache/ambari/blob/branch-2.5/ambari-server/src/main/resources/stacks/HDP/2.0.6/hooks/before-START/templates/hadoop-metrics2.properties.j2" target="_blank"&gt;https://github.com/apache/ambari/blob/branch-2.5/ambari-server/src/main/resources/stacks/HDP/2.0.6/hooks/before-START/templates/hadoop-metrics2.properties.j2&lt;/A&gt; &lt;/LI&gt;&lt;LI&gt;Restart Ambari Server.&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 04 Oct 2017 01:53:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/ambari-alert-NameNode-Client-RPC-Processing-Latency-status/m-p/203948#M68764</guid>
      <dc:creator>avijayan</dc:creator>
      <dc:date>2017-10-04T01:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: ambari alert NameNode Client RPC Processing Latency status UNKNOW</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/ambari-alert-NameNode-Client-RPC-Processing-Latency-status/m-p/203949#M68765</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/290/avijayan.html" nodeid="290"&gt;@Aravindan Vijayan&lt;/A&gt;&lt;P&gt;Let me try.&lt;/P&gt;&lt;P&gt;And however,there are some table not found error:&lt;/P&gt;&lt;PRE&gt;Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'ambari.ds_jobimpl_6' doesn't exist&lt;/PRE&gt;</description>
      <pubDate>Fri, 06 Oct 2017 11:06:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/ambari-alert-NameNode-Client-RPC-Processing-Latency-status/m-p/203949#M68765</guid>
      <dc:creator>darkz1984</dc:creator>
      <dc:date>2017-10-06T11:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: ambari alert NameNode Client RPC Processing Latency status UNKNOW</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/ambari-alert-NameNode-Client-RPC-Processing-Latency-status/m-p/203950#M68766</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/290/avijayan.html" nodeid="290"&gt;@Aravindan Vijayan&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I change the file '/var/lib/ambari-server/resources/stacks/HDP/2.0.6/hooks/before-START/templates/hadoop-metrics2.properties.j2' ,and restart ambari server and agent ,but there is no use.&lt;/P&gt;&lt;P&gt;But I change the content of /etc/hadoop/conf/hadoop-metrics2.properties and restart   ambari server and agent ,it goes ok.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2017 11:29:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/ambari-alert-NameNode-Client-RPC-Processing-Latency-status/m-p/203950#M68766</guid>
      <dc:creator>darkz1984</dc:creator>
      <dc:date>2017-10-06T11:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: ambari alert NameNode Client RPC Processing Latency status UNKNOW</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/ambari-alert-NameNode-Client-RPC-Processing-Latency-status/m-p/203951#M68767</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/3653/darkz1984-1.html" nodeid="3653"&gt;@darkz yu&lt;/A&gt;&lt;P&gt;Yes, that sounds right. Sorry I missed the step which would have triggered the modification of the '/etc/hadoop/conf/hadoop-metrics2.properties' file. So, is your problem fixed now?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 03:38:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/ambari-alert-NameNode-Client-RPC-Processing-Latency-status/m-p/203951#M68767</guid>
      <dc:creator>avijayan</dc:creator>
      <dc:date>2017-10-12T03:38:32Z</dc:date>
    </item>
  </channel>
</rss>

