Re: Fenzo NoClassDefFoundError: ObjectMapper

2017-12-14 Thread Jared Stehler
No problem, thanks! -- Jared Stehler Chief Architect - Intellify Learning o: 617.701.6330 x703 > On Dec 14, 2017, at 3:59 PM, Eron Wright wrote: > > Jared, I think you're correct that the shaded `ObjectMapper` is missing. > Based on the above details and a quick look at the Fenzo code, it

Re: Fenzo NoClassDefFoundError: ObjectMapper

2017-12-14 Thread Eron Wright
Jared, I think you're correct that the shaded `ObjectMapper` is missing. Based on the above details and a quick look at the Fenzo code, it appears that this bug is expressed when you've configured some hard constraints that Mesos couldn't satisfy. Do you agree? Thanks also for suggesting a fix,

Re: Fenzo NoClassDefFoundError: ObjectMapper

2017-12-14 Thread Jared Stehler
Possibly missing an include for jackson here in the flink-mesos pom? com.google.protobuf:protobuf-java

Re: Fenzo NoClassDefFoundError: ObjectMapper

2017-12-14 Thread Jared Stehler
I see a shaded jackson class with jackson2 in the package, but none with the path shown below. -- Jared Stehler Chief Architect - Intellify Learning o: 617.701.6330 x703 > On Dec 14, 2017, at 3:05 PM, Jared Stehler > wrote: > > Getting the following error on app master startup with flink-me

Fenzo NoClassDefFoundError: ObjectMapper

2017-12-14 Thread Jared Stehler
Getting the following error on app master startup with flink-mesos 1.4.0: ExecutionException: java.lang.NoClassDefFoundError: org/apache/flink/mesos/shaded/com/fasterxml/jackson/databind/ObjectMapper at java.util.concurrent.FutureTask.report(FutureTask.java:122) at java.util.concurrent.Fu