[ https://issues.apache.org/jira/browse/LENS-336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Amareshwari Sriramadasu updated LENS-336: ----------------------------------------- Fix Version/s: (was: 2.0) 2.1 > Add all aux jars in one go > -------------------------- > > Key: LENS-336 > URL: https://issues.apache.org/jira/browse/LENS-336 > Project: Apache Lens > Issue Type: Bug > Components: server > Affects Versions: 2.1 > Reporter: Jaideep Dhok > Assignee: Jaideep Dhok > Fix For: 2.1 > > > Currently in session loader we add aux jars in a loop - > HiveSessionService.openSession > {code} > if (auxJars != null) { > LOG.info("Adding aux jars:" + auxJars); > for (String jar : auxJars) { > addResourceToAllServices(sessionid, "jar", jar); > } > } > {code} > Instead it will be more efficient if they are added at once using 'add jars' -- This message was sent by Atlassian JIRA (v6.3.4#6332)