您的位置:首页 > 编程语言 > PHP开发

MR, Unable to initialize any output collector

2015-05-29 17:56 609 查看
http://stackoverflow.com/questions/26926571/cdh5-2-mr-unable-to-initialize-any-output-collector

Checking the full task log of the failed attempt
attempt_1415950730849_0001_m_000000_0
will
help tell why you ran into the given exception.

The most common reason of observing such an error is a misconfigured value of
io.sort.mb
in
your job. Its value must never be anywhere close to (or higher than) the configured map task heap size, and must also not currently exceed
~2000
MB
(Java array maximum size).

An upstream improvement of making the error more clear on the true failure was also filed and resolved recently, via MAPREDUCE-6194.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: