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>