Skip to content
  • Jessica Severin's avatar
    added avg_msec_per_job, cpu_minutes_remaining, running_job_count methods · 7d8d8816
    Jessica Severin authored
    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;
    7d8d8816