<?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: Activity Monitor doesn't save data in Oracle in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Activity-Monitor-doesn-t-save-data-in-Oracle/m-p/61984#M71425</link>
    <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/24737"&gt;@PSG01&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;No problem.&lt;/P&gt;&lt;P&gt;Check out this documentation for some background on where the charts data comes from:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.cloudera.com/documentation/enterprise/latest/topics/cm_dg_chart_time_series_data.html" target="_blank"&gt;https://www.cloudera.com/documentation/enterprise/latest/topics/cm_dg_chart_time_series_data.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;metrics are stored in the Host Monitor and Service Monitor.&amp;nbsp; The data used in chart building is avaiable via the tsquery&amp;nbsp;results.&amp;nbsp; The actual data is stored in leveldb files on disk (by default in /var/lib/cloudera-host-monitor and /var/lib/cloudera-service-monitor)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you wish to view the metrics in JSON format you can click on the properties icon in the chart and choose "Export JSON"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Ben&lt;/P&gt;</description>
    <pubDate>Sun, 19 Nov 2017 13:01:14 GMT</pubDate>
    <dc:creator>bgooley</dc:creator>
    <dc:date>2017-11-19T13:01:14Z</dc:date>
    <item>
      <title>Activity Monitor doesn't save data in Oracle</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Activity-Monitor-doesn-t-save-data-in-Oracle/m-p/61962#M71422</link>
      <description>&lt;P&gt;In Cloudera Mgmt Service, Activity Monitor is configured to write to Oracle database and retain data for 7 days.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can see the data in the dashboard for various metrics, but when I look in the database, the tables e.g.&amp;nbsp;cdh_monitor.cmon_act_lmv_2017_11_17 are being created, but there is no data in the tables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure why data is not being stored in these tables. And, what's the source of data for charts displayed on the dashboard?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate any help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2017 22:00:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Activity-Monitor-doesn-t-save-data-in-Oracle/m-p/61962#M71422</guid>
      <dc:creator>PSG01</dc:creator>
      <dc:date>2017-11-17T22:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: Activity Monitor doesn't save data in Oracle</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Activity-Monitor-doesn-t-save-data-in-Oracle/m-p/61982#M71423</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/24737"&gt;@PSG01&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Activity Monitor is only used if you have MapReduce1 in your cluster.&amp;nbsp; If you are utilizing only YARN for your jobs, you can remove Activity Monitor without impact as it will not be doing anything&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Ben&lt;/P&gt;</description>
      <pubDate>Sun, 19 Nov 2017 11:56:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Activity-Monitor-doesn-t-save-data-in-Oracle/m-p/61982#M71423</guid>
      <dc:creator>bgooley</dc:creator>
      <dc:date>2017-11-19T11:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: Activity Monitor doesn't save data in Oracle</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Activity-Monitor-doesn-t-save-data-in-Oracle/m-p/61983#M71424</link>
      <description>&lt;P&gt;Thank you for your response, Ben.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you point me to the source of data where chart builder fetches from?&lt;/P&gt;&lt;P&gt;e.g. this query for Cluster CPU:&lt;/P&gt;&lt;P&gt;SELECT cpu_percent_across_hosts WHERE entityName = "1" AND category = CLUSTER&lt;/P&gt;&lt;P&gt;or this one for HDFS IO:&lt;/P&gt;&lt;P&gt;SELECT total_bytes_written_rate_across_datanodes WHERE entityName = "hdfs:nameservice" AND category = SERVICE&lt;/P&gt;&lt;P&gt;These don't seem to be standard SQL stmts as&amp;nbsp;these don't include&amp;nbsp;the table name and even the "FROM" clause. I am looking to access the raw data behind these metrics and potentially gather data for additional&amp;nbsp;custom metrics that I could define on clients' requests.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 19 Nov 2017 12:36:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Activity-Monitor-doesn-t-save-data-in-Oracle/m-p/61983#M71424</guid>
      <dc:creator>PSG01</dc:creator>
      <dc:date>2017-11-19T12:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: Activity Monitor doesn't save data in Oracle</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Activity-Monitor-doesn-t-save-data-in-Oracle/m-p/61984#M71425</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/24737"&gt;@PSG01&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;No problem.&lt;/P&gt;&lt;P&gt;Check out this documentation for some background on where the charts data comes from:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.cloudera.com/documentation/enterprise/latest/topics/cm_dg_chart_time_series_data.html" target="_blank"&gt;https://www.cloudera.com/documentation/enterprise/latest/topics/cm_dg_chart_time_series_data.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;metrics are stored in the Host Monitor and Service Monitor.&amp;nbsp; The data used in chart building is avaiable via the tsquery&amp;nbsp;results.&amp;nbsp; The actual data is stored in leveldb files on disk (by default in /var/lib/cloudera-host-monitor and /var/lib/cloudera-service-monitor)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you wish to view the metrics in JSON format you can click on the properties icon in the chart and choose "Export JSON"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Ben&lt;/P&gt;</description>
      <pubDate>Sun, 19 Nov 2017 13:01:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Activity-Monitor-doesn-t-save-data-in-Oracle/m-p/61984#M71425</guid>
      <dc:creator>bgooley</dc:creator>
      <dc:date>2017-11-19T13:01:14Z</dc:date>
    </item>
  </channel>
</rss>

