[
https://issues.apache.org/jira/browse/HIVE-13307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15200930#comment-15200930
]
Sergey Shelukhin edited comment on HIVE-13307 at 3/18/16 3:18 AM:
------------------------------------------------------------------
try {
+ hive.getMSC();
+ } catch (MetaException e) {
+ throw new HiveException(e);
+ }
should be unnecessary, that's the default. Also can the dl code be shared if
it's not too much trouble?
Nm I see static checker used. Is it supposed to always be there, regardless of
the new setting?
was (Author: sershe):
try {
+ hive.getMSC();
+ } catch (MetaException e) {
+ throw new HiveException(e);
+ }
should be unnecessary, that's the default. Also can the dl code be shared if
it's not too much trouble? Is this patch incomplete? I don't see static checker
used.
> LLAP: Slider package should contain permanent functions
> -------------------------------------------------------
>
> Key: HIVE-13307
> URL: https://issues.apache.org/jira/browse/HIVE-13307
> Project: Hive
> Issue Type: New Feature
> Components: llap
> Affects Versions: 2.1.0
> Reporter: Gopal V
> Assignee: Gopal V
> Labels: TODOC2.1
> Attachments: HIVE-13307.1.patch
>
>
> This renames a previous configuration option
> hive.llap.daemon.allow.permanent.fns ->
> hive.llap.daemon.download.permanent.fns
> and adds a new parameter for LlapDecider
> hive.llap.allow.permanent.fns
> NO PRECOMMIT TESTS
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)