[ 
https://issues.apache.org/jira/browse/LENS-336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rajat Khandelwal updated LENS-336:
----------------------------------
    Issue Type: Improvement  (was: Bug)

> Add all aux jars in one go
> --------------------------
>
>                 Key: LENS-336
>                 URL: https://issues.apache.org/jira/browse/LENS-336
>             Project: Apache Lens
>          Issue Type: Improvement
>          Components: server
>    Affects Versions: 2.1
>            Reporter: Jaideep Dhok
>
> 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)

Reply via email to