[ https://issues.apache.org/jira/browse/HIVE-14418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15448303#comment-15448303 ]
Lefty Leverenz commented on HIVE-14418: --------------------------------------- Doc note: This should be documented in the Commands and CLI wikidocs. Added a TODOC2.2.1 label. * [Commands | https://cwiki.apache.org/confluence/display/Hive/LanguageManual+Commands] * [CLI -- Hive Interactive Shell Commands | https://cwiki.apache.org/confluence/display/Hive/LanguageManual+Cli#LanguageManualCli-HiveInteractiveShellCommands] Question: Will the -d option also be added to Beeline's reset command? * [HiveServer2 Clients -- Beeline Hive Commands | https://cwiki.apache.org/confluence/display/Hive/HiveServer2+Clients#HiveServer2Clients-BeelineHiveCommands] > 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 > Assignee: Sergey Shelukhin > Labels: TODOC2.1.1 > Fix For: 2.2.0, 2.1.1 > > Attachments: HIVE-14418.01.patch, HIVE-14418.02.patch, > HIVE-14418.03.patch, HIVE-14418.04.patch, HIVE-14418.patch > > > {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)