119120121122123124125126127128129
fs = FileSystem.get(new URI(fsname), conf); isRunning = true; statTimer = new Timer(); statTimer.schedule(new StatReportingTask(), 1000, STAT_INTERVAL_SECONDS * 1000); nextTimePeriodComputation = 0; } catch(Exception e) {
122123124125126127128129130131132