Thanks for sharing the workaround.
Probably send a PR on tranquilizer github :-)
On Fri, Apr 1, 2016 at 12:50 PM, Marcelo Oikawa wrote:
> Hi, list.
>
> Just to close the thread. Unfortunately, I didnt solve the jackson lib
> problem but I did a workaround that works fine for me. Perhaps this he
Hi, list.
Just to close the thread. Unfortunately, I didnt solve the jackson lib
problem but I did a workaround that works fine for me. Perhaps this help
another one.
The problem raised from this line when I try to create tranquilizer object
(used to connect to Druid) using this utility *fromConf
> Please exclude jackson-databind - that was where the AnnotationMap class
> comes from.
>
I tried as you suggest but i getting the same error. Seems strange because
when I see the generated jar there is nothing related as AnnotationMap but
there is a databind there.
>
> On Thu, Mar 31, 2016
Please exclude jackson-databind - that was where the AnnotationMap class
comes from.
On Thu, Mar 31, 2016 at 11:37 AM, Marcelo Oikawa <
marcelo.oik...@webradar.com> wrote:
> Hi, Alonso.
>
> As you can see jackson-core is provided by several libraries, try to
>> exclude it from spark-core, i think
Hi, Alonso.
As you can see jackson-core is provided by several libraries, try to
> exclude it from spark-core, i think the minor version is included within
> it.
>
There is no more than one jackson-core provides by spark-core. There are
jackson-core and jackson-core-asl but are differents artifac
As you can see jackson-core is provided by several libraries, try to
exclude it from spark-core, i think the minor version is included within
it.
Use this guide to see how to do it:
https://maven.apache.org/guides/introduction/introduction-to-optional-and-excludes-dependencies.html
Alonso Isid
Hey, Alonso.
here is the output:
[INFO] spark-processor:spark-processor-druid:jar:1.0-SNAPSHOT
[INFO] +- org.apache.spark:spark-streaming_2.10:jar:1.6.1:provided
[INFO] | +- org.apache.spark:spark-core_2.10:jar:1.6.1:provided
[INFO] | | +- org.apache.avro:avro-mapred:jar:hadoop2:1.7.7:provided
Run mvn dependency:tree and print the output here, i suspect that jackson
library is included within more than one dependency.
Alonso Isidoro Roman.
Mis citas preferidas (de hoy) :
"Si depurar es el proceso de quitar los errores de software, entonces
programar debe ser el proceso de introducirlos
Hey, Ted
2.4.4
>
> Looks like Tranquility uses different version of jackson.
>
> How do you build your jar ?
>
I'm building a jar with dependencies using the maven assembly plugin. Below
is all jackson's dependencies:
[INFO]
com.fasterxml.jackson.module:jackson-module-scala_2.10:jar:2.4.5:co
Spark 1.6.1 uses this version of jackson:
2.4.4
Looks like Tranquility uses different version of jackson.
How do you build your jar ?
Consider using maven-shade-plugin to resolve the conflict if you use maven.
Cheers
On Thu, Mar 31, 2016 at 9:50 AM, Marcelo Oikawa wrote:
> Hi, list.
>
>
10 matches
Mail list logo