Hi, I need to save the Executors processed data in the form of part files , but I think persistent Volume is not an option for this as Executors terminates after their work completes. So I am thinking to use shared volume across executor pods.
Should I go with NFS or is there any other Volume option as well to explore? Regards Ranju