[HUDI-306] Support Glue catalog and other hive metastore implementations (#961)
- Support Glue catalog and other metastore implementations - Remove shading from hudi utilities bundle - Add maven profile to optionally shade hive in utilities bundle
This commit is contained in:
committed by
vinoth chandar
parent
1032fc3e54
commit
0bb5999f79
4
pom.xml
4
pom.xml
@@ -102,6 +102,10 @@
|
||||
<main.basedir>${project.basedir}</main.basedir>
|
||||
<mr.bundle.avro.scope>provided</mr.bundle.avro.scope>
|
||||
<mr.bundle.avro.shade.prefix></mr.bundle.avro.shade.prefix>
|
||||
<spark.bundle.hive.scope>provided</spark.bundle.hive.scope>
|
||||
<spark.bundle.hive.shade.prefix></spark.bundle.hive.shade.prefix>
|
||||
<utilities.bundle.hive.scope>provided</utilities.bundle.hive.scope>
|
||||
<utilities.bundle.hive.shade.prefix></utilities.bundle.hive.shade.prefix>
|
||||
</properties>
|
||||
|
||||
<scm>
|
||||
|
||||
Reference in New Issue
Block a user