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 49b8f97..1a6b534 100644 --- a/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java +++ b/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java @@ -2817,7 +2817,6 @@ private static String getSQLStdAuthDefaultWhiteListPattern() { ConfVars.HIVEENFORCESORTING.varname, ConfVars.HIVEENFORCESORTMERGEBUCKETMAPJOIN.varname, ConfVars.HIVEEXPREVALUATIONCACHE.varname, - ConfVars.HIVEGROUPBYSKEW.varname, ConfVars.HIVEHASHTABLELOADFACTOR.varname, ConfVars.HIVEHASHTABLETHRESHOLD.varname, ConfVars.HIVEIGNOREMAPJOINHINT.varname, @@ -2871,8 +2870,10 @@ private static String getSQLStdAuthDefaultWhiteListPattern() { "hive\\.exec\\.infer\\..*", "hive\\.exec\\.mode.local\\..*", "hive\\.exec\\.orc\\..*", + "hive\\.exec\\.parallel.*", "hive\\.explain\\..*", "hive\\.fetch.task\\..*", + "hive\\.groupby\\..*", "hive\\.hbase\\..*", "hive\\.index\\..*", "hive\\.index\\..*", @@ -2897,11 +2898,16 @@ private static String getSQLStdAuthDefaultWhiteListPattern() { "mapred\\.map\\..*", "mapred\\.reduce\\..*", "mapred\\.output\\.compression\\.codec", + "mapred\\.job\\.queuename", + "mapred\\.output\\.compression\\.type", + "mapred\\.min\\.split\\.size", "mapreduce\\.job\\.reduce\\.slowstart\\.completedmaps", "mapreduce\\.job\\.queuename", "mapreduce\\.input\\.fileinputformat\\.split\\.minsize", "mapreduce\\.map\\..*", "mapreduce\\.reduce\\..*", + "mapreduce\\.output\\.fileoutputformat\\.compress\\.codec", + "mapreduce\\.output\\.fileoutputformat\\.compress\\.type", "tez\\.am\\..*", "tez\\.task\\..*", "tez\\.runtime\\..*",