[ https://issues.apache.org/jira/browse/HIVE-6173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13872962#comment-13872962 ]
Prasad Mujumdar commented on HIVE-6173: --------------------------------------- Hive supports a config parameter hive.conf.restricted.list for that purpose. It's a comma separated list of configs that can't be changed by users. Currently its empty by default, just restrict.list itself is implicitly added to it. > Beeline doesn't accept --hiveconf option as Hive CLI does > --------------------------------------------------------- > > Key: HIVE-6173 > URL: https://issues.apache.org/jira/browse/HIVE-6173 > Project: Hive > Issue Type: Improvement > Components: CLI > Affects Versions: 0.10.0, 0.11.0, 0.12.0 > Reporter: Xuefu Zhang > Assignee: Xuefu Zhang > Attachments: HIVE-6173.patch > > > {code} > > beeline -u jdbc:hive2:// --hiveconf a=b > Usage: java org.apache.hive.cli.beeline.BeeLine > {code} > Since Beeline is replacing Hive CLI, it should support this command line > option as well. -- This message was sent by Atlassian JIRA (v6.1.5#6160)