aboutsummaryrefslogtreecommitdiff
path: root/yarn/pom.xml
diff options
context:
space:
mode:
authorThomas Graves <tgraves@apache.org>2014-05-06 12:00:09 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-05-06 12:00:09 -0700
commit1e829905c791fbf1dfd8e0c1caa62ead7354605e (patch)
treee0cf8d483c3b4d4c1672685f690fc297aef1a762 /yarn/pom.xml
parent0a5a46811475a7accac1ed8dfefeeba9554456db (diff)
downloadspark-1e829905c791fbf1dfd8e0c1caa62ead7354605e.tar.gz
spark-1e829905c791fbf1dfd8e0c1caa62ead7354605e.tar.bz2
spark-1e829905c791fbf1dfd8e0c1caa62ead7354605e.zip
SPARK-1474: Spark on yarn assembly doesn't include AmIpFilter
We use org.apache.hadoop.yarn.server.webproxy.amfilter.AmIpFilter in spark on yarn but are not included it in the assembly jar. I tested this on yarn cluster by removing the yarn jars from the classpath and spark runs fine now. Author: Thomas Graves <tgraves@apache.org> Closes #406 from tgravescs/SPARK-1474 and squashes the following commits: 1548bf9 [Thomas Graves] SPARK-1474: Spark on yarn assembly doesn't include org.apache.hadoop.yarn.server.webproxy.amfilter.AmIpFilter
Diffstat (limited to 'yarn/pom.xml')
-rw-r--r--yarn/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/yarn/pom.xml b/yarn/pom.xml
index e009473826..6993c89525 100644
--- a/yarn/pom.xml
+++ b/yarn/pom.xml
@@ -45,6 +45,10 @@
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-yarn-server-web-proxy</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-yarn-client</artifactId>
</dependency>
<dependency>