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

[jira] [Created] (HIVE-14418) Hive config validation prevents unsetting the settings

Sergey Shelukhin created HIVE-14418:
---------------------------------------

             Summary: Hive config validation prevents unsetting the settings
                 Key: HIVE-14418
                 URL: https://issues.apache.org/jira/browse/HIVE-14418
             Project: Hive
          Issue Type: Bug
            Reporter: Sergey Shelukhin


{noformat}
hive> set hive.tez.task.scale.memory.reserve.fraction.max=;
Query returned non-zero code: 1, cause: 'SET hive.tez.task.scale.memory.reserve.fraction.max=' FAILED because hive.tez.task.scale.memory.reserve.fraction.max expects FLOAT type value.
hive> set hive.tez.task.scale.memory.reserve.fraction.max=null;
Query returned non-zero code: 1, cause: 'SET hive.tez.task.scale.memory.reserve.fraction.max=null' FAILED because hive.tez.task.scale.memory.reserve.fraction.max expects FLOAT type value.
{noformat}

unset also doesn't work.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)