[ 
https://issues.apache.org/jira/browse/HIVE-16076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15898373#comment-15898373
 ] 

Prasanth Jayachandran commented on HIVE-16076:
----------------------------------------------

{code}
addAuxJarsToSet(auxJars, Utilities.getResourceFiles(conf, 
SessionState.ResourceType.JAR));
{code}
These are jars added to session. Not sure if this will qualify as AUX jars. 
There is a separate config for this HIVEADDEDJARS. Should there be separate 
llap service driver option for added jars?

For the actual aux jars (not added jars), 
SessionState.get().getReloadableAuxJars() can be used.

{code}
addAuxJarsToSet(auxJars, HiveConf.getVar(conf, HiveConf.ConfVars.HIVEAUXJARS));
{code}
>From a quick look, this conf object seems to be HiveConf. If so 
>conf.getAuxJars() can be used.


> LLAP packaging - include aux libs 
> ----------------------------------
>
>                 Key: HIVE-16076
>                 URL: https://issues.apache.org/jira/browse/HIVE-16076
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Gunther Hagleitner
>            Assignee: Sergey Shelukhin
>         Attachments: HIVE-16076.01.patch, HIVE-16076.patch
>
>
> The old auxlibs (or whatever) should be packaged by default, if present.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to