InterviewSolution
Saved Bookmarks
| 1. |
What is the significance of the lineset hive.mapred.mode = strict; |
|
Answer» It sets the mapreduce jobs to strict mode.By which the queries on partitioned tables can not run without a WHERE clause. This prevents very large job running for long time. |
|