0 votes
in Hive by

What is the significance of the line set hive.mapred.mode = strict;

1 Answer

0 votes
by

Basically, in strict mode, it sets the MapReduce jobs. So, by which the queries on partitioned tables cannot run without a WHERE clause. Hence, it prevents very large job running for a long time.

...