You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Till Rohrmann (JIRA)" <ji...@apache.org> on 2016/06/09 11:23:20 UTC

[jira] [Created] (FLINK-4042) TwitterStream example does not work

Till Rohrmann created FLINK-4042:
------------------------------------

             Summary: TwitterStream example does not work
                 Key: FLINK-4042
                 URL: https://issues.apache.org/jira/browse/FLINK-4042
             Project: Flink
          Issue Type: Bug
          Components: Examples
    Affects Versions: 1.0.3
            Reporter: Till Rohrmann
            Priority: Minor


The {{TwitterStream}} does not work with version 1.0.3 because the {{flink-connector-twitter}} is missing the following dependencies: {{org.apache.httpcomponents:httpclient}} and {{org.apache.httpcomponents:httpcore}} 

Adding these lines to the {{pom.xml}} should fix the problem.

{code}
<inlcude>org.apache.httpcomponents:httpclient</inlcude>		
<include>org.apache.httpcomponents:httpcore</include>
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)