You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Jian Zhou (JIRA)" <ji...@apache.org> on 2015/01/29 00:06:34 UTC

[jira] [Created] (SPARK-5466) Build Error caused by Guava shading in Spark

Jian Zhou created SPARK-5466:
--------------------------------

             Summary: 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: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org