Re: [DISCUSS] Removal of twitter-inputformat

2017-06-12 Thread sblackmon
Hello, Apache Streams (incubating) maintains and publishes json-schemas and jackson-compatible POJOs for Twitter and other popular third-party APIs. http://streams.apache.org/site/0.5.1-incubating-SNAPSHOT/streams-project/streams-contrib/streams-provider-twitter/index.html We also have a reposi

Re: [DISCUSS] Removal of twitter-inputformat

2017-06-12 Thread Aljoscha Krettek
Bumpety-bump. I would be in favour or removing this: - It can be implemented as a MapFunction parser after a TextInputFormat - Additions, changes, fixes that happen on TextInputFormat are not reflected to SimpleTweetInputFormat - SimpleTweetInput format overrides nextRecord(), which is not som

[DISCUSS] Removal of twitter-inputformat

2017-06-07 Thread Chesnay Schepler
Hello, I'm proposing to remove the Twitter-InputFormat in FLINK-6710 , with an open PR you can find here . The PR currently has a +1 from Robert, but Timo raised some concerns saying that it is useful