You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by th...@apache.org on 2016/12/29 18:09:54 UTC

hive git commit: HIVE-14900 : fix entry for hive.exec.max.dynamic.partitions in config whitelist for sql std auth (Thejas Nair, reviewed by Daniel Dai)

Repository: hive
Updated Branches:
  refs/heads/master b558d49b0 -> fb548b27c


HIVE-14900 : fix entry for hive.exec.max.dynamic.partitions in config whitelist for sql std auth (Thejas Nair, reviewed by Daniel Dai)


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/fb548b27
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/fb548b27
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/fb548b27

Branch: refs/heads/master
Commit: fb548b27cfaf44863d03dc11493e09a0a4c03434
Parents: b558d49
Author: Thejas M Nair <th...@hortonworks.com>
Authored: Thu Dec 29 10:09:42 2016 -0800
Committer: Thejas M Nair <th...@hortonworks.com>
Committed: Thu Dec 29 10:09:42 2016 -0800

----------------------------------------------------------------------
 common/src/java/org/apache/hadoop/hive/conf/HiveConf.java          | 2 +-
 .../plugin/sqlstd/TestSQLStdHiveAccessControllerHS2.java           | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/fb548b27/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java
----------------------------------------------------------------------
diff --git a/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java b/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java
index 8bb7337..47db0c0 100644
--- a/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java
+++ b/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java
@@ -4127,7 +4127,7 @@ public class HiveConf extends Configuration {
     "hive\\.cbo\\..*",
     "hive\\.convert\\..*",
     "hive\\.exec\\.dynamic\\.partition.*",
-    "hive\\.exec\\..*\\.dynamic\\.partitions\\..*",
+    "hive\\.exec\\.max\\.dynamic\\.partitions.*",
     "hive\\.exec\\.compress\\..*",
     "hive\\.exec\\.infer\\..*",
     "hive\\.exec\\.mode.local\\..*",

http://git-wip-us.apache.org/repos/asf/hive/blob/fb548b27/ql/src/test/org/apache/hadoop/hive/ql/security/authorization/plugin/sqlstd/TestSQLStdHiveAccessControllerHS2.java
----------------------------------------------------------------------
diff --git a/ql/src/test/org/apache/hadoop/hive/ql/security/authorization/plugin/sqlstd/TestSQLStdHiveAccessControllerHS2.java b/ql/src/test/org/apache/hadoop/hive/ql/security/authorization/plugin/sqlstd/TestSQLStdHiveAccessControllerHS2.java
index 37e12e8..1bb8cf4 100644
--- a/ql/src/test/org/apache/hadoop/hive/ql/security/authorization/plugin/sqlstd/TestSQLStdHiveAccessControllerHS2.java
+++ b/ql/src/test/org/apache/hadoop/hive/ql/security/authorization/plugin/sqlstd/TestSQLStdHiveAccessControllerHS2.java
@@ -89,6 +89,7 @@ public class TestSQLStdHiveAccessControllerHS2 {
     List<String> confVarRegexList = Arrays.asList("hive.convert.join.bucket.mapjoin.tez",
         "hive.optimize.index.filter.compact.maxsize", "hive.tez.dummy", "tez.task.dummy",
         "hive.exec.dynamic.partition", "hive.exec.dynamic.partition.mode",
+        "hive.exec.max.dynamic.partitions", "hive.exec.max.dynamic.partitions.pernode",
         "oozie.HadoopAccessorService.created", "tez.queue.name");
 
     // combine two lists