Re: Provider com.fasterxml.jackson.module.jaxb.JaxbAnnotationModule not a subtype

2021-06-05 Thread Trevor Kramer
I made a merge request to fix this issue

https://github.com/apache/beam/pull/14953

On Sat, Jun 5, 2021 at 7:13 AM Ismaël Mejía  wrote:

> Hello, seems to be a known issue:
> https://issues.apache.org/jira/browse/BEAM-10430
>
> I don't know however if someone has already find a proper fix or
> workaround.
>
>
> On Fri, Jun 4, 2021 at 8:22 PM Trevor Kramer 
> wrote:
> >
> > Relating to my earlier message I sometimes get this error instead.
> >
> > java.util.ServiceConfigurationError:
> com.fasterxml.jackson.databind.Module: Provider
> com.fasterxml.jackson.module.jaxb.JaxbAnnotationModule not a subtype
> >
> > Searching google I have found some indications that this might be a
> version conflict with Jackson. I don't see how to resolve this with Python
> code. Does anyone have Beam running on Flink on EMR?
> >
> > Thanks,
> >
> > Trevor
> >
>


Re: Provider com.fasterxml.jackson.module.jaxb.JaxbAnnotationModule not a subtype

2021-06-05 Thread Ismaël Mejía
Hello, seems to be a known issue:
https://issues.apache.org/jira/browse/BEAM-10430

I don't know however if someone has already find a proper fix or workaround.


On Fri, Jun 4, 2021 at 8:22 PM Trevor Kramer  wrote:
>
> Relating to my earlier message I sometimes get this error instead.
>
> java.util.ServiceConfigurationError: com.fasterxml.jackson.databind.Module: 
> Provider com.fasterxml.jackson.module.jaxb.JaxbAnnotationModule not a subtype
>
> Searching google I have found some indications that this might be a version 
> conflict with Jackson. I don't see how to resolve this with Python code. Does 
> anyone have Beam running on Flink on EMR?
>
> Thanks,
>
> Trevor
>