You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/10/04 13:56:00 UTC

[jira] [Commented] (FLINK-7761) Twitter example is not self-contained

    [ https://issues.apache.org/jira/browse/FLINK-7761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16191286#comment-16191286 ] 

ASF GitHub Bot commented on FLINK-7761:
---------------------------------------

GitHub user zentol opened a pull request:

    https://github.com/apache/flink/pull/4773

    [FLINK-7761] [examples] Include shaded guava dependency in Twitter ex…

    With the introduction of flink-shaded the twitter connector no longer uses the gauva dependency shipped with Flink. The build script for the streaming examples however was not adjusted to include the connectors own shaded guava dependency, which this PR fixes.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/zentol/flink 7761

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/4773.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #4773
    
----
commit b99eeff611d8b94d978296cbfdf1a12116aec2b7
Author: zentol <ch...@apache.org>
Date:   2017-10-04T13:24:38Z

    [FLINK-7761] [examples] Include shaded guava dependency in Twitter example jar

----


> Twitter example is not self-contained
> -------------------------------------
>
>                 Key: FLINK-7761
>                 URL: https://issues.apache.org/jira/browse/FLINK-7761
>             Project: Flink
>          Issue Type: Bug
>          Components: Examples
>    Affects Versions: 1.4.0
>            Reporter: Chesnay Schepler
>            Assignee: Chesnay Schepler
>             Fix For: 1.4.0
>
>
> The Twitter example jar is not self-contained as it excludes the shaded guava dependency from the twitter connector.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)