From 1e829905c791fbf1dfd8e0c1caa62ead7354605e Mon Sep 17 00:00:00 2001 From: Thomas Graves Date: Tue, 6 May 2014 12:00:09 -0700 Subject: 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 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 --- yarn/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'yarn') diff --git a/yarn/pom.xml b/yarn/pom.xml index e009473826..6993c89525 100644 --- a/yarn/pom.xml +++ b/yarn/pom.xml @@ -43,6 +43,10 @@ org.apache.hadoop hadoop-yarn-common + + org.apache.hadoop + hadoop-yarn-server-web-proxy + org.apache.hadoop hadoop-yarn-client -- cgit v1.2.3