aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authortgravescs <tgraves_cs@yahoo.com>2013-11-04 09:40:40 -0600
committertgravescs <tgraves_cs@yahoo.com>2013-11-04 16:16:28 -0600
commita35472e1dd2ea1b5a0b1fb6b382f5a98f5aeba5a (patch)
tree9af869314d823270e47861208d2388a6e4c5c798 /pom.xml
parentb5dc3393a586099229fcd293d96f909e596a11e6 (diff)
downloadspark-a35472e1dd2ea1b5a0b1fb6b382f5a98f5aeba5a.tar.gz
spark-a35472e1dd2ea1b5a0b1fb6b382f5a98f5aeba5a.tar.bz2
spark-a35472e1dd2ea1b5a0b1fb6b382f5a98f5aeba5a.zip
Allow spark on yarn to be run from HDFS. Allows the spark.jar, app.jar, and log4j.properties to be put into hdfs.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 53ac82efd0..edcc3b35cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -385,6 +385,12 @@
<version>3.1</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-all</artifactId>
+ <version>1.8.5</version>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>org.scalacheck</groupId>
<artifactId>scalacheck_2.9.3</artifactId>