[ https://issues.apache.org/jira/browse/SPARK-5466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Patrick Wendell resolved SPARK-5466. ------------------------------------ Resolution: Fixed Fix Version/s: 1.3.0 Assignee: Marcelo Vanzin Thanks [~vanzin] for quickly fixing this! > 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 > Components: Build > Affects Versions: 1.3.0 > Reporter: Jian Zhou > Assignee: Marcelo Vanzin > Priority: Blocker > Fix For: 1.3.0 > > > 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-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org