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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Shang Yuanchun (Jira)
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)