You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/01/02 16:36:00 UTC

[jira] [Commented] (FLINK-8265) Missing jackson dependency for flink-mesos

    [ https://issues.apache.org/jira/browse/FLINK-8265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16308328#comment-16308328 ] 

ASF GitHub Bot commented on FLINK-8265:
---------------------------------------

Github user jaredstehler commented on the issue:

    https://github.com/apache/flink/pull/5208
  
    looks good to me, thanks!


> Missing jackson dependency for flink-mesos
> ------------------------------------------
>
>                 Key: FLINK-8265
>                 URL: https://issues.apache.org/jira/browse/FLINK-8265
>             Project: Flink
>          Issue Type: Bug
>          Components: Mesos
>    Affects Versions: 1.4.0
>            Reporter: Eron Wright 
>            Assignee: Eron Wright 
>            Priority: Critical
>             Fix For: 1.5.0, 1.4.1
>
>
> The Jackson library that is required by Fenzo is missing from the Flink distribution jar-file.
> This manifests as an exception in certain circumstances when a hard constraint is configured ("mesos.constraints.hard.hostattribute").
> {code}
> NoClassDefFoundError: org/apache/flink/mesos/shaded/com/fasterxml/jackson/databind/ObjectMapper
>     at com.netflix.fenzo.ConstraintFailure.<clinit>(ConstraintFailure.java:35)
>     at com.netflix.fenzo.AssignableVirtualMachine.findFailedHardConstraints(AssignableVirtualMachine.java:784)
>     at com.netflix.fenzo.AssignableVirtualMachine.tryRequest(AssignableVirtualMachine.java:581)
>     at com.netflix.fenzo.TaskScheduler.evalAssignments(TaskScheduler.java:796)
>     at com.netflix.fenzo.TaskScheduler.access$1500(TaskScheduler.java:70)
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)