UKBiobank Research Analysis Platform (RAP) MatrixTable Write Issues

What is the runtime? I’m assuming this is running on a cluster?

I think the core issue here is that the file system you’re writing to / reading from is a local file system, not network-visible. The issue is similar to the one described here:

The solution is that you should write to a file system that’s network visible – a cloud object store like Google Storage / S3 / Azure Blob Storage, or a network file system like Lustre/HDFS.