NoClassDefFoundError javax.xml.bind.DatatypeConverterImpl

2018-12-05 Thread Mike Mintz
Hi Flink developers, We're running some new DataStream jobs on Flink 1.7.0 using the shaded Hadoop S3 file system, and running into frequent errors saving checkpoints and savepoints to S3. I'm not sure what the underlying reason for the error is, but we often fail with the following stack trace, w

Re: NoClassDefFoundError javax.xml.bind.DatatypeConverterImpl

2018-12-06 Thread Chesnay Schepler
Small correction: Flink 1.7 does not support jdk9; we only fixed some of the issues, not all of them. On 06.12.2018 07:13, Mike Mintz wrote: Hi Flink developers, We're running some new DataStream jobs on Flink 1.7.0 using the shaded Hadoop S3 file system, and running into frequent errors savi

Re: NoClassDefFoundError javax.xml.bind.DatatypeConverterImpl

2019-01-09 Thread Mike Mintz
For what it's worth, we believe are able to work around this issue by adding the following line to our flink-conf.yaml: classloader.parent-first-patterns.additional: javax.xml.;org.apache.xerces. On Thu, Dec 6, 2018 at 2:28 AM Chesnay Schepler wrote: > Small correction: Flink 1.7 does not supp