You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Sergey Shelukhin (JIRA)" <ji...@apache.org> on 2016/03/18 04:17:33 UTC

[jira] [Commented] (HIVE-13307) LLAP: Slider package should contain permanent functions

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

Sergey Shelukhin commented on HIVE-13307:
-----------------------------------------

    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)