[
https://issues.apache.org/jira/browse/FLINK-20043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17230725#comment-17230725
]
Alexander Alexandrov edited comment on FLINK-20043 at 11/12/20, 4:14 PM:
-------------------------------------------------------------------------
I can verify that the following dependencies are required and not including
them will result in compile-time errors:
*
[jackson.*|https://github.com/apache/flink/blob/master/flink-connectors/flink-connector-kinesis/src/main/java/org/apache/flink/streaming/connectors/kinesis/util/AWSUtil.java#L46-L50]
*
[guava|https://github.com/apache/flink/blob/master/flink-connectors/flink-connector-kinesis/src/main/java/org/apache/flink/streaming/connectors/kinesis/FlinkKinesisProducer.java#L41-L44]
I am struggling to identify a code path that would require {{joda-time}},
though. I cannot even figure out which {{pom.xml}} declares the dependency on
{{joda-time}}.
was (Author: aalexandrov):
I can verify that the following dependencies are required and not including
them will result in compile-time errors:
*
[jackson.*|https://github.com/apache/flink/blob/master/flink-connectors/flink-connector-kinesis/src/main/java/org/apache/flink/streaming/connectors/kinesis/util/AWSUtil.java#L46-L50].
*
[guava|https://github.com/apache/flink/blob/master/flink-connectors/flink-connector-kinesis/src/main/java/org/apache/flink/streaming/connectors/kinesis/FlinkKinesisProducer.java#L41-L44]
I am struggling to identify a code path that would require {{joda-time}},
though. I cannot even figure out which {{pom.xml}} declares the dependency on
{{joda-time}}.
> Add flink-sql-connector-kinesis package
> ---------------------------------------
>
> Key: FLINK-20043
> URL: https://issues.apache.org/jira/browse/FLINK-20043
> Project: Flink
> Issue Type: Improvement
> Reporter: Alexander Alexandrov
> Assignee: Alexander Alexandrov
> Priority: Major
> Labels: pull-request-available
> Attachments: third-party-report.html
>
>
> This is a follow up item after the recent addition of [Kinesis SQL source and
> sink in PR #13770|https://github.com/apache/flink/pull/13770].
> Create a package that bundles a fat connector jar that can be used by SQL
> clients. See FLINK-11026 and the related PRs for a discussion how to do that.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)