<?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: java.lang.NoSuchMethodError: twitter4j.FilterQuery.setIncludeEntities(Z)Ltwitter4j/FilterQuery - flume in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/java-lang-NoSuchMethodError-twitter4j-FilterQuery/m-p/122839#M30861</link>
    <description>&lt;P&gt;This seems to be an issue due to more than one jar version available for a same class, one of that jar class doesn't have mentioned method in it therefore causing this issue.&lt;/P&gt;&lt;P&gt;Please make sure you have correct version of jar available in flume lib.&lt;/P&gt;</description>
    <pubDate>Tue, 07 Jun 2016 00:59:47 GMT</pubDate>
    <dc:creator>jyadav</dc:creator>
    <dc:date>2016-06-07T00:59:47Z</dc:date>
    <item>
      <title>java.lang.NoSuchMethodError: twitter4j.FilterQuery.setIncludeEntities(Z)Ltwitter4j/FilterQuery - flume</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/java-lang-NoSuchMethodError-twitter4j-FilterQuery/m-p/122838#M30860</link>
      <description>&lt;P&gt;
	Dear,
I have the following configuration flume already have used it before and it worked: (also Add the flume-sources-1.0-SNAPSHOT jar in the directory of jars flume)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/4789-config-flume.png"&gt;config-flume.png&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;
	The only thing that changed was update to version 1.5.2.2.4 flume and is giving me the following error.&lt;/P&gt;&lt;P&gt;
	&lt;STRONG&gt; ERROR [lifecycleSupervisor-1-2] (org.apache.flume.lifecycle.LifecycleSupervisor$MonitorRunnable.run:253)  - Unable to start EventDrivenSourceRunner: { source:com.cloudera.flume.source.TwitterSource{name:Twitter,state:IDLE} } - Exception follows.
java.lang.NoSuchMethodError: twitter4j.FilterQuery.setIncludeEntities(Z)Ltwitter4j/FilterQuery;
        at com.cloudera.flume.source.TwitterSource.start(TwitterSource.java:139)
        at org.apache.flume.source.EventDrivenSourceRunner.start(EventDrivenSourceRunner.java:44)
        at org.apache.flume.lifecycle.LifecycleSupervisor$MonitorRunnable.run(LifecycleSupervisor.java:251)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
	&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;
	&lt;STRONG&gt;
	&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;
	&lt;STRONG&gt;Please your help if someone has the same error.
