Hi all, I'm using org.apache.hadoop.fs.FileSystem in my code for some HDFS operations. I would like to timeout and abort the operation if it takes too long (for example, copyFromLocal of a huge file). What is the best way to do this?
Thanks~ --Yiping
