Hi all, I’m currently trying to manage all dependencies in the Apache IoTDB project. Here for the hive integration, a dependency is used to hive-exec. Unfortunately, this simply seems to be a big fat jar of all sorts of dependencies, that we also use separately. This results in all sorts of dependencies being available twice and I would love to eliminate this.
Do you have any suggestions to how I could work without the hive-exec dependency? I have no problem with adding 10 dependencies instead. However, I spotted some shaded classes in org.apache.hive … are these available outside the hive-exec dependency? Chris