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 2017/02/17 22:26:44 UTC

[jira] [Updated] (HIVE-15953) better error messages for LLAP registry properties

     [ https://issues.apache.org/jira/browse/HIVE-15953?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sergey Shelukhin updated HIVE-15953:
------------------------------------
    Attachment: HIVE-15953.patch

[~prasanth_j] [~rajesh.balamohan] can you take a look? tiny patch

> better error messages for LLAP registry properties
> --------------------------------------------------
>
>                 Key: HIVE-15953
>                 URL: https://issues.apache.org/jira/browse/HIVE-15953
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Sergey Shelukhin
>         Attachments: HIVE-15953.patch
>
>
> {noformat}
>       int memory = Integer.parseInt(srv.get(ConfVars.LLAP_DAEMON_MEMORY_PER_INSTANCE_MB.varname));
>       int vCores = Integer.parseInt(srv.get(ConfVars.LLAP_DAEMON_NUM_EXECUTORS.varname));
>     {noformat}
> Needs to provide a useful error message when it fails because the config is bad. There may be other similar places.



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