Skip to content

Commit c30c321

Browse files
authored
Add Avro dependency to dist pom (apache-spark-on-k8s#395)
1 parent dcd5aae commit c30c321

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dists/hadoop-palantir/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,10 @@
173173
<groupId>org.apache.spark</groupId>
174174
<artifactId>spark-sql_${scala.binary.version}</artifactId>
175175
</dependency>
176+
<dependency>
177+
<groupId>org.apache.spark</groupId>
178+
<artifactId>spark-avro_2.11</artifactId>
179+
</dependency>
176180
<dependency>
177181
<groupId>org.apache.spark</groupId>
178182
<artifactId>spark-hadoop-cloud_${scala.binary.version}</artifactId>

0 commit comments

Comments
 (0)