[
https://issues.apache.org/jira/browse/SPARK-5466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14296482#comment-14296482
]
Patrick Wendell commented on SPARK-5466:
----------------------------------------
I sent [~vanzin] and e-mail today about this. Guess I'm not the only one seeing
it. I was using zinc on OSX... are you guys using that too? I set up a zinc
maven build on Jenkins and it worked just fine.
> Build Error caused by Guava shading in Spark
> --------------------------------------------
>
> Key: SPARK-5466
> URL: https://issues.apache.org/jira/browse/SPARK-5466
> Project: Spark
> Issue Type: Bug
> Affects Versions: 1.3.0
> Reporter: Jian Zhou
>
> Guava is shaded inside spark-core itself.
> https://github.com/apache/spark/commit/37a5e272f898e946c09c2e7de5d1bda6f27a8f39
> This causes build error in multiple components, including Graph/MLLib/SQL,
> when package com.google.common on the classpath incompatible with the version
> used when compiling Utils.class
> [error] bad symbolic reference. A signature in Utils.class refers to term util
> [error] in package com.google.common which is not available.
> [error] It may be completely missing from the current classpath, or the
> version on
> [error] the classpath might be incompatible with the version used when
> compiling Utils.class.
> [error]
> [error] while compiling:
> /spark/graphx/src/main/scala/org/apache/spark/graphx/util/BytecodeUtils.scala
> [error] during phase: erasure
> [error] library version: version 2.10.4
> [error] compiler version: version 2.10.4
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]