Configuring Strict Mode in Apache Hive

Apache Hive previously used the global parameter hive.mapred.mode to enable or disable strict mode. Setting this parameter to strict would enforce rules like requiring partition filters for queries on partitioned tables. In Hive 3.1.3, this coarse-grained parameter is deprecated. The new approach uses specific, granular parameters for different ...

Posted on Tue, 16 Jun 2026 17:14:46 +0000 by martinstan

Inspecting Current Configuration Settings in Hive

Hive configuration parameters directly influence the behavior of querry execution and resource management. Familiarity with the current runtime settings is essential for performance tuning and debugging. Categories of Hive Configuration Settings are generally grouped into two types based on when they take effect. Permanent configuration require ...

Posted on Mon, 11 May 2026 03:24:50 +0000 by prometheos