Skip to content

Azure function java worker Jackson Core 2.9.6 Dependecy #182

Closed
@albertodema

Description

@albertodema

Hi I am experiencing some blockers while trying to use (for model scoring) spark on Azure Functions.
I managed to find an exception that is basically blocking any spark operation:
com.fasterxml.jackson.databind.JsonMappingException: Incompatible Jackson version: 2.9.6
Azure Functions Java Worker has Jackson 2.9.6 as dependency and spark 2.2 cannot work with anything >2.6.
So even if I try to exclude Jackson Core 2.9 from dependencies in my function pom.xml it is in reality anyway used by the worker and this causes spark to fail.
Is there a way to have the Azure Worker to use Jackson Core 2.6?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions