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 job -list”列出了所有的工作。有没有办法按用户过滤列表?
您可以使用用户名简单地 grep 输出
hadoop job -list | grep <username>