简体   繁体   中英

Hadoop map reduce example stuck on Running job

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[az.]+'

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

it shows

在此处输入图片说明

How to resolve this?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM