// common key prefix + static partition spec + DynamicPartSpec + taskID
key = conf.getStatsAggPrefix() + spSpec + fspKey + Path.SEPARATOR + taskID;
}
statsPublisher.publishStat(key, StatsSetupConst.ROW_COUNT, Long.toString(fspValue.stat.getNumRows()));
}
statsPublisher.closeConnection();
}
}