You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Owen O'Malley (JIRA)" <ji...@apache.org> on 2017/07/26 00:04:10 UTC

[jira] [Closed] (HIVE-14900) fix entry for hive.exec.max.dynamic.partitions in config whitelist for sql std auth

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

Owen O'Malley closed HIVE-14900.
--------------------------------

> fix entry for hive.exec.max.dynamic.partitions in config whitelist for sql std auth
> -----------------------------------------------------------------------------------
>
>                 Key: HIVE-14900
>                 URL: https://issues.apache.org/jira/browse/HIVE-14900
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Thejas M Nair
>            Assignee: Thejas M Nair
>             Fix For: 2.2.0
>
>         Attachments: HIVE-14900.1.patch, HIVE-14900.1.patch, HIVE-14900.1.patch
>
>
> HiveConf.java has -
> {code}
> static final String [] sqlStdAuthSafeVarNameRegexes = new String [] {
> ...
>     "hive\\.exec\\..*\\.dynamic\\.partitions\\..*",
> {code}
> The regex doesn't work for hive.exec.max.dynamic.partitions as there is a "." at the end.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)