Hadoop之MapReduce的計數器

代碼存於github:https://github.com/zuodaoyong/Hadoop Hadoop作業在運行時維護了若干個內置計數器,方便用戶監控已處理數據量和已產生的輸出數據量 1、採用枚舉的方式統計計數 Counter getCounter(Enum<?> var1); enum CustomCounter{ normal,abnormal } context.getCount
相關文章
相關標籤/搜索