aboutsummaryrefslogtreecommitdiff
path: root/sql/core/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/core/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/core/pom.xml')
-rw-r--r--sql/core/pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/sql/core/pom.xml b/sql/core/pom.xml
index e367edfb1f..85580ed6b8 100644
--- a/sql/core/pom.xml
+++ b/sql/core/pom.xml
@@ -30,6 +30,17 @@
<packaging>jar</packaging>
<name>Spark Project SQL</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>