【发布时间】:2011-11-02 17:08:14
【问题描述】:
我在 jobtracker 日志中看到以下内容:
011-11-02 10:04:09,595 WARN org.apache.hadoop.mapred.JobInProgress: No room for reduce task. Node tracker_worker1:localhost/127.0.0.1:52295 has 62087933952 bytes free; but we expect reduce input to take 176511226508
- 我想知道 hadoop 是如何计算出 reducer 输入以采用 176511226508 的。
- 我有两个小型工作节点,每个节点有 70 个 gig,还有一个 reducer,我该如何解决这个问题?
by increasing the number of reducers?
【问题讨论】:
标签: python hadoop mapreduce hadoop-streaming