Search code examples
hadoopdistcp

Linux command for distcp time


I am trying to use intra-cluster distributed copying by distcp -

/homeappl/home/user/hadoop-2.2.0/bin/hadoop distcp file:///wrk/user/random.file file:///wrk/user/output18

Is there any command to find out how much time is taken for the distributed copying to take place?


Solution

  • The bash command time or find the job in the jobtracker/yarn and it will say how long it took.

    time hadoop distcp file:///wrk/user/random.file file:///wrk/user/output18