hadoop - Linux command for distcp time -
i trying use intra-cluster distributed copying distcp -
/homeappl/home/user/hadoop-2.2.0/bin/hadoop distcp file:///wrk/user/random.file file:///wrk/user/output18
is there command find out how time taken distributed copying take place?
the bash command time
or find job in jobtracker/yarn , how long took.
time hadoop distcp file:///wrk/user/random.file file:///wrk/user/output18
Comments
Post a Comment