MapReduce job Status is stuck in Running State
问题 I'm trying to run Mapreduce program from Oozie (4.1.0). But Its status is in RUNNING state and stuck at same status. worklfow.xml <workflow-app xmlns="uri:oozie:workflow:0.4" name="simple-Workflow"> <start to="RunMapreduceJob" /> <action name="RunMapreduceJob"> <map-reduce> <job-tracker>localhost:8088</job-tracker> <name-node>hdfs://localhost:9000</name-node> <prepare> <delete path="hdfs://localhost:9000/dataoutput"/> </prepare> <configuration> <property> <name>mapred.job.queue.name</name>