Community Articles

Find and share helpful community-sourced technical articles.
Announcements
Celebrating as our community reaches 100,000 members! Thank you!
Labels (2)
avatar
Contributor

Customer has a Hive Query with a Group By Clause and is stuck on the last Reducer. This looks like a Reducer Skew in the Group By Clause.

You may please use the below said configuration in the Hive CLI at the session level.

Inside the Hive CLI.

set hive.groupby.skewindata=true;

<Run the Query>

677 Views