<?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 Flume - The Cloudera Manager Agent is not able to communicate with this role's web server in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Flume-The-Cloudera-Manager-Agent-is-not-able-to-communicate/m-p/24470#M4873</link>
    <description>&lt;P&gt;I've just install Flume service on my cluster using Cloudera Manager, 2 of my agents is working but i got 1&amp;nbsp;agent bad health with bad health&amp;nbsp;:&amp;nbsp;&lt;SPAN&gt;The Cloudera Manager Agent is not able to communicate with this role's web server.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This is the error log:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;org.apache.flume.node.PollingPropertiesFileConfigurationProvider :&amp;nbsp;Failed to load configuration data. Exception follows.&lt;BR /&gt;org.apache.flume.FlumeException: Unable to load source type: com.cloudera.flume.source.TwitterSource, class: com.cloudera.flume.source.TwitterSource&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can someone help me with this, i'm new to Flume.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Tu Nguyen&lt;/P&gt;</description>
    <pubDate>Fri, 16 Sep 2022 09:21:06 GMT</pubDate>
    <dc:creator>MabuXayda</dc:creator>
    <dc:date>2022-09-16T09:21:06Z</dc:date>
    <item>
      <title>Flume - The Cloudera Manager Agent is not able to communicate with this role's web server</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Flume-The-Cloudera-Manager-Agent-is-not-able-to-communicate/m-p/24470#M4873</link>
      <description>&lt;P&gt;I've just install Flume service on my cluster using Cloudera Manager, 2 of my agents is working but i got 1&amp;nbsp;agent bad health with bad health&amp;nbsp;:&amp;nbsp;&lt;SPAN&gt;The Cloudera Manager Agent is not able to communicate with this role's web server.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This is the error log:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;org.apache.flume.node.PollingPropertiesFileConfigurationProvider :&amp;nbsp;Failed to load configuration data. Exception follows.&lt;BR /&gt;org.apache.flume.FlumeException: Unable to load source type: com.cloudera.flume.source.TwitterSource, class: com.cloudera.flume.source.TwitterSource&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can someone help me with this, i'm new to Flume.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Tu Nguyen&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 09:21:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Flume-The-Cloudera-Manager-Agent-is-not-able-to-communicate/m-p/24470#M4873</guid>
      <dc:creator>MabuXayda</dc:creator>
      <dc:date>2022-09-16T09:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: Flume - The Cloudera Manager Agent is not able to communicate with this role's web server</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Flume-The-Cloudera-Manager-Agent-is-not-able-to-communicate/m-p/24481#M4874</link>
      <description>&lt;P&gt;It looks like you may be using an old Twitter Source which is now included standard in the apache flume distribution. &amp;nbsp;You'll need to update your source class to reflect the new location:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If your original source looks like:&lt;/P&gt;&lt;DIV&gt;TwitterAgent.sources.TwitterSource.type = com.cloudera.flume.source.TwitterSource&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Please change it to:&lt;/DIV&gt;&lt;DIV&gt;TwitterAgent.sources.TwitterSource.type=org.apache.flume.source.twitter.TwitterSource&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Mon, 09 Feb 2015 14:58:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Flume-The-Cloudera-Manager-Agent-is-not-able-to-communicate/m-p/24481#M4874</guid>
      <dc:creator>pdvorak</dc:creator>
      <dc:date>2015-02-09T14:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: Flume - The Cloudera Manager Agent is not able to communicate with this role's web server</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Flume-The-Cloudera-Manager-Agent-is-not-able-to-communicate/m-p/42405#M4875</link>
      <description>&lt;P&gt;I followed the suggestion and put the code in my flume.conf, it looks like:&lt;/P&gt;&lt;PRE&gt;TwitterAgent.sources.TwitterSource.type=org.apache.flume.source.twitter.TwitterSource
#TwitterAgent.sources.Twitter.type = com.cloudera.flume.source.TwitterSource&lt;/PRE&gt;&lt;P&gt;It prompts that there is no type for sources.Twitter&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I then modified it to:&lt;/P&gt;&lt;PRE&gt;TwitterAgent.sources.Twitter.type=org.apache.flume.source.twitter.TwitterSource
#TwitterAgent.sources.Twitter.type = com.cloudera.flume.source.TwitterSource&lt;/PRE&gt;&lt;P&gt;no more complain for " no type for sources.Twitter" but the original error appears again:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot - 2016_6_28 , 16_26_42.jpg" style="width: 600px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/1865i2289B79BACB4C9C7/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot - 2016_6_28 , 16_26_42.jpg" alt="Screenshot - 2016_6_28 , 16_26_42.jpg" /&gt;&lt;/span&gt;﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I troubleshoot and fix this error?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2016 20:28:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Flume-The-Cloudera-Manager-Agent-is-not-able-to-communicate/m-p/42405#M4875</guid>
      <dc:creator>PasLeChoix</dc:creator>
      <dc:date>2016-06-28T20:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Flume - The Cloudera Manager Agent is not able to communicate with this role's web server</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Flume-The-Cloudera-Manager-Agent-is-not-able-to-communicate/m-p/59476#M4876</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Did you fix the issue?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Aug 2017 14:25:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Flume-The-Cloudera-Manager-Agent-is-not-able-to-communicate/m-p/59476#M4876</guid>
      <dc:creator>cdhnaidu</dc:creator>
      <dc:date>2017-08-31T14:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: Flume - The Cloudera Manager Agent is not able to communicate with this role's web server</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Flume-The-Cloudera-Manager-Agent-is-not-able-to-communicate/m-p/77104#M4877</link>
      <description>thank you for your reply</description>
      <pubDate>Wed, 18 Jul 2018 16:09:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Flume-The-Cloudera-Manager-Agent-is-not-able-to-communicate/m-p/77104#M4877</guid>
      <dc:creator>TEMBAL</dc:creator>
      <dc:date>2018-07-18T16:09:19Z</dc:date>
    </item>
  </channel>
</rss>

