- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
Created on 10-18-2017 11:54 PM
This article is an extension to the official HDP document.
Apart from following the steps listed in this document, you must perform the following checks to ensure the hook is configured correctly and does not result in errors when you start executing queries in Hive.
1. In hive-site.xml, verify hive.server2.async.exec.threads is not set to 1. If so, then increase to 100.
2. In hive-site.xml, verify the max thread pool size is not set to 1. Increase it to 5 to begin with and you may need to increase it further depending on the load.
Recommended values:
<property> <name>atlas.hook.hive.maxThreads</name> <value>5</value> </property> <property> <name>hive.server2.async.exec.threads</name> <value>100</value> </property>
Created on 01-18-2018 03:44 PM
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Hi Dinesh.
These are default values for recent versions of Hive (0.13.0 and later).
Sources:
https://cwiki.apache.org/confluence/display/Hive/Configuration+Properties#ConfigurationProperties-hi...
and
http://atlas.apache.org/Bridge-Hive.html