Sergey Shelukhin created HIVE-15953:
---------------------------------------
Summary: 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
{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)