aboutsummaryrefslogtreecommitdiff
path: root/assembly
diff options
context:
space:
mode:
authorAnkur Dave <ankurdave@gmail.com>2014-01-31 16:52:02 -0800
committerPatrick Wendell <pwendell@gmail.com>2014-01-31 16:52:02 -0800
commita8cf3ec157fc9a512421b319cfffc5e4f07cf1f3 (patch)
tree74e39e21cb1e18bf1242fd5d85e18869a6f809f9 /assembly
parentac712e48af3068672e629cec7766caae3cd77c37 (diff)
downloadspark-a8cf3ec157fc9a512421b319cfffc5e4f07cf1f3.tar.gz
spark-a8cf3ec157fc9a512421b319cfffc5e4f07cf1f3.tar.bz2
spark-a8cf3ec157fc9a512421b319cfffc5e4f07cf1f3.zip
Merge pull request #527 from ankurdave/graphx-assembly-pom
Add GraphX to assembly/pom.xml Author: Ankur Dave <ankurdave@gmail.com> == Merge branch commits == commit bb0b33ef9eb1b3d4a4fc283d9abb2ece4abcac23 Author: Ankur Dave <ankurdave@gmail.com> Date: Fri Jan 31 15:24:52 2014 -0800 Add GraphX to assembly/pom.xml
Diffstat (limited to 'assembly')
-rw-r--r--assembly/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/assembly/pom.xml b/assembly/pom.xml
index dcd9601fe4..dacae92d83 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -72,6 +72,11 @@
<version>${project.version}</version>
</dependency>
<dependency>
+ <groupId>org.apache.spark</groupId>
+ <artifactId>spark-graphx_${scala.binary.version}</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
<groupId>net.sf.py4j</groupId>
<artifactId>py4j</artifactId>
<version>0.8.1</version>