1
0

[HUDI-1419] Add base implementation for hudi java client (#2286)

This commit is contained in:
Shen Hong
2020-12-20 11:25:27 +08:00
committed by GitHub
parent 33d338f392
commit e4e2fbc3bb
23 changed files with 2117 additions and 1 deletions

View File

@@ -133,6 +133,12 @@
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.hudi</groupId>
<artifactId>hudi-java-client</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.hudi</groupId>
<artifactId>hudi-spark-client</artifactId>