447448449450451452453454
} /* * we can not call this.ss.get().getHiveHistory().getHistFileName() directly * as this call is made from a a Jetty thread and will return null */ HiveHistoryViewer hv = new HiveHistoryViewer(historyFile); return hv; }