[
https://issues.apache.org/jira/browse/HIVE-14900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Thejas M Nair updated HIVE-14900:
---------------------------------
Resolution: Fixed
Fix Version/s: 2.2.0
Status: Resolved (was: Patch Available)
Patch committed to master.
Thanks for the review Daniel!
> 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.3.4#6332)