aboutsummaryrefslogtreecommitdiff
path: root/yarn/alpha/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'yarn/alpha/pom.xml')
-rw-r--r--yarn/alpha/pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/yarn/alpha/pom.xml b/yarn/alpha/pom.xml
index e076ca1d44..bfe12ecec0 100644
--- a/yarn/alpha/pom.xml
+++ b/yarn/alpha/pom.xml
@@ -24,6 +24,20 @@
<relativePath>../pom.xml</relativePath>
</parent>
+ <profiles>
+ <profile>
+ <!-- SPARK-1121: SPARK-1121: Adds an explicit dependency on Avro to work around
+ a Hadoop 0.23.X issue -->
+ <id>yarn-alpha</id>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.avro</groupId>
+ <artifactId>avro</artifactId>
+ </dependency>
+ </dependencies>
+ </profile>
+ </profiles>
+
<groupId>org.apache.spark</groupId>
<artifactId>spark-yarn-alpha_2.10</artifactId>
<packaging>jar</packaging>