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 2016/01/10 11:36:05 UTC

spark git commit: [SPARK-12736][CORE][DEPLOY] Standalone Master cannot be started due t…

Repository: spark
Updated Branches:
  refs/heads/master 5b0d54433 -> b78e028e3


[SPARK-12736][CORE][DEPLOY] Standalone Master cannot be started due t…

…o NoClassDefFoundError: org/spark-project/guava/collect/Maps

/cc srowen rxin

Author: Jacek Laskowski <ja...@japila.pl>

Closes #10674 from jaceklaskowski/SPARK-12736.


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

Branch: refs/heads/master
Commit: b78e028e37193a4e27b012f0b3c8343d850c5674
Parents: 5b0d544
Author: Jacek Laskowski <ja...@japila.pl>
Authored: Sun Jan 10 10:36:01 2016 +0000
Committer: Sean Owen <so...@cloudera.com>
Committed: Sun Jan 10 10:36:01 2016 +0000

----------------------------------------------------------------------
 network/common/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/b78e028e/network/common/pom.xml
----------------------------------------------------------------------
diff --git a/network/common/pom.xml b/network/common/pom.xml
index 92ca004..eda2b73 100644
--- a/network/common/pom.xml
+++ b/network/common/pom.xml
@@ -55,6 +55,7 @@
     <dependency>
       <groupId>com.google.guava</groupId>
       <artifactId>guava</artifactId>
+      <scope>compile</scope>
     </dependency>
 
     <!-- Test dependencies -->


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