[HUDI-2195] Sync Hive Failed When Execute CTAS In Spark2 And Spark3 (#3299)
This commit is contained in:
@@ -115,6 +115,8 @@
|
||||
<include>org.apache.curator:curator-client</include>
|
||||
<include>org.apache.curator:curator-recipes</include>
|
||||
<include>commons-codec:commons-codec</include>
|
||||
<include>org.json:json</include>
|
||||
<include>org.apache.calcite:calcite-core</include>
|
||||
</includes>
|
||||
</artifactSet>
|
||||
<relocations>
|
||||
@@ -367,7 +369,18 @@
|
||||
<artifactId>curator-recipes</artifactId>
|
||||
<version>${zk-curator.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- import json to fix the crash when sync meta in spark-->
|
||||
<dependency>
|
||||
<groupId>org.json</groupId>
|
||||
<artifactId>json</artifactId>
|
||||
<version>${json.version}</version>
|
||||
</dependency>
|
||||
<!-- import calcite to support hive3 & spark 3-->
|
||||
<dependency>
|
||||
<groupId>org.apache.calcite</groupId>
|
||||
<artifactId>calcite-core</artifactId>
|
||||
<version>${calcite.version}</version>
|
||||
</dependency>
|
||||
<!-- TODO: Reinvestigate PR 633 -->
|
||||
</dependencies>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user