[
https://issues.apache.org/jira/browse/FLINK-18802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dawid Wysakowicz closed FLINK-18802.
------------------------------------
Fix Version/s: 1.12.0
Release Note: The sql client jar was renamed to
flink-sql-avro-${flink.version}.jar, previously
flink-avro-${flink.version}-sql-jar.jar. Moreover it is no longer needed to add
avro dependencies manually.
Resolution: Fixed
Fixed in a6a4d169f649d193853fddb2c589820fc0004d07
> Create an uber jar when packaging flink-avro
> --------------------------------------------
>
> Key: FLINK-18802
> URL: https://issues.apache.org/jira/browse/FLINK-18802
> Project: Flink
> Issue Type: Improvement
> Components: Formats (JSON, Avro, Parquet, ORC, SequenceFile)
> Reporter: Qingsheng Ren
> Assignee: Dawid Wysakowicz
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.12.0
>
>
> Currently users have to provide dependencies such as avro, jackson-core-asl,
> jackson-mapper-asl and joda-time in the job jar for DataStream jobs, or
> manually copy them into flink/lib in SQL jobs when using avro formatting.
> It's better to generate an uber jar including these dependencies when
> packaging flink-avro module.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)