Hi all,
I saw a link of using HDFS with HTCondor.
After deploying HDFS through condor, I want to submit a condor job with a requirement of HDFS data locality aware. For example, a job requirement should look like
requriements=startd_has_specific_HDFS_blcok
Is there an easy way to express the HDFS data locality with Condor? thx.