Options
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
Expert Contributor
Created on 01-25-2017 10:22 AM
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.
Comments
Contributor
Created on 02-16-2017 07:39 PM
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
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