aboutsummaryrefslogtreecommitdiff
path: root/repl
diff options
context:
space:
mode:
authorJey Kottalam <jey@cs.berkeley.edu>2013-09-06 10:35:15 -0700
committerJey Kottalam <jey@cs.berkeley.edu>2013-09-06 11:31:16 -0700
commit30a32c83354615130d8b43377a015d573202de18 (patch)
tree3a7558787399d3dfd3f57d0b91a29d31d8d6ae89 /repl
parent70661246fd5d3f3daa90404728b4e98acf57e11d (diff)
downloadspark-30a32c83354615130d8b43377a015d573202de18.tar.gz
spark-30a32c83354615130d8b43377a015d573202de18.tar.bz2
spark-30a32c83354615130d8b43377a015d573202de18.zip
Minor YARN build cleanups
Diffstat (limited to 'repl')
-rw-r--r--repl/pom.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/repl/pom.xml b/repl/pom.xml
index a1c87d7618..3123b37780 100644
--- a/repl/pom.xml
+++ b/repl/pom.xml
@@ -131,16 +131,4 @@
</plugin>
</plugins>
</build>
- <profiles>
- <profile>
- <id>hadoop2-yarn</id>
- <dependencies>
- <dependency>
- <groupId>org.apache.spark</groupId>
- <artifactId>spark-yarn</artifactId>
- <version>${project.version}</version>
- </dependency>
- </dependencies>
- </profile>
- </profiles>
</project>