You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ma...@apache.org on 2015/02/06 23:27:25 UTC

spark git commit: [HOTFIX] Fix the maven build after adding sqlContext to spark-shell

Repository: spark
Updated Branches:
  refs/heads/master 5687bab8f -> 57961567e


[HOTFIX] Fix the maven build after adding sqlContext to spark-shell

Follow up to #4387 to fix the build break.

Author: Michael Armbrust <mi...@databricks.com>

Closes #4443 from marmbrus/fixMaven and squashes the following commits:

1eeba7d [Michael Armbrust] try again
7f5fb15 [Michael Armbrust] [HOTFIX] Fix the maven build after adding sqlContext to spark-shell


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

Branch: refs/heads/master
Commit: 57961567ef104efb3174e67d762c5d9d6263b800
Parents: 5687bab
Author: Michael Armbrust <mi...@databricks.com>
Authored: Fri Feb 6 14:27:06 2015 -0800
Committer: Michael Armbrust <mi...@databricks.com>
Committed: Fri Feb 6 14:27:06 2015 -0800

----------------------------------------------------------------------
 repl/pom.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/57961567/repl/pom.xml
----------------------------------------------------------------------
diff --git a/repl/pom.xml b/repl/pom.xml
index bd39b90..3d4adf8 100644
--- a/repl/pom.xml
+++ b/repl/pom.xml
@@ -66,7 +66,6 @@
       <groupId>org.apache.spark</groupId>
       <artifactId>spark-sql_${scala.binary.version}</artifactId>
       <version>${project.version}</version>
-      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.scala-lang</groupId>


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