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

2018-07-23 Thread ASF GitHub Bot (JIRA)


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

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

Github user aasyedd commented on the issue:

https://github.com/apache/flink/pull/4773
  
I am facing the following error

package com.fasterxml.jackson.databind does not exist;
Please guide me how to fix it.

Thanks.



> 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
>Priority: Major
> 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
(v7.6.3#76005)


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

2017-10-09 Thread ASF GitHub Bot (JIRA)

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

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

Github user zentol closed the pull request at:

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


> 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)


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

2017-10-09 Thread ASF GitHub Bot (JIRA)

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

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

Github user zentol commented on the issue:

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


> 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)


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

2017-10-06 Thread ASF GitHub Bot (JIRA)

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

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

Github user StephanEwen commented on the issue:

https://github.com/apache/flink/pull/4773
  
Looks good to me!


> 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)


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

2017-10-04 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/FLINK-7761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=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 
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)