You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lens.apache.org by "Amareshwari Sriramadasu (JIRA)" <ji...@apache.org> on 2015/03/02 06:59:05 UTC

[jira] [Resolved] (LENS-336) Add all aux jars in one go

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

Amareshwari Sriramadasu resolved LENS-336.
------------------------------------------
       Resolution: Won't Fix
    Fix Version/s:     (was: 2.1)
         Assignee:     (was: Jaideep Dhok)

Since add jars in hive is adding them one by one for jars command as well. This is not adding much improvement.

So, resolving.

> 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
>
> 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)