This is an automated email from the ASF dual-hosted git repository.
sblackmon pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/streams.git.
from 512835f STREAMS-666: ensure rat check passes to prepare for 0.7.0
release
new c8f58e2 STREAMS-668 upgrade flink examples to latest flink version
new 76ed665 name file sink
new 132504b use newer flink file sink
new 2e4e52f don’t interfere with flink environment-level parallelism
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../twitter/provider/TwitterFollowingProvider.java | 4 +-
.../twitter/provider/TwitterTimelineProvider.java | 31 +++--
.../provider/TwitterUserInformationProvider.java | 127 +++++++++++++--------
.../TwitterUserInformationProviderTask.java | 29 ++++-
.../flink-twitter-collection/pom.xml | 26 +++--
.../apache/streams/examples/flink/FlinkBase.scala | 23 +++-
.../collection/FlinkTwitterFollowingPipeline.scala | 104 ++++++++---------
.../collection/FlinkTwitterPostsPipeline.scala | 63 +++++++---
.../collection/FlinkTwitterSpritzerPipeline.scala | 60 ++++++----
.../FlinkTwitterUserInformationPipeline.scala | 63 +++++++---
.../FollowingCollectorFlatMapFunction.scala | 52 +++++++++
.../TimelineCollectorFlatMapFunction.scala | 52 +++++++++
.../UserInformationCollectorFlatMapFunction.scala | 48 ++++++++
.../FlinkTwitterFollowingPipelineFollowersIT.conf | 3 +-
.../FlinkTwitterFollowingPipelineFriendsIT.conf | 1 +
.../resources/FlinkTwitterPostsPipelineIT.conf | 1 +
.../FlinkTwitterUserInformationPipelineIT.conf | 9 +-
.../src/test/resources/testng.xml | 24 ++--
.../FlinkTwitterFollowingPipelineFollowersIT.scala | 16 ++-
.../FlinkTwitterFollowingPipelineFriendsIT.scala | 18 +--
.../twitter/test/FlinkTwitterPostsPipelineIT.scala | 26 +++--
.../test/FlinkTwitterSpritzerPipelineIT.scala | 24 ++--
.../FlinkTwitterUserInformationPipelineIT.scala | 26 +++--
23 files changed, 595 insertions(+), 235 deletions(-)
create mode 100644
streams-examples/streams-examples-flink/flink-twitter-collection/src/main/scala/org/apache/streams/examples/flink/twitter/collection/FollowingCollectorFlatMapFunction.scala
create mode 100644
streams-examples/streams-examples-flink/flink-twitter-collection/src/main/scala/org/apache/streams/examples/flink/twitter/collection/TimelineCollectorFlatMapFunction.scala
create mode 100644
streams-examples/streams-examples-flink/flink-twitter-collection/src/main/scala/org/apache/streams/examples/flink/twitter/collection/UserInformationCollectorFlatMapFunction.scala
copy streams-examples/{streams-examples-local/elasticsearch-reindex =>
streams-examples-flink/flink-twitter-collection}/src/test/resources/testng.xml
(54%)