MapReduce詳解

MapReduce 執行的過程中會有三種進程:     1. MRAppMaster:負責整個任務的調度和協調     2. MapTask:負責 map 階段的任務處理     3. ReduceTask:負責 reduce 階段的任務處理 當我們提交任務:hadoop jar xxxx.jar /input /output     首先啓動 MRAppMaster 進程,MRAppMaster
相關文章
相關標籤/搜索