When trying to submit a index_hadoop job to a HDP 2.4 cluster, I get the following error:
Error: class com.fasterxml.jackson.datatype.guava.deser.HostAndPortDeserializer overrides final method deserialize
From looking around, it seems to be a jackson version incomparability issue referenced by #1356.
I've tried building from source with an older version of jackson (2.3.2), but this fails to compile.
Is there a decent workaround for this issue?
When trying to submit a index_hadoop job to a HDP 2.4 cluster, I get the following error:
From looking around, it seems to be a jackson version incomparability issue referenced by #1356.
I've tried building from source with an older version of jackson (2.3.2), but this fails to compile.
Is there a decent workaround for this issue?