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

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -