diff --git a/packaging/hudi-flink-bundle/pom.xml b/packaging/hudi-flink-bundle/pom.xml index e21f6f771942..901201f5f3a4 100644 --- a/packaging/hudi-flink-bundle/pom.xml +++ b/packaging/hudi-flink-bundle/pom.xml @@ -36,7 +36,7 @@ 3.1.0 1.11.1 - 2.3.1 + 0.9.3 @@ -680,7 +680,7 @@ flink-bundle-shade-hive3 - 3.1.2 + compile diff --git a/pom.xml b/pom.xml index 66ef91f6f78b..c824242b4504 100644 --- a/pom.xml +++ b/pom.xml @@ -121,7 +121,7 @@ - 3.2.1 + 3.3.1 hudi-spark2 1.8.2 2.11.12 @@ -1654,6 +1654,21 @@ + + + + hive2 + + 2.3.1 + + + + hive3 + + 3.1.3 + + + diff --git a/tisInstall.sh b/tisInstall.sh index da17f011775f..3704ef7ed4f2 100644 --- a/tisInstall.sh +++ b/tisInstall.sh @@ -17,6 +17,6 @@ mvn clean deploy -P$MVN_PROFILE \ -DaltDeploymentRepository=base::default::http://localhost:8080/release } -compileAndDeploy "spark2,flink-bundle-shade-hive2" +compileAndDeploy "spark2,flink-bundle-shade-hive2,hive2" -compileAndDeploy "spark3,flink-bundle-shade-hive3" +compileAndDeploy "spark3,flink-bundle-shade-hive3,hive3"