[
https://issues.apache.org/jira/browse/HIVE-7553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14126447#comment-14126447
]
Ferdinand Xu commented on HIVE-7553:
------------------------------------
[~leftylev] release notes are as below:
The newly added parameter "hive.reloadable.aux.jars.path" is serving for the
complement of the previous configuration "hive.aux.jars.path". In order to
making the HiveServer2 as a service, it should not be restarted when the
auxiliary jars changed. In this JIRA, a new command "reload" with a parameter
"hive.reloadable.aux.jars.path" can be used for avoid the scheduling
maintenance window for every jar change. User can execute the reload command
via the beeline to make the HS2 aware of the changes made in the path specified
by the parameter "hive.reloadable.aux.jars.path". And the supported changes
including adding, removing or updating jar files.
> avoid the scheduling maintenance window for every jar change
> ------------------------------------------------------------
>
> Key: HIVE-7553
> URL: https://issues.apache.org/jira/browse/HIVE-7553
> Project: Hive
> Issue Type: Bug
> Components: HiveServer2
> Reporter: Ferdinand Xu
> Assignee: Ferdinand Xu
> Labels: TODOC14
> Fix For: 0.14.0
>
> Attachments: HIVE-7553.1.patch, HIVE-7553.2.patch, HIVE-7553.3.patch,
> HIVE-7553.4.patch, HIVE-7553.patch, HIVE-7553.pdf, SessionStateTest.jar.v1,
> SessionStateTest.jar.v2
>
>
> When user needs to refresh existing or add a new jar to HS2, it needs to
> restart it. As HS2 is service exposed to clients, this requires scheduling
> maintenance window for every jar change. It would be great if we could avoid
> that.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)