Hadoop map reduce example stuck on Running job

狂风中的少年 提交于 2021-01-05 12:21:10

问题


I am trying to run a mapreduce example in hadoop. I am using version 2.7.2. I tried running

bin/hadoop jar libexec/share/hadoop/mapreduce/hadoop-mapreduce-examples-2.7.2.jar grep input output 'dfs[a-z.]+'

and the mapreduce stuck at running job and does not advance any further.

it shows

How to resolve this?


回答1:


I got it guys. It as the space problem. My HDD is 500 GB capacity. The used space should not exceed 90%. In my case there was only 30GB left. I cleaned up some spce by deleting Apps and Files. Its running Good.



来源:https://stackoverflow.com/questions/37940030/hadoop-map-reduce-example-stuck-on-running-job

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!