Thank you
	&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;
	&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;
	&lt;STRONG&gt;	&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2016 00:37:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/java-lang-NoSuchMethodError-twitter4j-FilterQuery/m-p/122838#M30860</guid>
      <dc:creator>desk77</dc:creator>
      <dc:date>2016-06-07T00:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.NoSuchMethodError: twitter4j.FilterQuery.setIncludeEntities(Z)Ltwitter4j/FilterQuery - flume</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/java-lang-NoSuchMethodError-twitter4j-FilterQuery/m-p/122839#M30861</link>
      <description>&lt;P&gt;This seems to be an issue due to more than one jar version available for a same class, one of that jar class doesn't have mentioned method in it therefore causing this issue.&lt;/P&gt;&lt;P&gt;Please make sure you have correct version of jar available in flume lib.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2016 00:59:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/java-lang-NoSuchMethodError-twitter4j-FilterQuery/m-p/122839#M30861</guid>
      <dc:creator>jyadav</dc:creator>
      <dc:date>2016-06-07T00:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.NoSuchMethodError: twitter4j.FilterQuery.setIncludeEntities(Z)Ltwitter4j/FilterQuery - flume</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/java-lang-NoSuchMethodError-twitter4j-FilterQuery/m-p/122840#M30862</link>
      <description>&lt;P&gt;twitter4j jars included to Flume libs by default. However, twitter source from cloudera is built with another version of twitter4j framework.&lt;/P&gt;&lt;P&gt;I'd recommend to remove all *twitter4j* jars from flume_home/libs folder and add proper version (mentioned in cloudera's source pom) to aux_lib instead (along with custom source)&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2016 04:02:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/java-lang-NoSuchMethodError-twitter4j-FilterQuery/m-p/122840#M30862</guid>
      <dc:creator>bluesmix</dc:creator>
      <dc:date>2016-06-07T04:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.NoSuchMethodError: twitter4j.FilterQuery.setIncludeEntities(Z)Ltwitter4j/FilterQuery - flume</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/java-lang-NoSuchMethodError-twitter4j-FilterQuery/m-p/122841#M30863</link>
      <description>&lt;P&gt;Your suggestion helped me to over come a fortnight problem .Thanks a ton !!!&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2016 12:35:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/java-lang-NoSuchMethodError-twitter4j-FilterQuery/m-p/122841#M30863</guid>
      <dc:creator>jack0188</dc:creator>
      <dc:date>2016-06-07T12:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.NoSuchMethodError: twitter4j.FilterQuery.setIncludeEntities(Z)Ltwitter4j/FilterQuery - flume</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/java-lang-NoSuchMethodError-twitter4j-FilterQuery/m-p/122842#M30864</link>
      <description>&lt;P&gt;Thanks &lt;A rel="user" href="https://community.cloudera.com/users/6235/karthikgolagani.html" nodeid="6235"&gt;@karthik sai&lt;/A&gt;, Please accept the answer to close this thread.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2016 13:47:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/java-lang-NoSuchMethodError-twitter4j-FilterQuery/m-p/122842#M30864</guid>
      <dc:creator>jyadav</dc:creator>
      <dc:date>2016-06-07T13:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.NoSuchMethodError: twitter4j.FilterQuery.setIncludeEntities(Z)Ltwitter4j/FilterQuery - flume</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/java-lang-NoSuchMethodError-twitter4j-FilterQuery/m-p/122843#M30865</link>
      <description>&lt;P&gt;Hi i am getting same error but not getting solution can you please help me to get rid from there&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2016 18:20:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/java-lang-NoSuchMethodError-twitter4j-FilterQuery/m-p/122843#M30865</guid>
      <dc:creator>h_yadav2303</dc:creator>
      <dc:date>2016-08-26T18:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.NoSuchMethodError: twitter4j.FilterQuery.setIncludeEntities(Z)Ltwitter4j/FilterQuery - flume</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/java-lang-NoSuchMethodError-twitter4j-FilterQuery/m-p/345436#M30866</link>
      <description>&lt;P&gt;Could you please tell me what changes have you made. I am also getting same problem.&lt;/P&gt;</description>
      <pubDate>Sun, 12 Jun 2022 08:55:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/java-lang-NoSuchMethodError-twitter4j-FilterQuery/m-p/345436#M30866</guid>
      <dc:creator>PriyalPotnis</dc:creator>
      <dc:date>2022-06-12T08:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.NoSuchMethodError: twitter4j.FilterQuery.setIncludeEntities(Z)Ltwitter4j/FilterQuery - flume</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/java-lang-NoSuchMethodError-twitter4j-FilterQuery/m-p/345464#M30867</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/98526"&gt;@PriyalPotnis&lt;/a&gt;&amp;nbsp;as this is an older post, you would have a better chance of receiving a resolution by&lt;A href="“https://community.cloudera.com/t5/forums/postpage/board-id/Questions”" target="_blank"&gt; starting a new thread&lt;/A&gt;. This will also be an opportunity to provide details specific to your environment that could aid others in assisting you with a more accurate answer to your question. You can link this thread as a reference in your new post.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jun 2022 08:54:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/java-lang-NoSuchMethodError-twitter4j-FilterQuery/m-p/345464#M30867</guid>
      <dc:creator>VidyaSargur</dc:creator>
      <dc:date>2022-06-13T08:54:04Z</dc:date>
    </item>
  </channel>
</rss>

