Index: conf/hive-default.xml
===================================================================
--- conf/hive-default.xml (revision 979487)
+++ conf/hive-default.xml (working copy)
@@ -390,6 +390,12 @@
+ hive.task.progress
+ false
+ Whether Hive should periodically update task progress counters during execution. Enabling this allows task progress to be monitored more closely in the job tracker, but may impose a performance penalty. This flag is automatically set to true for jobs with hive.exec.dynamic.partition set to true.
+
+
+
hive.hwi.war.file
lib/hive-hwi-@VERSION@.war
This sets the path to the HWI war file, relative to ${HIVE_HOME}.
@@ -410,10 +416,16 @@
hive.exec.pre.hooks
- Pre Execute Hook for Tests
+ Comma-separated list of pre-execution hooks to be invoked for each statement. A pre-execution hook is specified as the name of a Java class which implements the org.apache.hadoop.hive.ql.hooks.PreExecute interface.
+ hive.exec.post.hooks
+
+ Comma-separated list of post-execution hooks to be invoked for each statement. A post-execution hook is specified as the name of a Java class which implements the org.apache.hadoop.hive.ql.hooks.PostExecute interface.
+
+
+
hive.merge.mapfiles
true
Merge small files at the end of a map-only job