Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 1.1.0
-
Fix Version/s: 1.2.0
-
Component/s: Command-line Interface
-
Labels:None
Description
In order to be able to connect to the Hive MetaStore in the setup task, Kite CLI currently adds the entire Hive lib directory to the distributed cache, using TaskUtil.ConfigBuilder#addJarPathForClass(Class<?>) with HiveConf. This adds more dependencies than necessary and in some cases pulls in dependencies that conflict with one another because multiple versions of the same jar are in a directory.
Attachments
Issue Links
- links to