This is an automated email from the ASF dual-hosted git repository.
kgyrtkirk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git
The following commit(s) were added to refs/heads/master by this push:
new 6b62a96 HIVE-21889: Add reexecution configuration keys to the
whitelist (Zoltan Haindrich reviewed by Laszlo Bodor)
6b62a96 is described below
commit 6b62a96e2a35e47f4a5b2c69713c6d771c1ae00d
Author: Zoltan Haindrich <[email protected]>
AuthorDate: Thu Jun 20 08:42:04 2019 +0200
HIVE-21889: Add reexecution configuration keys to the whitelist (Zoltan
Haindrich reviewed by Laszlo Bodor)
Signed-off-by: Zoltan Haindrich <[email protected]>
---
common/src/java/org/apache/hadoop/hive/conf/HiveConf.java | 2 ++
1 file changed, 2 insertions(+)
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 5c58eb6..e50ff99 100644
--- a/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java
+++ b/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java
@@ -5756,6 +5756,8 @@ public class HiveConf extends Configuration {
"hive\\.strict\\..*",
"hive\\.tez\\..*",
"hive\\.vectorized\\..*",
+ "hive\\.query\\.reexecution\\..*",
+ "reexec\\.overlay\\..*",
"fs\\.defaultFS",
"ssl\\.client\\.truststore\\.location",
"distcp\\.atomic",