Index: ql/src/java/org/apache/hadoop/hive/ql/exec/AutoProgressor.java =================================================================== --- ql/src/java/org/apache/hadoop/hive/ql/exec/AutoProgressor.java (revision 917635) +++ ql/src/java/org/apache/hadoop/hive/ql/exec/AutoProgressor.java (working copy) @@ -74,6 +74,7 @@ int notificationInterval) { this.logClassName = logClassName; this.reporter = reporter; + this.notificationInterval = notificationInterval; } public void go() {