瀏覽代碼

AMBARI-4754. Changes to default configs. (swagle)

Siddharth Wagle 11 年之前
父節點
當前提交
e44bbb73c1

+ 18 - 0
ambari-server/src/main/resources/stacks/HDP/2.1.1/services/HIVE/configuration/hive-site.xml

@@ -282,4 +282,22 @@ limitations under the License.
     </description>
   </property>
 
+  <property>
+    <name>hive.execution.engine</name>
+    <value>mr</value>
+    <description>Whether to use MR or Tez</description>
+  </property>
+
+  <property>
+    <name>hive.exec.post.hooks</name>
+    <value>org.apache.hadoop.hive.ql.hooks.ATSHook</value>
+    <description>Post Execute Hook for Tests</description>
+  </property>
+
+  <property>
+    <name>hive.exec.pre.hooks</name>
+    <value>org.apache.hadoop.hive.ql.hooks.ATSHook</value>
+    <description>Pre Execute Hook for Tests</description>
+  </property>
+
 </configuration>