[
https://issues.apache.org/jira/browse/HIVE-8500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14177431#comment-14177431
]
Lefty Leverenz commented on HIVE-8500:
--------------------------------------
Does this need any user/admin documentation? I'm guessing not.
The wiki only mentions HIVE_AUX_JARS_PATH for HiveServer2, not for Beeline:
{code}
# To run the program in embedded mode, we need the following additional jars in
the classpath
# from hive/build/dist/lib
. . .
. . .
# as well as hive/build/dist/conf, any HIVE_AUX_JARS_PATH set,
# and hadoop jars necessary to run MR jobs (eg lzo codec)
{code}
* [HiveServer2 Clients -- Running the JDBC Sample Code |
https://cwiki.apache.org/confluence/display/Hive/HiveServer2+Clients#HiveServer2Clients-RunningtheJDBCSampleCode]
> beeline does not need to set hive.aux.jars.path
> -----------------------------------------------
>
> Key: HIVE-8500
> URL: https://issues.apache.org/jira/browse/HIVE-8500
> Project: Hive
> Issue Type: Bug
> Reporter: Mohit Sabharwal
> Assignee: Mohit Sabharwal
> Fix For: 0.15.0
>
> Attachments: HIVE-8500.patch
>
>
> Since beeline may be run from a host not running HS2, there is no reason for
> it to set hive.aux.jars.path property. Beeline doesn't need these jars, HS2
> does and should use hive.aux.jars.path property populated with jars on HS2
> host (not the ones sent over by beeline connection.)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)