Re: AbstractMethodError while writing to parquet

2021-02-05 Thread Robert Metzger
why it is running with version 1.10.0 of *parquet-avro*. > But as I said, if I remove the *parquet-avro* dependency, there will be > another error. > > > > > > Best, > > Jan > > > > *Von:* Till Rohrmann > *Gesendet:* Donnerstag, 4. Februar 2021 13:52 &g

Re: AbstractMethodError while writing to parquet

2021-02-04 Thread Till Rohrmann
t; Best, > > Jan > > > > *Von:* Till Rohrmann > *Gesendet:* Donnerstag, 4. Februar 2021 10:08 > *An:* Jan Oelschlegel > *Cc:* user > *Betreff:* Re: AbstractMethodError while writing to parquet > > > > I guess it depends from where the other dependency

AW: AbstractMethodError while writing to parquet

2021-02-04 Thread Jan Oelschlegel
Rohrmann Gesendet: Donnerstag, 4. Februar 2021 10:08 An: Jan Oelschlegel Cc: user Betreff: Re: AbstractMethodError while writing to parquet I guess it depends from where the other dependency is coming. If you have multiple dependencies which conflict then you have to resolve it. One way to detect

Re: AbstractMethodError while writing to parquet

2021-02-04 Thread Till Rohrmann
he same version like at flink dependencies ? > > > > > > Best, > > Jan > > > > *Von:* Till Rohrmann > *Gesendet:* Mittwoch, 3. Februar 2021 11:41 > *An:* Jan Oelschlegel > *Cc:* user > *Betreff:* Re: AbstractMethodError while writing to parquet > &g

AW: AbstractMethodError while writing to parquet

2021-02-03 Thread Jan Oelschlegel
to lookup such conflicts manually and then choose the same version like at flink dependencies ? Best, Jan Von: Till Rohrmann Gesendet: Mittwoch, 3. Februar 2021 11:41 An: Jan Oelschlegel Cc: user Betreff: Re: AbstractMethodError while writing to parquet Hi Jan, it looks to me that you might

Re: AbstractMethodError while writing to parquet

2021-02-03 Thread Till Rohrmann
Hi Jan, it looks to me that you might have different parquet-avro dependencies on your class path. Could you make sure that you don't have different versions of the library on your classpath? Cheers, Till On Tue, Feb 2, 2021 at 3:29 PM Jan Oelschlegel < oelschle...@integration-factory.de> wrote:

AbstractMethodError while writing to parquet

2021-02-02 Thread Jan Oelschlegel
Hi at all, i'm using Flink 1.11 with the datastream api. I would like to write my results in parquet format into HDFS. Therefore i generated an Avro SpecificRecord with the avro-maven-plugin: org.apache.avro avro-maven-plugin 1.8.2