Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正试图杀死我的 Hadoop 工作。我运行命令 hadoop job -kill 。它以杀死的工作响应
由于某种原因,该工作没有被杀死,它仍然显示在工作列表中。
我该如何解决?有什么建议么?我用谷歌搜索并想出了死胡同。
多试hadoop job -kill <job_id>几次。这个对我有用。
hadoop job -kill <job_id>