aboutsummaryrefslogtreecommitdiff
path: root/repl-bin
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-bin
parent70661246fd5d3f3daa90404728b4e98acf57e11d (diff)
downloadspark-30a32c83354615130d8b43377a015d573202de18.tar.gz
spark-30a32c83354615130d8b43377a015d573202de18.tar.bz2
spark-30a32c83354615130d8b43377a015d573202de18.zip
Minor YARN build cleanups
Diffstat (limited to 'repl-bin')
-rw-r--r--repl-bin/pom.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/repl-bin/pom.xml b/repl-bin/pom.xml
index d61b36a61a..3685561501 100644
--- a/repl-bin/pom.xml
+++ b/repl-bin/pom.xml
@@ -106,16 +106,6 @@
<profiles>
<profile>
- <id>hadoop2-yarn</id>
- <dependencies>
- <dependency>
- <groupId>org.apache.spark</groupId>
- <artifactId>spark-yarn</artifactId>
- <version>${project.version}</version>
- </dependency>
- </dependencies>
- </profile>
- <profile>
<id>deb</id>
<build>
<plugins>