I am trying to run a mapreduce job and when i run it, i get this error:
22/11/18 17:52:48 INFO mapred.JobClient: Task Id : attempt_201001181020_0002_m_000014_0, Status : FAILED
java.io.IOException: Task process exit with nonzero status of 1.
at org.apache.hadoop.mapred.TaskRunner.run(TaskRunner.java:418)
I re-checked the command and the command I am using is exactly right. Why is this happening?