You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by js...@apache.org on 2015/12/04 23:22:22 UTC

[2/2] ambari git commit: AMBARI-14218. Add Atlas thread pool configuration properties to hive-site.xml

AMBARI-14218. Add Atlas thread pool configuration properties to hive-site.xml


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/e763e693
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/e763e693
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/e763e693

Branch: refs/heads/trunk
Commit: e763e693099afa726e16e6ff8775492166461af6
Parents: b5041a1
Author: John Speidel <js...@hortonworks.com>
Authored: Fri Dec 4 11:53:58 2015 -0500
Committer: John Speidel <js...@hortonworks.com>
Committed: Fri Dec 4 17:20:34 2015 -0500

----------------------------------------------------------------------
 .../2.3/services/HIVE/configuration/hive-site.xml   | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/e763e693/ambari-server/src/main/resources/stacks/HDP/2.3/services/HIVE/configuration/hive-site.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.3/services/HIVE/configuration/hive-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.3/services/HIVE/configuration/hive-site.xml
index 5d0f5e0..a611386 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.3/services/HIVE/configuration/hive-site.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.3/services/HIVE/configuration/hive-site.xml
@@ -40,4 +40,20 @@ limitations under the License.
     </depends-on>
   </property>
 
+  <property>
+    <name>atlas.hook.hive.minThreads</name>
+    <value>1</value>
+    <description>
+      Minimum number of threads maintained by Atlas hook.
+    </description>
+  </property>
+
+  <property>
+    <name>atlas.hook.hive.maxThreads</name>
+    <value>1</value>
+    <description>
+      Maximum number of threads used by Atlas hook.
+    </description>
+  </property>
+
 </configuration>