You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sr...@apache.org on 2015/04/15 11:24:05 UTC

spark git commit: [HOTFIX] [SPARK-6896] [SQL] fix compile error in hive-thriftserver

Repository: spark
Updated Branches:
  refs/heads/master 6be918942 -> 29aabdd6c


[HOTFIX] [SPARK-6896] [SQL] fix compile error in hive-thriftserver

SPARK-6440 #5424 import guava but did not promote guava dependency to compile level.

[INFO] compiler plugin: BasicArtifact(org.scalamacros,paradise_2.10.4,2.0.1,null)
[info] Compiling 8 Scala sources to /root/projects/spark/sql/hive-thriftserver/target/scala-2.10/classes...
[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: /root/projects/spark/sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/SparkSQLEnv.scala
[error] during phase: erasure
[error] library version: version 2.10.4
[error] compiler version: version 2.10.4
[error] reconstructed args: -deprecation -classpath

Author: Daoyuan Wang <da...@intel.com>

Closes #5507 from adrian-wang/guava and squashes the following commits:

c337dad [Daoyuan Wang] fix compile error


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/29aabdd6
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/29aabdd6
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/29aabdd6

Branch: refs/heads/master
Commit: 29aabdd6c20197adb16706823a8c7f48a0074352
Parents: 6be9189
Author: Daoyuan Wang <da...@intel.com>
Authored: Wed Apr 15 10:23:53 2015 +0100
Committer: Sean Owen <so...@cloudera.com>
Committed: Wed Apr 15 10:23:53 2015 +0100

----------------------------------------------------------------------
 sql/hive-thriftserver/pom.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/29aabdd6/sql/hive-thriftserver/pom.xml
----------------------------------------------------------------------
diff --git a/sql/hive-thriftserver/pom.xml b/sql/hive-thriftserver/pom.xml
index a96b1ff..f38c796 100644
--- a/sql/hive-thriftserver/pom.xml
+++ b/sql/hive-thriftserver/pom.xml
@@ -44,7 +44,6 @@
     <dependency>
       <groupId>com.google.guava</groupId>
       <artifactId>guava</artifactId>
-      <scope>runtime</scope>
     </dependency>
     <dependency>
       <groupId>${hive.group}</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org