|
@@ -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>
|