aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst/pom.xml
diff options
context:
space:
mode:
authorThomas Graves <tgraves@apache.org>2014-03-28 23:09:29 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-03-28 23:09:29 -0700
commit3738f24421d6f3bd10e5ef9ebfc10f702a5cb7ac (patch)
tree33150f2fbcb59af72d7a3329f258922be1f5b301 /sql/catalyst/pom.xml
parent75d46be5d61fb92a6db2efb9e3a690716ef521d3 (diff)
downloadspark-3738f24421d6f3bd10e5ef9ebfc10f702a5cb7ac.tar.gz
spark-3738f24421d6f3bd10e5ef9ebfc10f702a5cb7ac.tar.bz2
spark-3738f24421d6f3bd10e5ef9ebfc10f702a5cb7ac.zip
SPARK-1345 adding missing dependency on avro for hadoop 0.23 to the new ...
...sql pom files Author: Thomas Graves <tgraves@apache.org> Closes #263 from tgravescs/SPARK-1345 and squashes the following commits: b43a2a0 [Thomas Graves] SPARK-1345 adding missing dependency on avro for hadoop 0.23 to the new sql pom files
Diffstat (limited to 'sql/catalyst/pom.xml')
-rw-r--r--sql/catalyst/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/sql/catalyst/pom.xml b/sql/catalyst/pom.xml
index 740f1fdc83..0edce55a93 100644
--- a/sql/catalyst/pom.xml
+++ b/sql/catalyst/pom.xml
@@ -31,6 +31,18 @@
<name>Spark Project Catalyst</name>
<url>http://spark.apache.org/</url>
+ <profiles>
+ <profile>
+ <id>yarn-alpha</id>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.avro</groupId>
+ <artifactId>avro</artifactId>
+ </dependency>
+ </dependencies>
+ </profile>
+ </profiles>
+
<dependencies>
<dependency>
<groupId>org.apache.spark</groupId>