Skip to content

Commit f8f5e4c

Browse files
shubhlucksenthh
authored andcommitted
ODP-756 Included Open Table formats Hudi,Delta & Iceberg to spark jar… (#8)
1 parent 808f09a commit f8f5e4c

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

assembly/pom.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,26 @@
7474
<artifactId>spark-repl_${scala.binary.version}</artifactId>
7575
<version>${project.version}</version>
7676
</dependency>
77+
<dependency>
78+
<groupId>org.apache.spark</groupId>
79+
<artifactId>spark-avro_${scala.binary.version}</artifactId>
80+
<version>${project.version}</version>
81+
</dependency>
82+
<dependency>
83+
<groupId>io.delta</groupId>
84+
<artifactId>delta-core_${scala.binary.version}</artifactId>
85+
<version>${deltalake.version}</version>
86+
</dependency>
87+
<dependency>
88+
<groupId>org.apache.hudi</groupId>
89+
<artifactId>hudi-spark3.3-bundle_${scala.binary.version}</artifactId>
90+
<version>${hudi.version}</version>
91+
</dependency>
92+
<dependency>
93+
<groupId>org.apache.iceberg</groupId>
94+
<artifactId>iceberg-spark-runtime-3.3_${scala.binary.version}</artifactId>
95+
<version>${iceberg.version}</version>
96+
</dependency>
7797

7898
<!--
7999
Because we don't shade dependencies anymore, we need to restore Guava to compile scope so

0 commit comments

Comments
 (0)