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.
distcp によるクラスター内分散コピーを使用しようとしています -
/homeappl/home/user/hadoop-2.2.0/bin/hadoop distcp file:///wrk/user/random.file file:///wrk/user/output18
分散コピーの実行にかかる時間を調べるコマンドはありますか?
bash コマンドtimeを実行するか、jobtracker/yarn でジョブを検索すると、所要時間が表示されます。
time
time hadoop distcp file:///wrk/user/random.file file:///wrk/user/output18