在用Hadoop的时候,启动失败,再次启动时出现there are stopped jobs ,解决如下: 1、查询当前的jobs: [html] $ jobs 2、结束jobs: [html] $ kill %id id是1中列出的作业的编号 3、激活jobs: [html] $ fg %id id是1中列出的作业的编号