Thanks Leonard and Jark. Here is my repo for your repro: https://bitbucket.org/jiangok/flink-playgrounds/src/0d242a51f02083711218d3810267117e6ce4260c/table-walkthrough/pom.xml#lines-131. As you can see, my pom.xml has already added flink-avro and avro dependencies.
You can run this repro by: git clone g...@bitbucket.org:jiangok/flink-playgrounds.git cd flink-playgrounds/table-walkthrough . scripts/ops.sh # this script has some helper commands. rebuild # this will build artifacts, docker and run. log jobmanager # this will print job manager log which has the exception. Appreciate very much for your help! table-walkthrough On Sun, Jul 12, 2020 at 8:00 PM Leonard Xu <xbjt...@gmail.com> wrote: > Hi, Jiang > > Is there a uber jar or a list of runtime dependencies so that developers can > easily make the above example of Flink SQL for avro work? Thanks. > > > The dependency list for using Avro in Flink SQL is simple and has not a > uber jar AFAIK, we only need to add `flink-avro` and `avro` dependency, the > `avro` dependency is mannaged which means you do not need to add it if your > dependency list has contained a `avro` dependency. I wrote a simple > demo[1], hope it can help you. > > Best, > Leonard Xu > [1] > https://github.com/leonardBang/flink-sql-etl/blob/master/sql-avro/pom.xml#L32 > > > > > -- Create your own email signature <https://www.wisestamp.com/signature-in-email/?utm_source=promotion&utm_medium=signature&utm_campaign=create_your_own&srcid=5234462839406592>