From e72553accf9626ecfddeebe27ff2c9a5f33fc154 Mon Sep 17 00:00:00 2001 From: Sivabalan Narayanan Date: Sun, 23 Jan 2022 08:46:37 -0500 Subject: [PATCH] [HUDI-3262] Fixing utilities and integ test suite bundle to include hudi spark datasource (#4670) --- packaging/hudi-integ-test-bundle/pom.xml | 3 +++ packaging/hudi-utilities-bundle/pom.xml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/packaging/hudi-integ-test-bundle/pom.xml b/packaging/hudi-integ-test-bundle/pom.xml index c136909a5..b53e02aaf 100644 --- a/packaging/hudi-integ-test-bundle/pom.xml +++ b/packaging/hudi-integ-test-bundle/pom.xml @@ -59,6 +59,9 @@ META-INF/LICENSE target/classes/META-INF/LICENSE + + META-INF/services/org.apache.spark.sql.sources.DataSourceRegister + diff --git a/packaging/hudi-utilities-bundle/pom.xml b/packaging/hudi-utilities-bundle/pom.xml index f063f1b4d..1ffca7634 100644 --- a/packaging/hudi-utilities-bundle/pom.xml +++ b/packaging/hudi-utilities-bundle/pom.xml @@ -83,6 +83,9 @@ META-INF/LICENSE target/classes/META-INF/LICENSE + + META-INF/services/org.apache.spark.sql.sources.DataSourceRegister +