[ https://issues.apache.org/jira/browse/HIVE-14900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Thejas M Nair updated HIVE-14900: --------------------------------- Status: Open (was: Patch Available) > 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 > Attachments: 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)