1
0

Create hoodie-utilities-bundle to host the shaded jar

- hoodie-utilities can now be pulled in as compile time dependency
  - Lets users test their DeltaStreamer transformers for e.g
  - Tested the docker demo works & takes in the bundle
  - Doc changes to follow, to move DeltaStreamer commands to bundle jar
This commit is contained in:
Vinoth Chandar
2019-05-30 20:06:26 -07:00
committed by vinoth chandar
parent a5e2439514
commit acd74129cd
5 changed files with 501 additions and 126 deletions

View File

@@ -41,6 +41,7 @@
<module>packaging/hoodie-hive-bundle</module>
<module>packaging/hoodie-spark-bundle</module>
<module>packaging/hoodie-presto-bundle</module>
<module>packaging/hoodie-utilities-bundle</module>
<module>docker/hoodie/hadoop</module>
<module>hoodie-integ-test</module>
</modules>