Hive Dynamic Insert Query Only Uses 1 Reducer out of Thousands of Reducers
This article explains one of the possible reasons caused Hive dynamic insert query to only use one reducer to do the job, out of thousands of other reducers which do no job at all. See the below Hive query that triggers dynamic partitioning insert: This query will create thousands of …