Community Articles

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

bug (HIVE-15355) is being worked on by Hive engineering team at Hoortonworks

You can use the following workaround :

1- use "SORT BY 0" at the end of the query which will force to use one reducer , please use this only if you have a small query.

2- try to use set hive.mv.files.thread=0; before running the query.

If you have any question regarding the above, please let me know.

1,034 Views
0 Kudos
Comments

Does setting hive.mv.file.thread=0 reduce the performance of the insert query.Can you explain what does setting this configration has to do with HDP 2.5 upgrade