Description
Static cube related jars can be loaded in system classpath of lens whenever a cube/db is accessed. These jars would be the jars required to load serde, storage of the underlying tables in db. Right now, these are getting loaded are session auxiliary jars, we need to separate session auxiliary jars with cube related jars.
This however need to be done as an extension where it should be possible to drop jars in some ext/ folder and they are considered, as opposed to bundling this as part of the lens system.
System should degrade to requiring the jars in session, if the required jars are missing in ext/
Attachments
Issue Links
- relates to
-
LENS-336 Add all aux jars in one go
- Resolved