added avg_msec_per_job, cpu_minutes_remaining, running_job_count methods
to AnalysisStats object and store/fetch of avg_msec_per_job from analysis_stats table. Corresponds to schema change. Old hive databases need to do this sql to bring them up to spec; alter table analysis_stats add column avg_msec_per_job int(10) default 0 NOT NULL after batch_size; alter table analysis_stats modify column last_update datetime NOT NULL;
Please register or sign in to comment