Closed
Description
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
Labels
No labels