【发布时间】:2014-04-09 01:52:13
【问题描述】:
我想知道一个非常相似的问题。 How can I measure the duration of each phase(map, shuffle/sort, reduce) in Hadoop? 答案是 tasktracker 的 web/ui 显示应用程序的每个持续时间。但是我的环境是hadoop-2.2.0,没有tasktracker。所以 tasktracker web/ui "localhost:50030/tasktracker.jsp" 不工作。我猜这个答案只适用于低版本的 hadoop(1.x.x)。
如何测量 hadoop-2.x.x 版本中每个阶段(map、shuffle/sort、reduce)的持续时间?是否有任何其他 web/ui 可以检查它们?
我的环境:Red hat 6.3,hadoop-2.2.0。
【问题讨论】: