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 e138800e6dadd6fe76345f21eb76c906165c438d..29f841bab788d3935bb0dce36557c65d33ee4db5 100644 --- a/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java +++ b/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java @@ -334,7 +334,7 @@ public void setSparkConfigUpdated(boolean isSparkConfigUpdated) { LOCALMODEMAXINPUTFILES("hive.exec.mode.local.auto.input.files.max", 4, "When hive.exec.mode.local.auto is true, the number of tasks should less than this for local mode."), - DROPIGNORESNONEXISTENT("hive.exec.drop.ignorenonexistent", true, + DROPIGNORESNONEXISTENT("hive.exec.drop.ignorenonexistent", false, "Do not report an error if DROP TABLE/VIEW/Index/Function specifies a non-existent table/view/index/function"), HIVEIGNOREMAPJOINHINT("hive.ignore.mapjoin.hint", true, "Ignore the mapjoin hint"),